@callstack/brownie 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @callstack/brownie
2
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
33
+
3
34
  ## 3.0.0
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@callstack/brownie",
3
- "version": "3.0.0",
3
+ "version": "3.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Oskar Kwaśniewski <oskarkwasniewski@icloud.com>",
6
6
  "bin": {
@@ -69,7 +69,7 @@
69
69
  "react-native": "*"
70
70
  },
71
71
  "dependencies": {
72
- "@callstack/brownfield-cli": "^3.0.0",
72
+ "@callstack/brownfield-cli": "^3.2.1",
73
73
  "ts-morph": "^27.0.2"
74
74
  },
75
75
  "devDependencies": {