diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be4e89..7958919 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.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 + + + + + # [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 diff --git a/lerna.json b/lerna.json index 275ddc6..488d919 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.6" + "version": "2.0.0-alpha.7" } diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 8bbea46..a7ae65d 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.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 + + + + + # [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 diff --git a/packages/demo/package.json b/packages/demo/package.json index 49ccfec..955b9ef 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.6", + "version": "2.0.0-alpha.7", "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.6", + "react-native-debug-console": "^2.0.0-alpha.7", "react-native-web": "0.11.4" }, "devDependencies": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index fc48de7..6ee33f0 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.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 + + + + + # [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 diff --git a/packages/lib/package.json b/packages/lib/package.json index 1e8cc59..eefc99e 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.6", + "version": "2.0.0-alpha.7", "main": "lib/index.js", "react-native": "lib/native.js", "repository": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "jest", - "bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib/native src", + "bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib src", "postpublish": "yarn run bundle" }, "license": "MIT",