From d28219b3b5c2405d901ca8d3f70cfa9fc701c72b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 13:42:22 +0000 Subject: [PATCH] RELEASING: Releasing 3 package(s) Releases: @react-native-webapis/battery-status@0.3.1 @react-native-webapis/web-storage@0.4.1 @rnx-kit/react-native-test-app-msal@5.0.1 --- .changeset/spicy-icons-know.md | 7 ------- .../@react-native-webapis/battery-status/CHANGELOG.md | 6 ++++++ .../@react-native-webapis/battery-status/package.json | 2 +- incubator/@react-native-webapis/web-storage/CHANGELOG.md | 6 ++++++ incubator/@react-native-webapis/web-storage/package.json | 2 +- incubator/react-native-test-app-msal/CHANGELOG.md | 6 ++++++ incubator/react-native-test-app-msal/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/spicy-icons-know.md diff --git a/.changeset/spicy-icons-know.md b/.changeset/spicy-icons-know.md deleted file mode 100644 index 38c7d93c4..000000000 --- a/.changeset/spicy-icons-know.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@react-native-webapis/battery-status": patch -"@react-native-webapis/web-storage": patch -"@rnx-kit/react-native-test-app-msal": patch ---- - -Migrate away from deprecated `ReactModuleInfo` constructor diff --git a/incubator/@react-native-webapis/battery-status/CHANGELOG.md b/incubator/@react-native-webapis/battery-status/CHANGELOG.md index 1031d3cf7..1e366b46d 100644 --- a/incubator/@react-native-webapis/battery-status/CHANGELOG.md +++ b/incubator/@react-native-webapis/battery-status/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-webapis/battery-status +## 0.3.1 + +### Patch Changes + +- c88c843: Migrate away from deprecated `ReactModuleInfo` constructor + ## 0.3.0 ### Minor Changes diff --git a/incubator/@react-native-webapis/battery-status/package.json b/incubator/@react-native-webapis/battery-status/package.json index ae838823f..d28287f8d 100644 --- a/incubator/@react-native-webapis/battery-status/package.json +++ b/incubator/@react-native-webapis/battery-status/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-webapis/battery-status", - "version": "0.3.0", + "version": "0.3.1", "description": "EXPERIMENTAL - USE WITH CAUTION - Battery Status API for React Native", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/@react-native-webapis/battery-status#readme", "license": "MIT", diff --git a/incubator/@react-native-webapis/web-storage/CHANGELOG.md b/incubator/@react-native-webapis/web-storage/CHANGELOG.md index 9f8fcba72..af641bfc5 100644 --- a/incubator/@react-native-webapis/web-storage/CHANGELOG.md +++ b/incubator/@react-native-webapis/web-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-webapis/web-storage +## 0.4.1 + +### Patch Changes + +- c88c843: Migrate away from deprecated `ReactModuleInfo` constructor + ## 0.4.0 ### Minor Changes diff --git a/incubator/@react-native-webapis/web-storage/package.json b/incubator/@react-native-webapis/web-storage/package.json index cd884d24f..488b3cd8b 100644 --- a/incubator/@react-native-webapis/web-storage/package.json +++ b/incubator/@react-native-webapis/web-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-webapis/web-storage", - "version": "0.4.0", + "version": "0.4.1", "description": "EXPERIMENTAL - USE WITH CAUTION - Web Storage API for React Native", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/@react-native-webapis/web-storage#readme", "license": "MIT", diff --git a/incubator/react-native-test-app-msal/CHANGELOG.md b/incubator/react-native-test-app-msal/CHANGELOG.md index 97fe74cd3..52f4c3e33 100644 --- a/incubator/react-native-test-app-msal/CHANGELOG.md +++ b/incubator/react-native-test-app-msal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/react-native-test-app-msal +## 5.0.1 + +### Patch Changes + +- c88c843: Migrate away from deprecated `ReactModuleInfo` constructor + ## 5.0.0 ### Major Changes diff --git a/incubator/react-native-test-app-msal/package.json b/incubator/react-native-test-app-msal/package.json index 71731e406..ef7bf3c85 100644 --- a/incubator/react-native-test-app-msal/package.json +++ b/incubator/react-native-test-app-msal/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/react-native-test-app-msal", - "version": "5.0.0", + "version": "5.0.1", "description": "Microsoft Authentication Library (MSAL) module for react-native-test-app", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/react-native-test-app-msal#readme", "license": "MIT",