diff --git a/.changeset/forty-geese-float.md b/.changeset/forty-geese-float.md deleted file mode 100644 index 1a2a7a155c0..00000000000 --- a/.changeset/forty-geese-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added align property for FooterHelp diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index b3783163147..7a2b3e8718e 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^12.22.1", + "@shopify/polaris": "^12.23.0", "plop": "^3.1.1", "plop-dir": "^0.0.5", "prettier": "^2.7.1", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index e07ec2dc207..e4f3ea62f26 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.23.0 + +### Minor Changes + +- [#11764](https://github.com/Shopify/polaris/pull/11764) [`880f31b44`](https://github.com/Shopify/polaris/commit/880f31b44baa1cfc4a58320f466ccc5c6438bf48) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - Added align property for FooterHelp + ## 12.22.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index ba31d83f20f..58ccd93a243 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s admin product component library", - "version": "12.22.1", + "version": "12.23.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 0a56d2d713a..3490b11b742 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.66.2 + +### Patch Changes + +- Updated dependencies [[`880f31b44`](https://github.com/Shopify/polaris/commit/880f31b44baa1cfc4a58320f466ccc5c6438bf48)]: + - @shopify/polaris@12.23.0 + ## 0.66.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e7cbfb92042..c3ea25d23ff 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.66.1", + "version": "0.66.2", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -28,7 +28,7 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.22.1", + "@shopify/polaris": "^12.23.0", "@shopify/polaris-icons": "^8.8.0", "@shopify/polaris-tokens": "^8.8.0", "@types/react-syntax-highlighter": "^15.5.6",