Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2021
1 parent ad93004 commit 0dabc3c
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.7.2",
"version": "11.7.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-app-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-app-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-react-native-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-react-native-console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0dabc3c

Please sign in to comment.