From daedd1a876eb8a33e1b4ca48069fc15d73eeef39 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 19 Oct 2020 10:39:40 +0200 Subject: [PATCH] chore(release): publish v2.0.0-alpha.11 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/demo/CHANGELOG.md | 8 ++++++++ packages/demo/package.json | 4 ++-- packages/lib/CHANGELOG.md | 8 ++++++++ packages/lib/package.json | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7958919..d71d5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.11](https://github.com/morten-olsen/react-native-debug-console/compare/2.0.0-alpha.5...2.0.0-alpha.11) (2020-10-19) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05) **Note:** Version bump only for package react-native-debug-console diff --git a/lerna.json b/lerna.json index 488d919..e3bfcf0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.7" + "version": "2.0.0-alpha.11" } diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index a7ae65d..1ed4f1a 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.0.0-alpha.11 (2020-10-19) + +**Note:** Version bump only for package react-native-debug-console-demo + + + + + # [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05) **Note:** Version bump only for package react-native-debug-console-demo diff --git a/packages/demo/package.json b/packages/demo/package.json index 955b9ef..8b29b43 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debug-console-demo", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.11", "main": "./Entry.js", "scripts": { "start": "expo start", @@ -15,7 +15,7 @@ "react": "16.8.3", "react-dom": "^16.8.6", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", - "react-native-debug-console": "^2.0.0-alpha.7", + "react-native-debug-console": "^2.0.0-alpha.11", "react-native-web": "0.11.4" }, "devDependencies": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 6ee33f0..080ba46 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.0.0-alpha.11 (2020-10-19) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05) **Note:** Version bump only for package react-native-debug-console diff --git a/packages/lib/package.json b/packages/lib/package.json index 4923248..b16a385 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debug-console", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.11", "main": "lib/index.js", "react-native": "lib/native.js", "repository": {