Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ "repo": "callstack/react-native-brownfield" }
],
"commit": false,
"fixed": [],
"fixed": [["*"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
6 changes: 5 additions & 1 deletion docs/docs/docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ React Native Brownfield is a library that simplifies integrating React Native in

| Tested React Native Version | React Native Brownfield Version |
| --------------------------- | ------------------------------- |
| 0.81.x, 0.82.x | 2.x |
| 0.81.x, 0.82.x | 2.x, 3.x |
| 0.78.x | ^1.2.0 |

## Cross-package Compatibility

For all versions >= `3.0.0`, the packages in the Brownfield ecosystem are guaranteed to be compatible with each other within the same major version (e.g. `3.*.*` brownfield CLI package is compatible with all versions `3.*.*` of other packages).
4 changes: 2 additions & 2 deletions packages/brownfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brownfield",
"version": "1.0.4",
"version": "3.0.0-rc.2",
"license": "MIT",
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
"bin": "dist/index.js",
Expand All @@ -11,7 +11,7 @@
],
"homepage": "https://oss.callstack.com/react-native-brownfield",
"repository": {
"url": "https://github.com/callstack/react-native-brownfield/packages/brownfield"
"url": "git+https://github.com/callstack/react-native-brownfield/packages/brownfield"
},
"description": "Brownfield CLI for React Native, gathering all packages of the RN brownfield ecosystem",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/brownie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/brownie",
"version": "0.0.5",
"version": "3.0.0-rc.2",
"license": "MIT",
"author": "Oskar Kwaśniewski <oskarkwasniewski@icloud.com>",
"bin": {
Expand All @@ -12,7 +12,7 @@
],
"homepage": "https://github.com/callstack/react-native-brownfield",
"repository": {
"url": "https://github.com/callstack/react-native-brownfield"
"url": "git+https://github.com/callstack/react-native-brownfield.git"
},
"description": "Shared state management between React Native and Native apps",
"main": "lib/commonjs/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/brownfield-cli",
"version": "2.0.0-rc.1",
"version": "3.0.0-rc.2",
"license": "MIT",
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
"bin": {
Expand All @@ -13,7 +13,7 @@
],
"homepage": "https://github.com/callstack/react-native-brownfield",
"repository": {
"url": "https://github.com/callstack/react-native-brownfield"
"url": "git+https://github.com/callstack/react-native-brownfield.git"
},
"description": "Brownfield CLI for React Native, gathering all packages of the RN brownfield ecosystem",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-brownfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/react-native-brownfield",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"license": "MIT",
"author": "Michal Chudziak <mike.chudziak@callstack.com>",
"bin": {
Expand All @@ -11,7 +11,7 @@
],
"homepage": "https://github.com/callstack/react-native-brownfield",
"repository": {
"url": "https://github.com/callstack/react-native-brownfield"
"url": "git+https://github.com/callstack/react-native-brownfield.git"
},
"description": "Brownfield helpers for React Native",
"main": "lib/commonjs/index",
Expand Down
Loading