diff --git a/.changeset/config.json b/.changeset/config.json index 76d8cc4b..51dc18f3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ { "repo": "callstack/react-native-brownfield" } ], "commit": false, - "fixed": [], + "fixed": [["*"]], "linked": [], "access": "public", "baseBranch": "main", diff --git a/docs/docs/docs/getting-started/introduction.mdx b/docs/docs/docs/getting-started/introduction.mdx index 1a9d8b20..876c2eb8 100644 --- a/docs/docs/docs/getting-started/introduction.mdx +++ b/docs/docs/docs/getting-started/introduction.mdx @@ -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). diff --git a/packages/brownfield/package.json b/packages/brownfield/package.json index e598539d..f8e9182f 100644 --- a/packages/brownfield/package.json +++ b/packages/brownfield/package.json @@ -1,6 +1,6 @@ { "name": "brownfield", - "version": "1.0.4", + "version": "3.0.0-rc.2", "license": "MIT", "author": "Artur Morys-Magiera ", "bin": "dist/index.js", @@ -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": { diff --git a/packages/brownie/package.json b/packages/brownie/package.json index 07034fa0..26e1f997 100644 --- a/packages/brownie/package.json +++ b/packages/brownie/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/brownie", - "version": "0.0.5", + "version": "3.0.0-rc.2", "license": "MIT", "author": "Oskar Kwaƛniewski ", "bin": { @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index df310be8..248f04f9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 ", "bin": { @@ -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": { diff --git a/packages/react-native-brownfield/package.json b/packages/react-native-brownfield/package.json index 1e56e4b7..e120e059 100644 --- a/packages/react-native-brownfield/package.json +++ b/packages/react-native-brownfield/package.json @@ -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 ", "bin": { @@ -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",