From 15551ffeddbb6fe2b93592f3fcd33d1a1c5e39fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Mar 2023 20:27:20 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-seas-cough.md | 5 ----- .changeset/brown-wasps-refuse.md | 5 ----- .changeset/chatty-pets-enjoy.md | 5 ----- .changeset/cool-tables-pull.md | 2 -- .changeset/curly-parrots-sit.md | 5 ----- .changeset/fast-glasses-rhyme.md | 5 ----- .changeset/few-files-drop.md | 5 ----- .changeset/gold-deers-tan.md | 5 ----- .changeset/grumpy-donuts-vanish.md | 5 ----- .changeset/late-vans-trade.md | 5 ----- .changeset/lucky-mugs-fold.md | 5 ----- .changeset/mean-tables-compete.md | 5 ----- .changeset/plenty-impalas-provide.md | 5 ----- .changeset/popular-coins-occur.md | 5 ----- .changeset/quiet-mirrors-talk.md | 5 ----- .changeset/red-clocks-battle.md | 5 ----- .changeset/sharp-bulldogs-repair.md | 5 ----- .changeset/sharp-elephants-deliver.md | 5 ----- .changeset/sharp-keys-march.md | 5 ----- .changeset/shy-plums-shout.md | 5 ----- .changeset/smart-candles-dress.md | 5 ----- .changeset/smart-pillows-buy.md | 5 ----- .changeset/strong-cats-fry.md | 5 ----- .changeset/swift-cycles-happen.md | 5 ----- .changeset/ten-drinks-refuse.md | 6 ----- polaris-cli/CHANGELOG.md | 7 ++++++ polaris-cli/package.json | 4 ++-- polaris-migrator/CHANGELOG.md | 11 +++++++++ polaris-migrator/package.json | 6 ++--- polaris-react/CHANGELOG.md | 32 +++++++++++++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 29 ++++++++++++++++++++++++ polaris.shopify.com/package.json | 4 ++-- stylelint-polaris/CHANGELOG.md | 6 +++++ stylelint-polaris/package.json | 2 +- 36 files changed, 96 insertions(+), 134 deletions(-) delete mode 100644 .changeset/beige-seas-cough.md delete mode 100644 .changeset/brown-wasps-refuse.md delete mode 100644 .changeset/chatty-pets-enjoy.md delete mode 100644 .changeset/cool-tables-pull.md delete mode 100644 .changeset/curly-parrots-sit.md delete mode 100644 .changeset/fast-glasses-rhyme.md delete mode 100644 .changeset/few-files-drop.md delete mode 100644 .changeset/gold-deers-tan.md delete mode 100644 .changeset/grumpy-donuts-vanish.md delete mode 100644 .changeset/late-vans-trade.md delete mode 100644 .changeset/lucky-mugs-fold.md delete mode 100644 .changeset/mean-tables-compete.md delete mode 100644 .changeset/plenty-impalas-provide.md delete mode 100644 .changeset/popular-coins-occur.md delete mode 100644 .changeset/quiet-mirrors-talk.md delete mode 100644 .changeset/red-clocks-battle.md delete mode 100644 .changeset/sharp-bulldogs-repair.md delete mode 100644 .changeset/sharp-elephants-deliver.md delete mode 100644 .changeset/sharp-keys-march.md delete mode 100644 .changeset/shy-plums-shout.md delete mode 100644 .changeset/smart-candles-dress.md delete mode 100644 .changeset/smart-pillows-buy.md delete mode 100644 .changeset/strong-cats-fry.md delete mode 100644 .changeset/swift-cycles-happen.md delete mode 100644 .changeset/ten-drinks-refuse.md diff --git a/.changeset/beige-seas-cough.md b/.changeset/beige-seas-cough.md deleted file mode 100644 index 4a97a931409..00000000000 --- a/.changeset/beige-seas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added a forward `ref` to permit programmatic scrolling for `Scrollable` (example: `scrollRef.current?.scrollTo(0)`) diff --git a/.changeset/brown-wasps-refuse.md b/.changeset/brown-wasps-refuse.md deleted file mode 100644 index bcd9f1b7f0b..00000000000 --- a/.changeset/brown-wasps-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fix renderer on Patterns pages to support code blocks without meta diff --git a/.changeset/chatty-pets-enjoy.md b/.changeset/chatty-pets-enjoy.md deleted file mode 100644 index 7c82b50212f..00000000000 --- a/.changeset/chatty-pets-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added option zebra striping to `IndexTable` ([#8595](https://github.com/Shopify/polaris/pull/8595)) diff --git a/.changeset/cool-tables-pull.md b/.changeset/cool-tables-pull.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/cool-tables-pull.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/curly-parrots-sit.md b/.changeset/curly-parrots-sit.md deleted file mode 100644 index 8474632d31a..00000000000 --- a/.changeset/curly-parrots-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Deprecated breadcrumbs prop on SkeletonPage, added backAction prop with story diff --git a/.changeset/fast-glasses-rhyme.md b/.changeset/fast-glasses-rhyme.md deleted file mode 100644 index f52caa148be..00000000000 --- a/.changeset/fast-glasses-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': major ---- - -Turn on reportNeedlessDisables for all comments diff --git a/.changeset/few-files-drop.md b/.changeset/few-files-drop.md deleted file mode 100644 index d9920e22ef4..00000000000 --- a/.changeset/few-files-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fix minor layout bugs in app-settings-layout pattern code example diff --git a/.changeset/gold-deers-tan.md b/.changeset/gold-deers-tan.md deleted file mode 100644 index ee6a8602dc8..00000000000 --- a/.changeset/gold-deers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Made hiding the stepper arrows for inputs of type "number" and revealing them on hover and focus the default `TextField` behaviour to mimic the default browser experience diff --git a/.changeset/grumpy-donuts-vanish.md b/.changeset/grumpy-donuts-vanish.md deleted file mode 100644 index 80e092e6a61..00000000000 --- a/.changeset/grumpy-donuts-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fix border radius on active/pressed navigation items diff --git a/.changeset/late-vans-trade.md b/.changeset/late-vans-trade.md deleted file mode 100644 index afcc5211663..00000000000 --- a/.changeset/late-vans-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Remove unnecessary stylelint-disable comments diff --git a/.changeset/lucky-mugs-fold.md b/.changeset/lucky-mugs-fold.md deleted file mode 100644 index da4410d6d62..00000000000 --- a/.changeset/lucky-mugs-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Added a `shadow` token page diff --git a/.changeset/mean-tables-compete.md b/.changeset/mean-tables-compete.md deleted file mode 100644 index 46326120343..00000000000 --- a/.changeset/mean-tables-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Added search event that sets the default google parameters in addition to custom diff --git a/.changeset/plenty-impalas-provide.md b/.changeset/plenty-impalas-provide.md deleted file mode 100644 index d1c3cc2a6b5..00000000000 --- a/.changeset/plenty-impalas-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated default stack order custom property diff --git a/.changeset/popular-coins-occur.md b/.changeset/popular-coins-occur.md deleted file mode 100644 index 1da2e65b2c8..00000000000 --- a/.changeset/popular-coins-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated documentation and guidance for `AlphaCard`, `AlphaStack`, `Box`, `Bleed`, `Columns`, and `Inline` diff --git a/.changeset/quiet-mirrors-talk.md b/.changeset/quiet-mirrors-talk.md deleted file mode 100644 index 790522462d5..00000000000 --- a/.changeset/quiet-mirrors-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated the style of keyboard component and add optional size prop diff --git a/.changeset/red-clocks-battle.md b/.changeset/red-clocks-battle.md deleted file mode 100644 index a56710529db..00000000000 --- a/.changeset/red-clocks-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Removed comments after stylelint rule changes that are breaking the rules diff --git a/.changeset/sharp-bulldogs-repair.md b/.changeset/sharp-bulldogs-repair.md deleted file mode 100644 index b9c95c6b5b7..00000000000 --- a/.changeset/sharp-bulldogs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Added 'engagement' category to search event diff --git a/.changeset/sharp-elephants-deliver.md b/.changeset/sharp-elephants-deliver.md deleted file mode 100644 index b1ae857edb6..00000000000 --- a/.changeset/sharp-elephants-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Remove unused shared scss functions and move low usage or low value functions into components diff --git a/.changeset/sharp-keys-march.md b/.changeset/sharp-keys-march.md deleted file mode 100644 index 3595043b3e0..00000000000 --- a/.changeset/sharp-keys-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Added best practices to `Text`, `AlphaCard`, and `AlphaStack` diff --git a/.changeset/shy-plums-shout.md b/.changeset/shy-plums-shout.md deleted file mode 100644 index a48e9218193..00000000000 --- a/.changeset/shy-plums-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated the animation duration and box-shadow for the `Tooltip` diff --git a/.changeset/smart-candles-dress.md b/.changeset/smart-candles-dress.md deleted file mode 100644 index 09b8536e502..00000000000 --- a/.changeset/smart-candles-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Fixed list reset class from not applying to ordered lists diff --git a/.changeset/smart-pillows-buy.md b/.changeset/smart-pillows-buy.md deleted file mode 100644 index 6fa86782ab1..00000000000 --- a/.changeset/smart-pillows-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Adjust CSS for expanded navigation section to remove unwanted space during collapse/expand diff --git a/.changeset/strong-cats-fry.md b/.changeset/strong-cats-fry.md deleted file mode 100644 index 1010bf1ab0c..00000000000 --- a/.changeset/strong-cats-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fixed icon page layout diff --git a/.changeset/swift-cycles-happen.md b/.changeset/swift-cycles-happen.md deleted file mode 100644 index cea8d80baf0..00000000000 --- a/.changeset/swift-cycles-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Added search tracking using google analytics diff --git a/.changeset/ten-drinks-refuse.md b/.changeset/ten-drinks-refuse.md deleted file mode 100644 index c99bd94b32d..00000000000 --- a/.changeset/ten-drinks-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris-migrator': minor -'polaris.shopify.com': minor ---- - -Create migrations to replace deprecated custom properties in polaris-react v11.0.0 and v9.0.0 diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 0623e6096c3..51fdecf4c47 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-cli +## 0.1.17 + +### Patch Changes + +- Updated dependencies [[`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412)]: + - @shopify/polaris-migrator@0.16.0 + ## 0.1.16 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 322454900e4..d6c5c911cdd 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.16", + "version": "0.1.17", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -24,7 +24,7 @@ }, "dependencies": { "@oclif/core": "^1.13.10", - "@shopify/polaris-migrator": "^0.15.1" + "@shopify/polaris-migrator": "^0.16.0" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 22a67bb6eea..8fc90f37f92 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopify/polaris-migrator +## 0.16.0 + +### Minor Changes + +- [#8272](https://github.com/Shopify/polaris/pull/8272) [`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412) Thanks [@lgriffee](https://github.com/lgriffee)! - Create migrations to replace deprecated custom properties in polaris-react v11.0.0 and v9.0.0 + +### Patch Changes + +- Updated dependencies [[`764f17d86`](https://github.com/Shopify/polaris/commit/764f17d86c30c9f30bec6717c09f07b2e04e23f8)]: + - @shopify/stylelint-polaris@9.0.0 + ## 0.15.1 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 930096bdc28..97be454b943 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.15.1", + "version": "0.16.0", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -34,7 +34,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^6.8.0", - "@shopify/stylelint-polaris": "^8.0.2", + "@shopify/stylelint-polaris": "^9.0.0", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -52,7 +52,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.35.0", + "@shopify/polaris": "^10.36.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 2450f02a441..7e5f0aef5ac 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 10.36.0 + +### Minor Changes + +- [#8555](https://github.com/Shopify/polaris/pull/8555) [`696473b82`](https://github.com/Shopify/polaris/commit/696473b8215c76eaa3645260d0ec9f6f443a4b9d) Thanks [@clarkjennings](https://github.com/clarkjennings)! - Added a forward `ref` to permit programmatic scrolling for `Scrollable` (example: `scrollRef.current?.scrollTo(0)`) + +* [#8650](https://github.com/Shopify/polaris/pull/8650) [`078cf9aea`](https://github.com/Shopify/polaris/commit/078cf9aea6fbee85f1a22662808ec527b46e6f2d) Thanks [@kyledurand](https://github.com/kyledurand)! - Deprecated breadcrumbs prop on SkeletonPage, added backAction prop with story + +- [#8586](https://github.com/Shopify/polaris/pull/8586) [`83bde8690`](https://github.com/Shopify/polaris/commit/83bde86903b3b6cfdb1a56f8f505c353eb4609be) Thanks [@tatianau](https://github.com/tatianau)! - Made hiding the stepper arrows for inputs of type "number" and revealing them on hover and focus the default `TextField` behaviour to mimic the default browser experience + +* [#8288](https://github.com/Shopify/polaris/pull/8288) [`d27a361c2`](https://github.com/Shopify/polaris/commit/d27a361c25fd002937a1a6e7eea46225d12cad98) Thanks [@rcd00](https://github.com/rcd00)! - Updated the style of keyboard component and add optional size prop + +- [#8600](https://github.com/Shopify/polaris/pull/8600) [`515a62f3b`](https://github.com/Shopify/polaris/commit/515a62f3b2f7cfadbc1a80a9a320aae857262790) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed list reset class from not applying to ordered lists + +* [#8655](https://github.com/Shopify/polaris/pull/8655) [`fb373c3e1`](https://github.com/Shopify/polaris/commit/fb373c3e1d0f3e5dc7a61406b66f1580a45df6a2) Thanks [@stewx](https://github.com/stewx)! - Adjust CSS for expanded navigation section to remove unwanted space during collapse/expand + +### Patch Changes + +- [#8595](https://github.com/Shopify/polaris/pull/8595) [`437a3bbf1`](https://github.com/Shopify/polaris/commit/437a3bbf15209ad211ad3c197b9ed8cb34be2261) Thanks [@KateWood](https://github.com/KateWood)! - Added option zebra striping to `IndexTable` ([#8595](https://github.com/Shopify/polaris/pull/8595)) + +* [#8626](https://github.com/Shopify/polaris/pull/8626) [`ff70ab3d1`](https://github.com/Shopify/polaris/commit/ff70ab3d1bc36d6d4b04a85c03f0b60e7ea8c43e) Thanks [@alex-page](https://github.com/alex-page)! - Fix border radius on active/pressed navigation items + +- [#8644](https://github.com/Shopify/polaris/pull/8644) [`62b712362`](https://github.com/Shopify/polaris/commit/62b71236221edddae106600a73d3f524089a6cd0) Thanks [@alex-page](https://github.com/alex-page)! - Remove unnecessary stylelint-disable comments + +* [#8651](https://github.com/Shopify/polaris/pull/8651) [`446ba341c`](https://github.com/Shopify/polaris/commit/446ba341c2debf0ed9378294598fb125d64d3a88) Thanks [@aveline](https://github.com/aveline)! - Updated default stack order custom property + +- [#8659](https://github.com/Shopify/polaris/pull/8659) [`3e7e0837d`](https://github.com/Shopify/polaris/commit/3e7e0837daccbc8652ea15caf0679b1309ca03fb) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed comments after stylelint rule changes that are breaking the rules + +* [#8606](https://github.com/Shopify/polaris/pull/8606) [`230786ace`](https://github.com/Shopify/polaris/commit/230786ace70a370d0ada255e33f0b8fe830edfaa) Thanks [@alex-page](https://github.com/alex-page)! - Remove unused shared scss functions and move low usage or low value functions into components + +- [#8629](https://github.com/Shopify/polaris/pull/8629) [`6ee523a5f`](https://github.com/Shopify/polaris/commit/6ee523a5ff7b11425537936c41fc675e72fc81ef) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated the animation duration and box-shadow for the `Tooltip` + ## 10.35.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 5c9ef37f75d..06c00700fc5 100644 --- a/polaris-react/README.md +++ b/polaris-react/README.md @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into ```html ``` @@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/polaris-react/package.json b/polaris-react/package.json index c08dfe0d1f7..fe3d0ecf529 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": "10.35.0", + "version": "10.36.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 4aa294ea9cf..0f29e9fece5 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,34 @@ # polaris.shopify.com +## 0.39.0 + +### Minor Changes + +- [#8604](https://github.com/Shopify/polaris/pull/8604) [`65a678d29`](https://github.com/Shopify/polaris/commit/65a678d299fd6637cb88462135cfe3cd7713c6aa) Thanks [@lgriffee](https://github.com/lgriffee)! - Added a `shadow` token page + +* [#8615](https://github.com/Shopify/polaris/pull/8615) [`4aacd1983`](https://github.com/Shopify/polaris/commit/4aacd1983d0c475ec4b239e725b036de5a67ed47) Thanks [@yurm04](https://github.com/yurm04)! - Added search event that sets the default google parameters in addition to custom + +- [#8613](https://github.com/Shopify/polaris/pull/8613) [`1a36ed60c`](https://github.com/Shopify/polaris/commit/1a36ed60c4f049b8fbbaa7cfebb1020dc7ba5055) Thanks [@yurm04](https://github.com/yurm04)! - Added 'engagement' category to search event + +* [#8272](https://github.com/Shopify/polaris/pull/8272) [`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412) Thanks [@lgriffee](https://github.com/lgriffee)! - Create migrations to replace deprecated custom properties in polaris-react v11.0.0 and v9.0.0 + +### Patch Changes + +- [#8621](https://github.com/Shopify/polaris/pull/8621) [`dca759b0b`](https://github.com/Shopify/polaris/commit/dca759b0b54e5984cf1f6151e5178e577db9044f) Thanks [@jesstelford](https://github.com/jesstelford)! - Fix renderer on Patterns pages to support code blocks without meta + +* [#8622](https://github.com/Shopify/polaris/pull/8622) [`613f637c9`](https://github.com/Shopify/polaris/commit/613f637c923f18b51faf8707f185513eaff028f8) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fix minor layout bugs in app-settings-layout pattern code example + +- [#8379](https://github.com/Shopify/polaris/pull/8379) [`c8207636c`](https://github.com/Shopify/polaris/commit/c8207636cfd9493da8e0b5b1aaa4de01a5e521de) Thanks [@nayeobkim](https://github.com/nayeobkim)! - Updated documentation and guidance for `AlphaCard`, `AlphaStack`, `Box`, `Bleed`, `Columns`, and `Inline` + +* [#8614](https://github.com/Shopify/polaris/pull/8614) [`3526fc2fc`](https://github.com/Shopify/polaris/commit/3526fc2fcd3756024ad85bb8b107f9c7a36a7f74) Thanks [@laurkim](https://github.com/laurkim)! - Added best practices to `Text`, `AlphaCard`, and `AlphaStack` + +- [#8616](https://github.com/Shopify/polaris/pull/8616) [`74f0bc42a`](https://github.com/Shopify/polaris/commit/74f0bc42a9eb4107328fed0bb13077e97853c597) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed icon page layout + +* [#8602](https://github.com/Shopify/polaris/pull/8602) [`575b351d5`](https://github.com/Shopify/polaris/commit/575b351d514b6799d365b9f667437943a62e8809) Thanks [@yurm04](https://github.com/yurm04)! - Added search tracking using google analytics + +* Updated dependencies [[`696473b82`](https://github.com/Shopify/polaris/commit/696473b8215c76eaa3645260d0ec9f6f443a4b9d), [`437a3bbf1`](https://github.com/Shopify/polaris/commit/437a3bbf15209ad211ad3c197b9ed8cb34be2261), [`078cf9aea`](https://github.com/Shopify/polaris/commit/078cf9aea6fbee85f1a22662808ec527b46e6f2d), [`83bde8690`](https://github.com/Shopify/polaris/commit/83bde86903b3b6cfdb1a56f8f505c353eb4609be), [`ff70ab3d1`](https://github.com/Shopify/polaris/commit/ff70ab3d1bc36d6d4b04a85c03f0b60e7ea8c43e), [`62b712362`](https://github.com/Shopify/polaris/commit/62b71236221edddae106600a73d3f524089a6cd0), [`446ba341c`](https://github.com/Shopify/polaris/commit/446ba341c2debf0ed9378294598fb125d64d3a88), [`d27a361c2`](https://github.com/Shopify/polaris/commit/d27a361c25fd002937a1a6e7eea46225d12cad98), [`3e7e0837d`](https://github.com/Shopify/polaris/commit/3e7e0837daccbc8652ea15caf0679b1309ca03fb), [`230786ace`](https://github.com/Shopify/polaris/commit/230786ace70a370d0ada255e33f0b8fe830edfaa), [`6ee523a5f`](https://github.com/Shopify/polaris/commit/6ee523a5ff7b11425537936c41fc675e72fc81ef), [`515a62f3b`](https://github.com/Shopify/polaris/commit/515a62f3b2f7cfadbc1a80a9a320aae857262790), [`fb373c3e1`](https://github.com/Shopify/polaris/commit/fb373c3e1d0f3e5dc7a61406b66f1580a45df6a2)]: + - @shopify/polaris@10.36.0 + ## 0.38.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 065c7f748d0..3d051c82ca7 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.38.2", + "version": "0.39.0", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdirp ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.35.0", + "@shopify/polaris": "^10.36.0", "@shopify/polaris-icons": "^6.11.3", "@shopify/polaris-tokens": "^6.8.0", "@radix-ui/react-polymorphic": "^0.0.14", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 0a66090de03..916fc87833d 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.0.0 + +### Major Changes + +- [#8657](https://github.com/Shopify/polaris/pull/8657) [`764f17d86`](https://github.com/Shopify/polaris/commit/764f17d86c30c9f30bec6717c09f07b2e04e23f8) Thanks [@alex-page](https://github.com/alex-page)! - Turn on reportNeedlessDisables for all comments + ## 8.0.2 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index ecc7650245e..baf12019075 100644 --- a/stylelint-polaris/package.json +++ b/stylelint-polaris/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/stylelint-polaris", "description": "Polaris Design System Stylelint tooling", - "version": "8.0.2", + "version": "9.0.0", "private": false, "license": "MIT", "author": "Shopify ",