diff --git a/.changeset/tricky-comics-obey.md b/.changeset/tricky-comics-obey.md deleted file mode 100644 index c734da665e..0000000000 --- a/.changeset/tricky-comics-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-webapis/web-storage": patch ---- - -Workaround for autolinking not including macOS or Windows as target platforms (see https://github.com/react-native-community/cli/issues/2419) diff --git a/incubator/@react-native-webapis/web-storage/CHANGELOG.md b/incubator/@react-native-webapis/web-storage/CHANGELOG.md index 86137e61da..d3bb76b412 100644 --- a/incubator/@react-native-webapis/web-storage/CHANGELOG.md +++ b/incubator/@react-native-webapis/web-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-webapis/web-storage +## 0.2.7 + +### Patch Changes + +- 386ddce: Workaround for autolinking not including macOS or Windows as target + platforms (see https://github.com/react-native-community/cli/issues/2419) + ## 0.2.6 ### Patch Changes diff --git a/incubator/@react-native-webapis/web-storage/package.json b/incubator/@react-native-webapis/web-storage/package.json index 5dc272cd24..15803a8290 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.6", + "version": "0.2.7", "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",