From 92610ba61ffedf53960ce60c09695fa0e9df9b69 Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:55:32 -0500 Subject: [PATCH] Version Packages (#8252) 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.26.0 ### Minor Changes - [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component - [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component ### Patch Changes - [#8256](https://github.com/Shopify/polaris/pull/8256) [`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb) Thanks [@aveline](https://github.com/aveline)! - - Fixed `Bleed` width behavior - Fixed `Banner` content width - [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris - Updated dependencies \[[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]: - @shopify/polaris-tokens@6.4.0 ## @shopify/polaris-tokens@6.4.0 ### Minor Changes - [#8245](https://github.com/Shopify/polaris/pull/8245) [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd) Thanks [@lgriffee](https://github.com/lgriffee)! - Added new z-index tokens that will be the default in v7.0.0 ## @shopify/stylelint-polaris@5.2.0 ### Minor Changes - [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris ### Patch Changes - Updated dependencies \[[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]: - @shopify/polaris-tokens@6.4.0 ## @shopify/polaris-cli@0.1.2 ### Patch Changes - Updated dependencies \[]: - @shopify/polaris-migrator@0.11.4 ## @shopify/polaris-migrator@0.11.4 ### Patch Changes - Updated dependencies \[[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9)]: - @shopify/polaris-tokens@6.4.0 - @shopify/stylelint-polaris@5.2.0 ## polaris.shopify.com@0.32.0 ### Minor Changes - [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component - [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component ### Patch Changes - Updated dependencies \[[`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb), [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447), [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9), [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a)]: - @shopify/polaris@10.26.0 - @shopify/polaris-tokens@6.4.0 Co-authored-by: github-actions[bot] --- .changeset/blue-queens-walk.md | 6 ------ .changeset/calm-hats-cover.md | 6 ------ .changeset/fuzzy-timers-kneel.md | 5 ----- .changeset/metal-queens-look.md | 6 ------ .changeset/swift-jokes-punch.md | 6 ------ polaris-cli/CHANGELOG.md | 7 +++++++ polaris-cli/package.json | 4 ++-- polaris-for-vscode/package.json | 2 +- polaris-migrator/CHANGELOG.md | 8 ++++++++ polaris-migrator/package.json | 8 ++++---- polaris-react/CHANGELOG.md | 18 ++++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 4 ++-- polaris-tokens/CHANGELOG.md | 6 ++++++ polaris-tokens/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 14 ++++++++++++++ polaris.shopify.com/package.json | 6 +++--- stylelint-polaris/CHANGELOG.md | 11 +++++++++++ stylelint-polaris/package.json | 4 ++-- 19 files changed, 81 insertions(+), 46 deletions(-) delete mode 100644 .changeset/blue-queens-walk.md delete mode 100644 .changeset/calm-hats-cover.md delete mode 100644 .changeset/fuzzy-timers-kneel.md delete mode 100644 .changeset/metal-queens-look.md delete mode 100644 .changeset/swift-jokes-punch.md diff --git a/.changeset/blue-queens-walk.md b/.changeset/blue-queens-walk.md deleted file mode 100644 index 2deb8fec507..00000000000 --- a/.changeset/blue-queens-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -- Fixed `Bleed` width behavior -- Fixed `Banner` content width diff --git a/.changeset/calm-hats-cover.md b/.changeset/calm-hats-cover.md deleted file mode 100644 index 1f853b2b94e..00000000000 --- a/.changeset/calm-hats-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': minor -'polaris.shopify.com': minor ---- - -Added `LegacyStack` component diff --git a/.changeset/fuzzy-timers-kneel.md b/.changeset/fuzzy-timers-kneel.md deleted file mode 100644 index 19365557ea4..00000000000 --- a/.changeset/fuzzy-timers-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Added new z-index tokens that will be the default in v7.0.0 diff --git a/.changeset/metal-queens-look.md b/.changeset/metal-queens-look.md deleted file mode 100644 index 62125946049..00000000000 --- a/.changeset/metal-queens-look.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/stylelint-polaris': minor -'@shopify/polaris': patch ---- - -Disallow text-transform property in Stylelint Polaris diff --git a/.changeset/swift-jokes-punch.md b/.changeset/swift-jokes-punch.md deleted file mode 100644 index 993b5c103cc..00000000000 --- a/.changeset/swift-jokes-punch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': minor -'polaris.shopify.com': minor ---- - -Added `LegacyCard` component diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 7257c583689..ceadab4f916 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-cli +## 0.1.2 + +### Patch Changes + +- Updated dependencies []: + - @shopify/polaris-migrator@0.11.4 + ## 0.1.1 ## 0.1.0 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 753fdf13b81..d16a15cf2e0 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.1", + "version": "0.1.2", "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.11.3" + "@shopify/polaris-migrator": "^0.11.4" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 05b19d8856a..7c76e193931 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -42,7 +42,7 @@ "vscode-languageserver-textdocument": "^1.0.4" }, "devDependencies": { - "@shopify/polaris-tokens": "^6.3.0", + "@shopify/polaris-tokens": "^6.4.0", "@types/node": "14.x", "@types/vscode": "^1.64.0", "@vscode/test-electron": "^2.1.2", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index ae3771ae74b..21494db5cd8 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.11.4 + +### Patch Changes + +- Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9)]: + - @shopify/polaris-tokens@6.4.0 + - @shopify/stylelint-polaris@5.2.0 + ## 0.11.3 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index f227ca5fa47..1f7a4f25ca8 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.11.3", + "version": "0.11.4", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -33,8 +33,8 @@ "generate": "plop" }, "dependencies": { - "@shopify/polaris-tokens": "^6.3.0", - "@shopify/stylelint-polaris": "^5.1.3", + "@shopify/polaris-tokens": "^6.4.0", + "@shopify/stylelint-polaris": "^5.2.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.25.0", + "@shopify/polaris": "^10.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 cb0656d7212..9f477addecc 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 10.26.0 + +### Minor Changes + +- [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component + +* [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component + +### Patch Changes + +- [#8256](https://github.com/Shopify/polaris/pull/8256) [`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb) Thanks [@aveline](https://github.com/aveline)! - - Fixed `Bleed` width behavior + - Fixed `Banner` content width + +* [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris + +* Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]: + - @shopify/polaris-tokens@6.4.0 + ## 10.25.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 601867ed004..47bb702a33f 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 7c745475903..ab32dde7dda 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.25.0", + "version": "10.26.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -63,7 +63,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^6.11.0", - "@shopify/polaris-tokens": "^6.3.0", + "@shopify/polaris-tokens": "^6.4.0", "@types/react": "*", "@types/react-dom": "*", "@types/react-transition-group": "^4.4.2", diff --git a/polaris-tokens/CHANGELOG.md b/polaris-tokens/CHANGELOG.md index a4a37ecabb7..836982631e4 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.4.0 + +### Minor Changes + +- [#8245](https://github.com/Shopify/polaris/pull/8245) [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd) Thanks [@lgriffee](https://github.com/lgriffee)! - Added new z-index tokens that will be the default in v7.0.0 + ## 6.3.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index ec614e8b9d8..0be65af484e 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "6.3.0", + "version": "6.4.0", "description": "", "main": "dist/cjs/build/index.js", "module": "dist/esm/build/index.mjs", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index c517da7fd60..8dd0ddcddea 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,19 @@ # polaris.shopify.com +## 0.32.0 + +### Minor Changes + +- [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component + +* [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component + +### Patch Changes + +- Updated dependencies [[`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb), [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447), [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9), [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a)]: + - @shopify/polaris@10.26.0 + - @shopify/polaris-tokens@6.4.0 + ## 0.31.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 25c5372a8d8..210ce8703aa 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.31.1", + "version": "0.32.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,9 +21,9 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.25.0", + "@shopify/polaris": "^10.26.0", "@shopify/polaris-icons": "^6.11.0", - "@shopify/polaris-tokens": "^6.3.0", + "@shopify/polaris-tokens": "^6.4.0", "@types/react-syntax-highlighter": "^15.5.6", "codesandbox": "^2.2.3", "framer-motion": "^6.5.1", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 24c21d1ab95..a1543f2b4be 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 5.2.0 + +### Minor Changes + +- [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris + +### Patch Changes + +- Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]: + - @shopify/polaris-tokens@6.4.0 + ## 5.1.3 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 6eb937ffc62..8de3f4db2ed 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": "5.1.3", + "version": "5.2.0", "private": false, "license": "MIT", "author": "Shopify ", @@ -34,7 +34,7 @@ "dependencies": { "postcss-value-parser": "^4.2.0", "postcss-media-query-parser": "^0.2.3", - "@shopify/polaris-tokens": "^6.3.0" + "@shopify/polaris-tokens": "^6.4.0" }, "peerDependencies": { "stylelint": "^14.15.0"