diff --git a/.changeset/fluffy-meals-repair.md b/.changeset/fluffy-meals-repair.md deleted file mode 100644 index f76ed1c3a6c..00000000000 --- a/.changeset/fluffy-meals-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added cover positioning story to popover to prevent regressions diff --git a/.changeset/real-papayas-tease.md b/.changeset/real-papayas-tease.md deleted file mode 100644 index b5d23b6cc7a..00000000000 --- a/.changeset/real-papayas-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Reverted a change that caused `IndexTable` `onNavigation` not to work when `selectable` is `false` diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index e09849cb074..b3783163147 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.0", + "@shopify/polaris": "^12.22.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 b92cfc031f4..e07ec2dc207 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 12.22.1 + +### Patch Changes + +- [#11771](https://github.com/Shopify/polaris/pull/11771) [`8d636390a`](https://github.com/Shopify/polaris/commit/8d636390a699c13b2148320e7147794e1f92e46a) Thanks [@kyledurand](https://github.com/kyledurand)! - Added cover positioning story to popover to prevent regressions + +* [#11773](https://github.com/Shopify/polaris/pull/11773) [`b1a0efc7d`](https://github.com/Shopify/polaris/commit/b1a0efc7d60b300fd7ff0923eb215ea8f29b63bd) Thanks [@chloerice](https://github.com/chloerice)! - Reverted a change that caused `IndexTable` `onNavigation` not to work when `selectable` is `false` + ## 12.22.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index a208c35684c..ba31d83f20f 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.0", + "version": "12.22.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 4af1bf7d349..0a56d2d713a 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.66.1 + +### Patch Changes + +- Updated dependencies [[`8d636390a`](https://github.com/Shopify/polaris/commit/8d636390a699c13b2148320e7147794e1f92e46a), [`b1a0efc7d`](https://github.com/Shopify/polaris/commit/b1a0efc7d60b300fd7ff0923eb215ea8f29b63bd)]: + - @shopify/polaris@12.22.1 + ## 0.66.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 902d1f42412..e7cbfb92042 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.66.0", + "version": "0.66.1", "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.0", + "@shopify/polaris": "^12.22.1", "@shopify/polaris-icons": "^8.8.0", "@shopify/polaris-tokens": "^8.8.0", "@types/react-syntax-highlighter": "^15.5.6",