From ed4d7a33307df1819448fe1daa532d0d19d1e5ff Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 6 Jul 2019 01:33:07 +0200 Subject: [PATCH] chore(release): publish v2.0.0-alpha.6 --- 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 | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce06da..2be4e89 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.6](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.5](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2019-07-05) **Note:** Version bump only for package react-native-debug-console diff --git a/lerna.json b/lerna.json index 6acd78a..275ddc6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.5" + "version": "2.0.0-alpha.6" } diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 4cf9f66..8bbea46 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.6](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console-demo + + + + + # [2.0.0-alpha.5](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (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 ab94261..49ccfec 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.5", + "version": "2.0.0-alpha.6", "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.5", + "react-native-debug-console": "^2.0.0-alpha.6", "react-native-web": "0.11.4" }, "devDependencies": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 7d12d14..fc48de7 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.6](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2019-07-05) + +**Note:** Version bump only for package react-native-debug-console + + + + + # [2.0.0-alpha.5](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (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 6fa62ad..1e8cc59 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.5", + "version": "2.0.0-alpha.6", "main": "lib/index.js", "react-native": "lib/native.js", "repository": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "jest", - "bundle": "babel --extensions '.ts,.tsx,.js' -d lib src", + "bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib/native src", "postpublish": "yarn run bundle" }, "license": "MIT",