@callstack/brownfield-navigation 3.1.0 → 3.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ # @callstack/brownfield-navigation
2
+
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#265](https://github.com/callstack/react-native-brownfield/pull/265) [`7e114e6`](https://github.com/callstack/react-native-brownfield/commit/7e114e676fc290a54912b4d99bd22952b2f7380d) Thanks [@hurali97](https://github.com/hurali97)! - version bump
8
+
9
+ - Updated dependencies [[`7e114e6`](https://github.com/callstack/react-native-brownfield/commit/7e114e676fc290a54912b4d99bd22952b2f7380d)]:
10
+ - @callstack/brownfield-cli@3.2.1
11
+
12
+ ## 3.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#263](https://github.com/callstack/react-native-brownfield/pull/263) [`b7dfa7e`](https://github.com/callstack/react-native-brownfield/commit/b7dfa7e30e1a921bb7ac0952e23481ee081fb9ed) Thanks [@hurali97](https://github.com/hurali97)! - version bump for release
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`b7dfa7e`](https://github.com/callstack/react-native-brownfield/commit/b7dfa7e30e1a921bb7ac0952e23481ee081fb9ed)]:
21
+ - @callstack/brownfield-cli@3.2.0
22
+
23
+ ## 3.1.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#236](https://github.com/callstack/react-native-brownfield/pull/236) [`3e33b89`](https://github.com/callstack/react-native-brownfield/commit/3e33b890e6f647f6bbebe32f8068a38b1ed85ea0) Thanks [@hurali97](https://github.com/hurali97)! - add brownfield navigation
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`3e33b89`](https://github.com/callstack/react-native-brownfield/commit/3e33b890e6f647f6bbebe32f8068a38b1ed85ea0)]:
32
+ - @callstack/brownfield-cli@3.1.0
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@callstack/brownfield-navigation",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Hur Ali",
6
6
  "description": "Brownfield navigation helpers for React Native",
@@ -56,7 +56,7 @@
56
56
  "access": "public"
57
57
  },
58
58
  "dependencies": {
59
- "@callstack/brownfield-cli": "workspace:^"
59
+ "@callstack/brownfield-cli": "^3.2.1"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": "*",
@@ -89,4 +89,4 @@
89
89
  "engines": {
90
90
  "node": ">=20"
91
91
  }
92
- }
92
+ }