nightingale-app-react-native 14.2.0 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)
7
+
8
+ Note: no notable changes
9
+
10
+ Version bump for dependency: nightingale
11
+ Version bump for dependency: nightingale-browser-console
12
+ Version bump for dependency: nightingale-react-native-console
13
+
14
+
6
15
  ## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-app-react-native",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
4
4
  "description": "React Native and Expo logger for application",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -83,14 +83,14 @@
83
83
  }
84
84
  },
85
85
  "dependencies": {
86
- "nightingale": "14.2.0",
87
- "nightingale-browser-console": "14.2.0",
88
- "nightingale-react-native-console": "14.2.0"
86
+ "nightingale": "14.2.1",
87
+ "nightingale-browser-console": "14.2.1",
88
+ "nightingale-react-native-console": "14.2.1"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@babel/core": "7.23.2",
92
92
  "@babel/preset-env": "7.23.2",
93
- "pob-babel": "36.4.4",
93
+ "pob-babel": "36.6.1",
94
94
  "typescript": "5.2.2"
95
95
  }
96
96
  }