diff --git a/.changeset/breezy-tips-complain.md b/.changeset/breezy-tips-complain.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/breezy-tips-complain.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/early-zebras-laugh.md b/.changeset/early-zebras-laugh.md deleted file mode 100644 index 17507b6d9..000000000 --- a/.changeset/early-zebras-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-webapis/web-storage": patch ---- - -Migrate away from `com.facebook.react.turbomodule.core.interfaces.TurboModule` as it has been moved/renamed in 0.74 and will break TurboModule detection diff --git a/.changeset/shy-crabs-collect.md b/.changeset/shy-crabs-collect.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/shy-crabs-collect.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/incubator/@react-native-webapis/web-storage/CHANGELOG.md b/incubator/@react-native-webapis/web-storage/CHANGELOG.md index 1333efc74..4451a89d6 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.2.2 + +### Patch Changes + +- 22420d7: Migrate away from `com.facebook.react.turbomodule.core.interfaces.TurboModule` as it has been moved/renamed in 0.74 and will break TurboModule detection + ## 0.2.1 ### Patch Changes diff --git a/incubator/@react-native-webapis/web-storage/package.json b/incubator/@react-native-webapis/web-storage/package.json index 718cd2880..04f227cdf 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.2.1", + "version": "0.2.2", "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",