brownfield 3.2.1 → 3.4.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.4.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - [#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
12
+
13
+ - [#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
14
+
15
+ - 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)]:
16
+ - @callstack/brownfield-cli@3.4.0
17
+
18
+ ## 3.3.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#248](https://github.com/callstack/react-native-brownfield/pull/248) [`b0a6f41`](https://github.com/callstack/react-native-brownfield/commit/b0a6f4185aad4e8759b90ccaf9867be493a979ec) Thanks [@artus9033](https://github.com/artus9033)! - feat: support Expo 55
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`b0a6f41`](https://github.com/callstack/react-native-brownfield/commit/b0a6f4185aad4e8759b90ccaf9867be493a979ec)]:
27
+ - @callstack/brownfield-cli@3.3.0
28
+
3
29
  ## 3.2.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brownfield",
3
- "version": "3.2.1",
3
+ "version": "3.4.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.2.1"
52
+ "@callstack/brownfield-cli": "^3.4.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": {