brownfield 3.10.0 → 3.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # brownfield
2
2
 
3
+ ## 3.12.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @callstack/brownfield-cli@3.12.0
9
+
10
+ ## 3.11.0
11
+
12
+ ### Patch Changes
13
+
14
+ - [#353](https://github.com/callstack/react-native-brownfield/pull/353) [`7955c62`](https://github.com/callstack/react-native-brownfield/commit/7955c62a6aca06174efee48e80ac14f78312c797) Thanks [@marcinszalski-callstack](https://github.com/marcinszalski-callstack)! - fix: call copyStrippedSoLibs once after the loop to avoid redundant SO file copying
15
+
16
+ - Updated dependencies [[`3715ac7`](https://github.com/callstack/react-native-brownfield/commit/3715ac7783000756ef1c66ecfe24a85c5e43abab), [`05c557d`](https://github.com/callstack/react-native-brownfield/commit/05c557da9e2b6fca02e6e1a0b0fe71a909bab15f)]:
17
+ - @callstack/brownfield-cli@3.11.0
18
+
3
19
  ## 3.10.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brownfield",
3
- "version": "3.10.0",
3
+ "version": "3.12.0",
4
4
  "license": "MIT",
5
5
  "author": "Artur Morys-Magiera <artus9033@gmail.com>",
6
6
  "bin": "dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@callstack/brownfield-cli": "^3.10.0"
52
+ "@callstack/brownfield-cli": "^3.12.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^25.5.0",