From 4c2f0939e9bc6fb994bb345dda0ba6d5f0995fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Apr 2024 19:54:49 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-buckets-count.md | 5 ----- .changeset/cool-otters-invent.md | 5 ----- .changeset/cuddly-goats-remain.md | 5 ----- .changeset/funny-timers-explode.md | 5 ----- .changeset/green-laws-crash.md | 6 ------ .changeset/hip-windows-exercise.md | 5 ----- .changeset/shaggy-items-smoke.md | 5 ----- .changeset/tricky-beans-fold.md | 5 ----- .changeset/twenty-chefs-float.md | 5 ----- .changeset/wise-teachers-do.md | 5 ----- polaris-icons/CHANGELOG.md | 10 ++++++++++ polaris-icons/package.json | 2 +- polaris-migrator/CHANGELOG.md | 6 ++++++ polaris-migrator/package.json | 4 ++-- polaris-react/CHANGELOG.md | 21 +++++++++++++++++++++ polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 12 ++++++++++++ polaris.shopify.com/package.json | 6 +++--- 18 files changed, 57 insertions(+), 59 deletions(-) delete mode 100644 .changeset/cold-buckets-count.md delete mode 100644 .changeset/cool-otters-invent.md delete mode 100644 .changeset/cuddly-goats-remain.md delete mode 100644 .changeset/funny-timers-explode.md delete mode 100644 .changeset/green-laws-crash.md delete mode 100644 .changeset/hip-windows-exercise.md delete mode 100644 .changeset/shaggy-items-smoke.md delete mode 100644 .changeset/tricky-beans-fold.md delete mode 100644 .changeset/twenty-chefs-float.md delete mode 100644 .changeset/wise-teachers-do.md diff --git a/.changeset/cold-buckets-count.md b/.changeset/cold-buckets-count.md deleted file mode 100644 index 0d8f41f9b7c..00000000000 --- a/.changeset/cold-buckets-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': patch ---- - -Add missing peer dependency on React diff --git a/.changeset/cool-otters-invent.md b/.changeset/cool-otters-invent.md deleted file mode 100644 index 90a10cbeacf..00000000000 --- a/.changeset/cool-otters-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated common action pattern guidance diff --git a/.changeset/cuddly-goats-remain.md b/.changeset/cuddly-goats-remain.md deleted file mode 100644 index 3d95352a0a9..00000000000 --- a/.changeset/cuddly-goats-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Revert responsive text style updates diff --git a/.changeset/funny-timers-explode.md b/.changeset/funny-timers-explode.md deleted file mode 100644 index 453d4052b21..00000000000 --- a/.changeset/funny-timers-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed Shift + click selection of `IndexTable.Row` not working in Firefox diff --git a/.changeset/green-laws-crash.md b/.changeset/green-laws-crash.md deleted file mode 100644 index cb812920afd..00000000000 --- a/.changeset/green-laws-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': patch -'polaris.shopify.com': patch ---- - -Undeprecated `heading2xl` variant in `Text` component diff --git a/.changeset/hip-windows-exercise.md b/.changeset/hip-windows-exercise.md deleted file mode 100644 index da07c6f40f2..00000000000 --- a/.changeset/hip-windows-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added some icons for image editing diff --git a/.changeset/shaggy-items-smoke.md b/.changeset/shaggy-items-smoke.md deleted file mode 100644 index f1b919572d9..00000000000 --- a/.changeset/shaggy-items-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added the `defaultPaginatedSelectAllText` prop to `IndexTable` to support customizing the label of the checkbox in the header that selects all rows across pages when the table `hasMoreItems` diff --git a/.changeset/tricky-beans-fold.md b/.changeset/tricky-beans-fold.md deleted file mode 100644 index 8c4a459c90f..00000000000 --- a/.changeset/tricky-beans-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -[IndexTable] Initially hide the scrollbar and update scrollbar padding diff --git a/.changeset/twenty-chefs-float.md b/.changeset/twenty-chefs-float.md deleted file mode 100644 index ca8fe89af58..00000000000 --- a/.changeset/twenty-chefs-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': patch ---- - -Removed `Text` `heading2xl` and associated tokens from v14 font migration 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-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index eadcb52dee5..0ec0d5b5a5a 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.10.0 + +### Minor Changes + +- [#11816](https://github.com/Shopify/polaris/pull/11816) [`4b730c84d`](https://github.com/Shopify/polaris/commit/4b730c84dc3a636ea04570e36ad7b3bb39b24277) Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Added some icons for image editing + +### Patch Changes + +- [#11825](https://github.com/Shopify/polaris/pull/11825) [`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Add missing peer dependency on React + ## 8.9.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index f9b17a6e1fa..9771b60e858 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "8.9.0", + "version": "8.10.0", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index dab31e0e710..04c4ea9ee54 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/polaris-migrator +## 0.28.6 + +### Patch Changes + +- [#11813](https://github.com/Shopify/polaris/pull/11813) [`c49809998`](https://github.com/Shopify/polaris/commit/c498099988dbc37490a3ccde92fda48151b00993) Thanks [@lgriffee](https://github.com/lgriffee)! - Removed `Text` `heading2xl` and associated tokens from v14 font migration + ## 0.28.5 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index b4ac09d275c..451b8429944 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.28.5", + "version": "0.28.6", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -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.26.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 1231f70e326..f5c336dbe5d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 12.26.0 + +### Minor Changes + +- [#11785](https://github.com/Shopify/polaris/pull/11785) [`2a2f635ba`](https://github.com/Shopify/polaris/commit/2a2f635bab5ce511a5195d1e545f153fac6a6579) Thanks [@mrcthms](https://github.com/mrcthms)! - Added the `defaultPaginatedSelectAllText` prop to `IndexTable` to support customizing the label of the checkbox in the header that selects all rows across pages when the table `hasMoreItems` + +### Patch Changes + +- [#11833](https://github.com/Shopify/polaris/pull/11833) [`810532c58`](https://github.com/Shopify/polaris/commit/810532c58d5538d5304f17c09b9d60a76dc6d5bb) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Revert responsive text style updates + +* [#11810](https://github.com/Shopify/polaris/pull/11810) [`66dc0392a`](https://github.com/Shopify/polaris/commit/66dc0392a24ec726eeae470320ab90484221ccaf) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed Shift + click selection of `IndexTable.Row` not working in Firefox + +- [#11811](https://github.com/Shopify/polaris/pull/11811) [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f) Thanks [@lgriffee](https://github.com/lgriffee)! - Undeprecated `heading2xl` variant in `Text` component + +* [#11817](https://github.com/Shopify/polaris/pull/11817) [`936765c92`](https://github.com/Shopify/polaris/commit/936765c92242de7be5956ffb872143a55b12ac00) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - [IndexTable] Initially hide the scrollbar and update scrollbar padding + +- [#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 + +- Updated dependencies [[`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9), [`4b730c84d`](https://github.com/Shopify/polaris/commit/4b730c84dc3a636ea04570e36ad7b3bb39b24277)]: + - @shopify/polaris-icons@8.10.0 + ## 12.25.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index a5f10b9a3ce..5eba3d74abb 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.26.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -55,7 +55,7 @@ "storybook:build": "storybook build -o build-internal/storybook/static" }, "dependencies": { - "@shopify/polaris-icons": "^8.9.0", + "@shopify/polaris-icons": "^8.10.0", "@shopify/polaris-tokens": "^8.10.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 36db7c18424..a3d96f76ebd 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 0.67.2 + +### Patch Changes + +- [#11796](https://github.com/Shopify/polaris/pull/11796) [`c8dc01330`](https://github.com/Shopify/polaris/commit/c8dc013304640e3e300cad5348fe55d0ced1fd9d) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action pattern guidance + +* [#11811](https://github.com/Shopify/polaris/pull/11811) [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f) Thanks [@lgriffee](https://github.com/lgriffee)! - Undeprecated `heading2xl` variant in `Text` component + +* Updated dependencies [[`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9), [`810532c58`](https://github.com/Shopify/polaris/commit/810532c58d5538d5304f17c09b9d60a76dc6d5bb), [`66dc0392a`](https://github.com/Shopify/polaris/commit/66dc0392a24ec726eeae470320ab90484221ccaf), [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f), [`4b730c84d`](https://github.com/Shopify/polaris/commit/4b730c84dc3a636ea04570e36ad7b3bb39b24277), [`2a2f635ba`](https://github.com/Shopify/polaris/commit/2a2f635bab5ce511a5195d1e545f153fac6a6579), [`936765c92`](https://github.com/Shopify/polaris/commit/936765c92242de7be5956ffb872143a55b12ac00), [`35eb10c4f`](https://github.com/Shopify/polaris/commit/35eb10c4f049cf8edf62eeef0ba380d20887d54f)]: + - @shopify/polaris-icons@8.10.0 + - @shopify/polaris@12.26.0 + ## 0.67.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index ce39dd3efe6..0e7962b3f4e 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,8 +28,8 @@ "@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-icons": "^8.9.0", + "@shopify/polaris": "^12.26.0", + "@shopify/polaris-icons": "^8.10.0", "@shopify/polaris-tokens": "^8.10.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",