brownfield 3.3.0 → 3.5.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 +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # brownfield
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#257](https://github.com/callstack/react-native-brownfield/pull/257) [`d0e6203`](https://github.com/callstack/react-native-brownfield/commit/d0e62039c8a080c648abbbeace047e72fadce28b) Thanks [@hurali97](https://github.com/hurali97)! - add brownie android
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`d0e6203`](https://github.com/callstack/react-native-brownfield/commit/d0e62039c8a080c648abbbeace047e72fadce28b)]:
12
+ - @callstack/brownfield-cli@3.5.0
13
+
14
+ ## 3.4.0
15
+
16
+ ### Patch Changes
17
+
18
+ - [#246](https://github.com/callstack/react-native-brownfield/pull/246) [`5484065`](https://github.com/callstack/react-native-brownfield/commit/5484065da9dc86a420af2be692fcdefa32fbb2af) Thanks [@artus9033](https://github.com/artus9033)! - chore: upgrade dependencies
19
+
20
+ - [#275](https://github.com/callstack/react-native-brownfield/pull/275) [`dd8b8a0`](https://github.com/callstack/react-native-brownfield/commit/dd8b8a0b532fe779c1f2ce018577ad748b887ee0) Thanks [@artus9033](https://github.com/artus9033)! - fix: support custom app project name in Gradle plugin via extension's appProjectName config field
21
+
22
+ - [#275](https://github.com/callstack/react-native-brownfield/pull/275) [`dd8b8a0`](https://github.com/callstack/react-native-brownfield/commit/dd8b8a0b532fe779c1f2ce018577ad748b887ee0) Thanks [@artus9033](https://github.com/artus9033)! - chore: bump up Gradle plugin version
23
+
24
+ - [#246](https://github.com/callstack/react-native-brownfield/pull/246) [`5484065`](https://github.com/callstack/react-native-brownfield/commit/5484065da9dc86a420af2be692fcdefa32fbb2af) Thanks [@artus9033](https://github.com/artus9033)! - chore: upgrade dependencies
25
+
26
+ - Updated dependencies [[`5484065`](https://github.com/callstack/react-native-brownfield/commit/5484065da9dc86a420af2be692fcdefa32fbb2af), [`dd8b8a0`](https://github.com/callstack/react-native-brownfield/commit/dd8b8a0b532fe779c1f2ce018577ad748b887ee0), [`54ab7ab`](https://github.com/callstack/react-native-brownfield/commit/54ab7ab01bd6f95439cc8b702d4124552e22ad55), [`5484065`](https://github.com/callstack/react-native-brownfield/commit/5484065da9dc86a420af2be692fcdefa32fbb2af)]:
27
+ - @callstack/brownfield-cli@3.4.0
28
+
3
29
  ## 3.3.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brownfield",
3
- "version": "3.3.0",
3
+ "version": "3.5.0",
4
4
  "license": "MIT",
5
5
  "author": "Artur Morys-Magiera <artus9033@gmail.com>",
6
6
  "bin": "dist/index.js",
@@ -49,15 +49,15 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@callstack/brownfield-cli": "^3.3.0"
52
+ "@callstack/brownfield-cli": "^3.5.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/node": "^25.0.8",
56
- "eslint": "^9.28.0",
55
+ "@types/node": "^25.5.0",
56
+ "eslint": "^9.39.3",
57
57
  "eslint-config-prettier": "^10.1.8",
58
- "eslint-plugin-node-import": "^1.0.5",
59
- "eslint-plugin-prettier": "^5.1.3",
60
- "prettier": "^3.7.4",
58
+ "eslint-plugin-node-import": "^1.2.0",
59
+ "eslint-plugin-prettier": "^5.5.5",
60
+ "prettier": "^3.8.1",
61
61
  "typescript": "5.9.3"
62
62
  },
63
63
  "engines": {