From 5bb08c6bba370591c5bd5f468f7377145acb41c4 Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:42:30 -0400 Subject: [PATCH] Version Packages (#11772) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@12.22.1 ### Patch Changes - [#11771](https://github.com/Shopify/polaris/pull/11771) [`8d636390a`](https://github.com/Shopify/polaris/commit/21bf7cd16e57380c61129cdb689110bd23921b5a) 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/4c38f4361ececf8f629a96a36f99babe9424bb6f) Thanks [@chloerice](https://github.com/chloerice)! - Reverted a change that caused `IndexTable` `onNavigation` not to work when `selectable` is `false` ## polaris.shopify.com@0.66.1 ### Patch Changes - Updated dependencies \[[`8d636390a`](https://github.com/Shopify/polaris/commit/21bf7cd16e57380c61129cdb689110bd23921b5a), [`b1a0efc7d`](https://github.com/Shopify/polaris/commit/4c38f4361ececf8f629a96a36f99babe9424bb6f)]: - @shopify/polaris@12.22.1 Co-authored-by: github-actions[bot] --- .changeset/fluffy-meals-repair.md | 5 ----- .changeset/real-papayas-tease.md | 5 ----- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 8 ++++++++ polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 7 +++++++ polaris.shopify.com/package.json | 4 ++-- 7 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .changeset/fluffy-meals-repair.md delete mode 100644 .changeset/real-papayas-tease.md 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",