brownfield 1.0.4 → 3.0.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # brownfield
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#255](https://github.com/callstack/react-native-brownfield/pull/255) [`48358b2`](https://github.com/callstack/react-native-brownfield/commit/48358b2dcce578aa5052e66cc3454524da8c7992) Thanks [@artus9033](https://github.com/artus9033)! - chore: release stable v3
8
+
9
+ - Updated dependencies [[`48358b2`](https://github.com/callstack/react-native-brownfield/commit/48358b2dcce578aa5052e66cc3454524da8c7992)]:
10
+ - @callstack/brownfield-cli@3.0.0
11
+
3
12
  ## 1.0.4
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -29,7 +29,7 @@
29
29
 
30
30
  ## Documentation
31
31
 
32
- For full documentation, visit [our documentation](https://oss.callstack.com/react-native-brownfield/brownie/overview).
32
+ For full documentation, visit [our documentation](https://oss.callstack.com/react-native-brownfield/docs/getting-started/introduction).
33
33
 
34
34
  <a href="https://www.callstack.com/ebooks/incremental-react-native-adoption-in-native-apps?utm_campaign=brownfield&utm_source=github&utm_medium=referral&utm_content=react-native-brownfield" align="center">
35
35
  <img alt="Download a free copy of Incremental React Native adoption in native apps ebook" src="https://github.com/user-attachments/assets/ba42bb29-1e7a-4683-80c5-2602afb1a7e6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brownfield",
3
- "version": "1.0.4",
3
+ "version": "3.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Artur Morys-Magiera <artus9033@gmail.com>",
6
6
  "bin": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "homepage": "https://oss.callstack.com/react-native-brownfield",
13
13
  "repository": {
14
- "url": "https://github.com/callstack/react-native-brownfield/packages/brownfield"
14
+ "url": "git+https://github.com/callstack/react-native-brownfield/packages/brownfield"
15
15
  },
16
16
  "description": "Brownfield CLI for React Native, gathering all packages of the RN brownfield ecosystem",
17
17
  "exports": {
@@ -49,7 +49,7 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@callstack/brownfield-cli": "^1.0.4"
52
+ "@callstack/brownfield-cli": "^3.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^25.0.8",