diff --git a/.changeset/eight-rockets-eat.md b/.changeset/eight-rockets-eat.md deleted file mode 100644 index 1135b57b..00000000 --- a/.changeset/eight-rockets-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/hydrogen-react': patch ---- - -Actually add content to the READMEs so that they're seen when published to NPM. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fa415c63..8269e39a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/hydrogen-react +## 2022.10.8 + +### Patch Changes + +- c1359eb: Actually add content to the READMEs so that they're seen when published to NPM. + ## 2022.10.7 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index dace72b6..1c5ec9e7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/hydrogen-react", - "version": "2022.10.7", + "version": "2022.10.8", "description": "React components, hooks, and utilities for creating custom Shopify storefronts", "homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react", "license": "MIT",