brownfield 3.0.0-rc.2 → 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 ADDED
@@ -0,0 +1,28 @@
1
+ # brownfield
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
+
12
+ ## 1.0.4
13
+
14
+ ### Patch Changes
15
+
16
+ - [#216](https://github.com/callstack/react-native-brownfield/pull/216) [`8ce3ea1`](https://github.com/callstack/react-native-brownfield/commit/8ce3ea10e0719adac7396dea8f171753e901b31d) Thanks [@thymikee](https://github.com/thymikee)! - chore: remove release-it
17
+
18
+ - Updated dependencies [[`8ce3ea1`](https://github.com/callstack/react-native-brownfield/commit/8ce3ea10e0719adac7396dea8f171753e901b31d)]:
19
+ - @callstack/brownfield-cli@1.0.4
20
+
21
+ ## 1.0.3
22
+
23
+ ### Patch Changes
24
+
25
+ - [#213](https://github.com/callstack/react-native-brownfield/pull/213) [`2347775`](https://github.com/callstack/react-native-brownfield/commit/23477753b16ee189b82c1aee3eac98a56c79f52a) Thanks [@thymikee](https://github.com/thymikee)! - feat: create brownfield package as CLI proxy
26
+
27
+ - Updated dependencies [[`2347775`](https://github.com/callstack/react-native-brownfield/commit/23477753b16ee189b82c1aee3eac98a56c79f52a)]:
28
+ - @callstack/brownfield-cli@1.0.3
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/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,11 +1,9 @@
1
1
  {
2
2
  "name": "brownfield",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Artur Morys-Magiera <artus9033@gmail.com>",
6
- "bin": {
7
- "brownfield": "dist/index.js"
8
- },
6
+ "bin": "dist/index.js",
9
7
  "type": "module",
10
8
  "contributors": [
11
9
  "Artur Morys-Magiera <artus9033@gmail.com>",
@@ -13,7 +11,7 @@
13
11
  ],
14
12
  "homepage": "https://oss.callstack.com/react-native-brownfield",
15
13
  "repository": {
16
- "url": "https://github.com/callstack/react-native-brownfield/packages/brownfield"
14
+ "url": "git+https://github.com/callstack/react-native-brownfield/packages/brownfield"
17
15
  },
18
16
  "description": "Brownfield CLI for React Native, gathering all packages of the RN brownfield ecosystem",
19
17
  "exports": {
@@ -51,7 +49,7 @@
51
49
  "access": "public"
52
50
  },
53
51
  "dependencies": {
54
- "@callstack/brownfield-cli": "workspace:^"
52
+ "@callstack/brownfield-cli": "^3.0.0"
55
53
  },
56
54
  "devDependencies": {
57
55
  "@types/node": "^25.0.8",
@@ -65,4 +63,4 @@
65
63
  "engines": {
66
64
  "node": ">=20"
67
65
  }
68
- }
66
+ }