brownfield 3.0.0-rc.2 → 3.1.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,39 @@
1
+ # brownfield
2
+
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#236](https://github.com/callstack/react-native-brownfield/pull/236) [`3e33b89`](https://github.com/callstack/react-native-brownfield/commit/3e33b890e6f647f6bbebe32f8068a38b1ed85ea0) Thanks [@hurali97](https://github.com/hurali97)! - add brownfield navigation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`3e33b89`](https://github.com/callstack/react-native-brownfield/commit/3e33b890e6f647f6bbebe32f8068a38b1ed85ea0)]:
12
+ - @callstack/brownfield-cli@3.1.0
13
+
14
+ ## 3.0.0
15
+
16
+ ### Patch Changes
17
+
18
+ - [#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
19
+
20
+ - Updated dependencies [[`48358b2`](https://github.com/callstack/react-native-brownfield/commit/48358b2dcce578aa5052e66cc3454524da8c7992)]:
21
+ - @callstack/brownfield-cli@3.0.0
22
+
23
+ ## 1.0.4
24
+
25
+ ### Patch Changes
26
+
27
+ - [#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
28
+
29
+ - Updated dependencies [[`8ce3ea1`](https://github.com/callstack/react-native-brownfield/commit/8ce3ea10e0719adac7396dea8f171753e901b31d)]:
30
+ - @callstack/brownfield-cli@1.0.4
31
+
32
+ ## 1.0.3
33
+
34
+ ### Patch Changes
35
+
36
+ - [#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
37
+
38
+ - Updated dependencies [[`2347775`](https://github.com/callstack/react-native-brownfield/commit/23477753b16ee189b82c1aee3eac98a56c79f52a)]:
39
+ - @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.1.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.1.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
+ }