diff --git a/.changeset/angry-lamps-notice.md b/.changeset/angry-lamps-notice.md deleted file mode 100644 index efcdc94e863..00000000000 --- a/.changeset/angry-lamps-notice.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': patch -'polaris.shopify.com': patch ---- - -[Icons] Fixed references to incorrect icon imports that were causing Storybook to break diff --git a/.changeset/serious-vans-sin.md b/.changeset/serious-vans-sin.md deleted file mode 100644 index 9ba84efa91b..00000000000 --- a/.changeset/serious-vans-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -[FiltersBar] Fixed bug where filters would disappear from the FiltersBar when clicking the Clear all button diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index bf6c0ba8069..e5c7469cf3b 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.9.1", + "@shopify/polaris": "^12.10.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 808866468f0..bf4e54ad138 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 12.10.0 + +### Minor Changes + +- [#11417](https://github.com/Shopify/polaris/pull/11417) [`cea2dd22b`](https://github.com/Shopify/polaris/commit/cea2dd22b9f3fc401f2de765b0d68545f2ee97fe) Thanks [@mrcthms](https://github.com/mrcthms)! - [FiltersBar] Fixed bug where filters would disappear from the FiltersBar when clicking the Clear all button + +### Patch Changes + +- [#11446](https://github.com/Shopify/polaris/pull/11446) [`6e40eca5e`](https://github.com/Shopify/polaris/commit/6e40eca5ed82de159966552064271a238d3369cf) Thanks [@mrcthms](https://github.com/mrcthms)! - [Icons] Fixed references to incorrect icon imports that were causing Storybook to break + ## 12.9.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 8d5bfa45ccf..c7189e5b17c 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.9.1", + "version": "12.10.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 98708622011..13cf0d869c4 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,14 @@ # polaris.shopify.com +## 0.61.9 + +### Patch Changes + +- [#11446](https://github.com/Shopify/polaris/pull/11446) [`6e40eca5e`](https://github.com/Shopify/polaris/commit/6e40eca5ed82de159966552064271a238d3369cf) Thanks [@mrcthms](https://github.com/mrcthms)! - [Icons] Fixed references to incorrect icon imports that were causing Storybook to break + +- Updated dependencies [[`6e40eca5e`](https://github.com/Shopify/polaris/commit/6e40eca5ed82de159966552064271a238d3369cf), [`cea2dd22b`](https://github.com/Shopify/polaris/commit/cea2dd22b9f3fc401f2de765b0d68545f2ee97fe)]: + - @shopify/polaris@12.10.0 + ## 0.61.8 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 33a1f29910e..ebc38f19988 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.61.8", + "version": "0.61.9", "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.9.1", + "@shopify/polaris": "^12.10.0", "@shopify/polaris-icons": "^8.0.0", "@shopify/polaris-tokens": "^8.5.0", "@types/react-syntax-highlighter": "^15.5.6",