diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9c2c755..935e45ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/christophehurpeau/nightingale/compare/v11.7.2...v11.7.3) (2021-11-27) + + +### Bug Fixes + +* **nightingale-react-native-console:** always use console.log ([ad93004](https://github.com/christophehurpeau/nightingale/commit/ad93004db380994a0e378d57a67e64414e02b9bf)), closes [#241](https://github.com/christophehurpeau/nightingale/issues/241) + + + + + ## [11.7.2](https://github.com/christophehurpeau/nightingale/compare/v11.7.1...v11.7.2) (2021-11-27) diff --git a/lerna.json b/lerna.json index 6f64caf85..4cfc67c80 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.7.2", + "version": "11.7.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/nightingale-app-react-native/CHANGELOG.md b/packages/nightingale-app-react-native/CHANGELOG.md index fd12c13ed..4f52eb48a 100644 --- a/packages/nightingale-app-react-native/CHANGELOG.md +++ b/packages/nightingale-app-react-native/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. +## [11.7.3](https://github.com/christophehurpeau/nightingale/compare/v11.7.2...v11.7.3) (2021-11-27) + +**Note:** Version bump only for package nightingale-app-react-native + + + + + ## [11.7.2](https://github.com/christophehurpeau/nightingale/compare/v11.7.1...v11.7.2) (2021-11-27) **Note:** Version bump only for package nightingale-app-react-native diff --git a/packages/nightingale-app-react-native/package.json b/packages/nightingale-app-react-native/package.json index f4be31be0..ac43f3c19 100644 --- a/packages/nightingale-app-react-native/package.json +++ b/packages/nightingale-app-react-native/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-app-react-native", - "version": "11.7.2", + "version": "11.7.3", "description": "React Native and Expo logger for application", "keywords": [ "nightingale", @@ -97,7 +97,7 @@ "dependencies": { "nightingale": "^11.7.2", "nightingale-browser-console": "^11.7.2", - "nightingale-react-native-console": "^11.7.2" + "nightingale-react-native-console": "^11.7.3" }, "devDependencies": { "@babel/core": "7.16.0", diff --git a/packages/nightingale-react-native-console/CHANGELOG.md b/packages/nightingale-react-native-console/CHANGELOG.md index d28ee83d4..0a6bcce0f 100644 --- a/packages/nightingale-react-native-console/CHANGELOG.md +++ b/packages/nightingale-react-native-console/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/christophehurpeau/nightingale/compare/v11.7.2...v11.7.3) (2021-11-27) + + +### Bug Fixes + +* **nightingale-react-native-console:** always use console.log ([ad93004](https://github.com/christophehurpeau/nightingale/commit/ad93004db380994a0e378d57a67e64414e02b9bf)), closes [#241](https://github.com/christophehurpeau/nightingale/issues/241) + + + + + ## [11.7.2](https://github.com/christophehurpeau/nightingale/compare/v11.7.1...v11.7.2) (2021-11-27) **Note:** Version bump only for package nightingale-react-native-console diff --git a/packages/nightingale-react-native-console/package.json b/packages/nightingale-react-native-console/package.json index 2f3499640..4445cb28f 100644 --- a/packages/nightingale-react-native-console/package.json +++ b/packages/nightingale-react-native-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-react-native-console", - "version": "11.7.2", + "version": "11.7.3", "description": "React Native and Expo handler for nightingale", "keywords": [ "nightingale", diff --git a/yarn.lock b/yarn.lock index dcf3914ce..81e1929ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8238,7 +8238,7 @@ __metadata: babel-preset-modern-browsers: 15.0.2 nightingale: ^11.7.2 nightingale-browser-console: ^11.7.2 - nightingale-react-native-console: ^11.7.2 + nightingale-react-native-console: ^11.7.3 pob-babel: 28.5.0 rollup: 2.60.1 typescript: 4.5.2 @@ -8553,7 +8553,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-react-native-console@^11.7.2, nightingale-react-native-console@workspace:packages/nightingale-react-native-console": +"nightingale-react-native-console@^11.7.3, nightingale-react-native-console@workspace:packages/nightingale-react-native-console": version: 0.0.0-use.local resolution: "nightingale-react-native-console@workspace:packages/nightingale-react-native-console" dependencies: