diff --git a/.changeset/afraid-paws-remain.md b/.changeset/afraid-paws-remain.md deleted file mode 100644 index 871e585df..000000000 --- a/.changeset/afraid-paws-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/tools-react-native": patch ---- - -Add missing `loadContextAsync` to exported types diff --git a/.changeset/lazy-lies-visit.md b/.changeset/lazy-lies-visit.md deleted file mode 100644 index 1f1343fd5..000000000 --- a/.changeset/lazy-lies-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/config": patch ---- - -Add support for `extends` field diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 60a32c40e..b83eb9959 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/config +## 0.7.1 + +### Patch Changes + +- abca638: Add support for `extends` field + ## 0.7.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index a832da14c..59c60f0e0 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/config", - "version": "0.7.0", + "version": "0.7.1", "description": "Define and query information about a kit package", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/config#readme", "license": "MIT", diff --git a/packages/tools-react-native/CHANGELOG.md b/packages/tools-react-native/CHANGELOG.md index 8553c6d8d..ef1948499 100644 --- a/packages/tools-react-native/CHANGELOG.md +++ b/packages/tools-react-native/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/tools-react-native +## 2.0.2 + +### Patch Changes + +- 0b73195: Add missing `loadContextAsync` to exported types + ## 2.0.1 ### Patch Changes diff --git a/packages/tools-react-native/package.json b/packages/tools-react-native/package.json index f752db466..7cbc608e9 100644 --- a/packages/tools-react-native/package.json +++ b/packages/tools-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/tools-react-native", - "version": "2.0.1", + "version": "2.0.2", "description": "A collection of supplemental react-native functions and types", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme", "license": "MIT",