@callstack/brownfield-navigation 3.1.0 → 3.3.0

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,39 @@
1
+ # @callstack/brownfield-navigation
2
+
3
+ ## 3.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b0a6f41`](https://github.com/callstack/react-native-brownfield/commit/b0a6f4185aad4e8759b90ccaf9867be493a979ec)]:
8
+ - @callstack/brownfield-cli@3.3.0
9
+
10
+ ## 3.2.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#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
15
+
16
+ - Updated dependencies [[`7e114e6`](https://github.com/callstack/react-native-brownfield/commit/7e114e676fc290a54912b4d99bd22952b2f7380d)]:
17
+ - @callstack/brownfield-cli@3.2.1
18
+
19
+ ## 3.2.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#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
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`b7dfa7e`](https://github.com/callstack/react-native-brownfield/commit/b7dfa7e30e1a921bb7ac0952e23481ee081fb9ed)]:
28
+ - @callstack/brownfield-cli@3.2.0
29
+
30
+ ## 3.1.0
31
+
32
+ ### Minor Changes
33
+
34
+ - [#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
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`3e33b89`](https://github.com/callstack/react-native-brownfield/commit/3e33b890e6f647f6bbebe32f8068a38b1ed85ea0)]:
39
+ - @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.3.0",
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.3.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": "*",
@@ -89,4 +89,4 @@
89
89
  "engines": {
90
90
  "node": ">=20"
91
91
  }
92
- }
92
+ }