diff --git a/.changeset/wise-teachers-do.md b/.changeset/wise-teachers-do.md deleted file mode 100644 index 7ab8c003b63..00000000000 --- a/.changeset/wise-teachers-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added multi select functionality to AlphaPicker diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index b4ac09d275c..684d89d5c83 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.25.0", + "@shopify/polaris": "^12.25.1", "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 1231f70e326..11633934911 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.25.1 + +### Patch Changes + +- [#11819](https://github.com/Shopify/polaris/pull/11819) [`35eb10c4f`](https://github.com/Shopify/polaris/commit/35eb10c4f049cf8edf62eeef0ba380d20887d54f) Thanks [@kyledurand](https://github.com/kyledurand)! - Added multi select functionality to AlphaPicker + ## 12.25.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index a5f10b9a3ce..e5f65d41fed 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.25.0", + "version": "12.25.1", "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 36db7c18424..5e127559866 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.67.2 + +### Patch Changes + +- Updated dependencies [[`35eb10c4f`](https://github.com/Shopify/polaris/commit/35eb10c4f049cf8edf62eeef0ba380d20887d54f)]: + - @shopify/polaris@12.25.1 + ## 0.67.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index ce39dd3efe6..eb1232d084f 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.67.1", + "version": "0.67.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.25.0", + "@shopify/polaris": "^12.25.1", "@shopify/polaris-icons": "^8.9.0", "@shopify/polaris-tokens": "^8.10.0", "@types/react-syntax-highlighter": "^15.5.6",