From 34f6e306a6780d83edf54774f9938ec1b4f7f85a Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:00:24 -0500 Subject: [PATCH] Version Packages (#8568) 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@10.34.0 ### Minor Changes - [#8546](https://github.com/Shopify/polaris/pull/8546) [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1) Thanks [@MindRave](https://github.com/MindRave)! - Added "magic" color to the Icon component's color prop type. - [#8545](https://github.com/Shopify/polaris/pull/8545) [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9) Thanks [@alex-page](https://github.com/alex-page)! - Updated DropZone with a signifigant restructure to remove Class child component - [#8525](https://github.com/Shopify/polaris/pull/8525) [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [IndexTable] Adds support for header config object alignment property and treatment of right-aligned, sortable column headings - [#8569](https://github.com/Shopify/polaris/pull/8569) [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3) Thanks [@kyledurand](https://github.com/kyledurand)! - Allowed aria attributes on Bleed, Inline, and Columns ### Patch Changes - [#8581](https://github.com/Shopify/polaris/pull/8581) [`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where bulk actions wouldn't render when only promoted actions exist ## @shopify/polaris-cli@0.1.15 ## polaris.shopify.com@0.38.1 ### Patch Changes - [#8570](https://github.com/Shopify/polaris/pull/8570) [`45ca38d41`](https://github.com/Shopify/polaris/commit/45ca38d411e5d29eee3d0f781ac821339707f013) Thanks [@laurkim](https://github.com/laurkim)! - Added `Legacy` status to component lifecycle page and banner/badge to `LegacyStack` and `LegacyCard` - [#8573](https://github.com/Shopify/polaris/pull/8573) [`0389fd8b8`](https://github.com/Shopify/polaris/commit/0389fd8b8f3242eeeef7907df7380d5d009c5618) Thanks [@laurkim](https://github.com/laurkim)! - Fixed links to component lifecycle page in alpha component banners - Updated dependencies \[[`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9), [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1), [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9), [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7), [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3)]: - @shopify/polaris@10.34.0 Co-authored-by: github-actions[bot] --- .changeset/eight-bags-clap.md | 5 ----- .changeset/little-doors-search.md | 5 ----- .changeset/sharp-feet-bake.md | 5 ----- .changeset/slow-oranges-rhyme.md | 5 ----- .changeset/tender-moons-tease.md | 5 ----- .changeset/tough-mugs-greet.md | 5 ----- .changeset/two-mugs-sneeze.md | 5 ----- polaris-cli/CHANGELOG.md | 2 ++ polaris-cli/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 16 ++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 11 +++++++++++ polaris.shopify.com/package.json | 4 ++-- 15 files changed, 36 insertions(+), 42 deletions(-) delete mode 100644 .changeset/eight-bags-clap.md delete mode 100644 .changeset/little-doors-search.md delete mode 100644 .changeset/sharp-feet-bake.md delete mode 100644 .changeset/slow-oranges-rhyme.md delete mode 100644 .changeset/tender-moons-tease.md delete mode 100644 .changeset/tough-mugs-greet.md delete mode 100644 .changeset/two-mugs-sneeze.md diff --git a/.changeset/eight-bags-clap.md b/.changeset/eight-bags-clap.md deleted file mode 100644 index ccb78e4188d..00000000000 --- a/.changeset/eight-bags-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed a bug where bulk actions wouldn't render when only promoted actions exist diff --git a/.changeset/little-doors-search.md b/.changeset/little-doors-search.md deleted file mode 100644 index 91ff419cce4..00000000000 --- a/.changeset/little-doors-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added "magic" color to the Icon component's color prop type. diff --git a/.changeset/sharp-feet-bake.md b/.changeset/sharp-feet-bake.md deleted file mode 100644 index b11fddd9d45..00000000000 --- a/.changeset/sharp-feet-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated DropZone with a signifigant restructure to remove Class child component diff --git a/.changeset/slow-oranges-rhyme.md b/.changeset/slow-oranges-rhyme.md deleted file mode 100644 index 70d4a825ead..00000000000 --- a/.changeset/slow-oranges-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -[IndexTable] Adds support for header config object alignment property and treatment of right-aligned, sortable column headings diff --git a/.changeset/tender-moons-tease.md b/.changeset/tender-moons-tease.md deleted file mode 100644 index e5ef93166f8..00000000000 --- a/.changeset/tender-moons-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Added `Legacy` status to component lifecycle page and banner/badge to `LegacyStack` and `LegacyCard` diff --git a/.changeset/tough-mugs-greet.md b/.changeset/tough-mugs-greet.md deleted file mode 100644 index d1246bd334b..00000000000 --- a/.changeset/tough-mugs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fixed links to component lifecycle page in alpha component banners diff --git a/.changeset/two-mugs-sneeze.md b/.changeset/two-mugs-sneeze.md deleted file mode 100644 index 62fbe3bcd82..00000000000 --- a/.changeset/two-mugs-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Allowed aria attributes on Bleed, Inline, and Columns diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 597696741f5..d79a1c5b3f4 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.1.15 + ## 0.1.14 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index c5e291cd71f..64aea476c67 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.14", + "version": "0.1.15", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 72c17ece699..316bfa52940 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -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.33.0", + "@shopify/polaris": "^10.34.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 c73d3970504..16c3fda7280 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 10.34.0 + +### Minor Changes + +- [#8546](https://github.com/Shopify/polaris/pull/8546) [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1) Thanks [@MindRave](https://github.com/MindRave)! - Added "magic" color to the Icon component's color prop type. + +* [#8545](https://github.com/Shopify/polaris/pull/8545) [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9) Thanks [@alex-page](https://github.com/alex-page)! - Updated DropZone with a signifigant restructure to remove Class child component + +- [#8525](https://github.com/Shopify/polaris/pull/8525) [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [IndexTable] Adds support for header config object alignment property and treatment of right-aligned, sortable column headings + +* [#8569](https://github.com/Shopify/polaris/pull/8569) [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3) Thanks [@kyledurand](https://github.com/kyledurand)! - Allowed aria attributes on Bleed, Inline, and Columns + +### Patch Changes + +- [#8581](https://github.com/Shopify/polaris/pull/8581) [`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where bulk actions wouldn't render when only promoted actions exist + ## 10.33.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index b619710cf0c..f284b63d819 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 224feea971e..04bf937d0f6 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.33.0", + "version": "10.34.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 a70d2c7cc08..3c600f17a37 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,16 @@ # polaris.shopify.com +## 0.38.1 + +### Patch Changes + +- [#8570](https://github.com/Shopify/polaris/pull/8570) [`45ca38d41`](https://github.com/Shopify/polaris/commit/45ca38d411e5d29eee3d0f781ac821339707f013) Thanks [@laurkim](https://github.com/laurkim)! - Added `Legacy` status to component lifecycle page and banner/badge to `LegacyStack` and `LegacyCard` + +* [#8573](https://github.com/Shopify/polaris/pull/8573) [`0389fd8b8`](https://github.com/Shopify/polaris/commit/0389fd8b8f3242eeeef7907df7380d5d009c5618) Thanks [@laurkim](https://github.com/laurkim)! - Fixed links to component lifecycle page in alpha component banners + +* Updated dependencies [[`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9), [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1), [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9), [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7), [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3)]: + - @shopify/polaris@10.34.0 + ## 0.38.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e717e609a67..88b2c21471f 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.38.0", + "version": "0.38.1", "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.33.0", + "@shopify/polaris": "^10.34.0", "@shopify/polaris-icons": "^6.11.3", "@shopify/polaris-tokens": "^6.7.0", "@radix-ui/react-polymorphic": "^0.0.14",