From f3ff8057d0e5842ce6455d72024d18d2eabb12b3 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 6 Jul 2019 01:00:41 +0200 Subject: [PATCH] chore(release): publish v2.0.0-alpha.4 --- 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 6675aae..e1fa235 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.4](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.3](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2019-07-05) **Note:** Version bump only for package react-native-debug-console diff --git a/lerna.json b/lerna.json index eaf3a35..93c9892 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.3" + "version": "2.0.0-alpha.4" } diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index f537850..75f58b1 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.4](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console-demo + + + + + # [2.0.0-alpha.3](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (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 fb754f8..bea8b57 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.3", + "version": "2.0.0-alpha.4", "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.3", + "react-native-debug-console": "^2.0.0-alpha.4", "react-native-web": "0.11.4" }, "devDependencies": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index f721d74..390297d 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.4](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.3](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (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 c172ddf..300d49d 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.3", + "version": "2.0.0-alpha.4", "main": "lib/index.js", "react-native": "lib/native.js", "repository": {