From d4e58c1e41c54d0b1d29c337b13f7995f7bb5b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Sep 2023 08:44:48 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-jeans-scream.md | 5 ----- .changeset/brave-dancers-appear.md | 5 ----- .changeset/five-cameras-deny.md | 5 ----- .changeset/forty-dolphins-love.md | 5 ----- .changeset/hot-houses-pretend.md | 5 ----- .changeset/modern-lobsters-cheer.md | 5 ----- .changeset/seven-oranges-fetch.md | 5 ----- polaris-for-vscode/package.json | 2 +- polaris-migrator/CHANGELOG.md | 8 ++++++++ polaris-migrator/package.json | 8 ++++---- polaris-react/CHANGELOG.md | 17 +++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 4 ++-- polaris-tokens/CHANGELOG.md | 10 ++++++++++ polaris-tokens/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- stylelint-polaris/CHANGELOG.md | 7 +++++++ stylelint-polaris/package.json | 4 ++-- 19 files changed, 65 insertions(+), 50 deletions(-) delete mode 100644 .changeset/beige-jeans-scream.md delete mode 100644 .changeset/brave-dancers-appear.md delete mode 100644 .changeset/five-cameras-deny.md delete mode 100644 .changeset/forty-dolphins-love.md delete mode 100644 .changeset/hot-houses-pretend.md delete mode 100644 .changeset/modern-lobsters-cheer.md delete mode 100644 .changeset/seven-oranges-fetch.md diff --git a/.changeset/beige-jeans-scream.md b/.changeset/beige-jeans-scream.md deleted file mode 100644 index 134c33589b0..00000000000 --- a/.changeset/beige-jeans-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Fixed `Filters` pinned filter pill not remaining when applied values are cleared diff --git a/.changeset/brave-dancers-appear.md b/.changeset/brave-dancers-appear.md deleted file mode 100644 index 0f70aef6678..00000000000 --- a/.changeset/brave-dancers-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added support for disabling 1Password integration in `TextField` diff --git a/.changeset/five-cameras-deny.md b/.changeset/five-cameras-deny.md deleted file mode 100644 index b897faba23a..00000000000 --- a/.changeset/five-cameras-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Added public primitive `border-radius` token scale diff --git a/.changeset/forty-dolphins-love.md b/.changeset/forty-dolphins-love.md deleted file mode 100644 index d51163479ba..00000000000 --- a/.changeset/forty-dolphins-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed layout shift in `IndexFilters` when switching modes diff --git a/.changeset/hot-houses-pretend.md b/.changeset/hot-houses-pretend.md deleted file mode 100644 index 35936031d67..00000000000 --- a/.changeset/hot-houses-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Added public primitive `space` token scale diff --git a/.changeset/modern-lobsters-cheer.md b/.changeset/modern-lobsters-cheer.md deleted file mode 100644 index b6e90b1c584..00000000000 --- a/.changeset/modern-lobsters-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Add private primitive `size` token scale diff --git a/.changeset/seven-oranges-fetch.md b/.changeset/seven-oranges-fetch.md deleted file mode 100644 index 9ef53522eaa..00000000000 --- a/.changeset/seven-oranges-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated the Toast component to support multiple re-renders being announced on screen readers diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 9d5aaeec79d..975adc4b9ea 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -43,7 +43,7 @@ "vscode-languageserver-textdocument": "^1.0.4" }, "devDependencies": { - "@shopify/polaris-tokens": "^7.7.0", + "@shopify/polaris-tokens": "^7.8.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 89af1575a6f..ca60edb42a7 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.22.3 + +### Patch Changes + +- Updated dependencies [[`26ab8ce7d`](https://github.com/Shopify/polaris/commit/26ab8ce7df10609316eccc75b7bed6f8cebc9120), [`7514dd1a3`](https://github.com/Shopify/polaris/commit/7514dd1a36a9988ede48085b80c6e7e214f98968), [`16c61668a`](https://github.com/Shopify/polaris/commit/16c61668ac3916aacaeb759f2052d0a3a7ed762e)]: + - @shopify/polaris-tokens@7.8.0 + - @shopify/stylelint-polaris@14.0.3 + ## 0.22.2 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 5f62fd4ada3..2200ab6503a 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.22.2", + "version": "0.22.3", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -36,8 +36,8 @@ "generate": "plop" }, "dependencies": { - "@shopify/polaris-tokens": "^7.7.0", - "@shopify/stylelint-polaris": "^14.0.2", + "@shopify/polaris-tokens": "^7.8.0", + "@shopify/stylelint-polaris": "^14.0.3", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -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": "^11.17.0", + "@shopify/polaris": "^11.18.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 a65f080de12..fd02f4cc981 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 11.18.0 + +### Minor Changes + +- [#10429](https://github.com/Shopify/polaris/pull/10429) [`2e65a7e98`](https://github.com/Shopify/polaris/commit/2e65a7e98dced44f45df02d15cda78093bac3cf3) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed `Filters` pinned filter pill not remaining when applied values are cleared + +* [#10394](https://github.com/Shopify/polaris/pull/10394) [`b7f25f07f`](https://github.com/Shopify/polaris/commit/b7f25f07fba272add902d68a8cc15bee43030dff) Thanks [@mrcthms](https://github.com/mrcthms)! - Added support for disabling 1Password integration in `TextField` + +- [#10406](https://github.com/Shopify/polaris/pull/10406) [`87f559ca1`](https://github.com/Shopify/polaris/commit/87f559ca1190b28b583913d321c87b60639c1cc4) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated the Toast component to support multiple re-renders being announced on screen readers + +### Patch Changes + +- [#10428](https://github.com/Shopify/polaris/pull/10428) [`d35d55e5b`](https://github.com/Shopify/polaris/commit/d35d55e5b15d64b7140d976dbc35d56d2580852a) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed layout shift in `IndexFilters` when switching modes + +- Updated dependencies [[`26ab8ce7d`](https://github.com/Shopify/polaris/commit/26ab8ce7df10609316eccc75b7bed6f8cebc9120), [`7514dd1a3`](https://github.com/Shopify/polaris/commit/7514dd1a36a9988ede48085b80c6e7e214f98968), [`16c61668a`](https://github.com/Shopify/polaris/commit/16c61668ac3916aacaeb759f2052d0a3a7ed762e)]: + - @shopify/polaris-tokens@7.8.0 + ## 11.17.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index a7cfbe71c18..447ccfae5dc 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 a47fcbec550..711fecd3f51 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": "11.17.0", + "version": "11.18.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -57,7 +57,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^7.7.0", + "@shopify/polaris-tokens": "^7.8.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 6eda4bca2b5..77f3952cbdb 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.8.0 + +### Minor Changes + +- [#10432](https://github.com/Shopify/polaris/pull/10432) [`26ab8ce7d`](https://github.com/Shopify/polaris/commit/26ab8ce7df10609316eccc75b7bed6f8cebc9120) Thanks [@lgriffee](https://github.com/lgriffee)! - Added public primitive `border-radius` token scale + +* [#10448](https://github.com/Shopify/polaris/pull/10448) [`7514dd1a3`](https://github.com/Shopify/polaris/commit/7514dd1a36a9988ede48085b80c6e7e214f98968) Thanks [@lgriffee](https://github.com/lgriffee)! - Added public primitive `space` token scale + +- [#10418](https://github.com/Shopify/polaris/pull/10418) [`16c61668a`](https://github.com/Shopify/polaris/commit/16c61668ac3916aacaeb759f2052d0a3a7ed762e) Thanks [@lgriffee](https://github.com/lgriffee)! - Add private primitive `size` token scale + ## 7.7.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 9b4a450318b..763710a2938 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "7.7.0", + "version": "7.8.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 2ce2d008419..b01d82166a6 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.57.6 + +### Patch Changes + +- Updated dependencies [[`2e65a7e98`](https://github.com/Shopify/polaris/commit/2e65a7e98dced44f45df02d15cda78093bac3cf3), [`b7f25f07f`](https://github.com/Shopify/polaris/commit/b7f25f07fba272add902d68a8cc15bee43030dff), [`26ab8ce7d`](https://github.com/Shopify/polaris/commit/26ab8ce7df10609316eccc75b7bed6f8cebc9120), [`d35d55e5b`](https://github.com/Shopify/polaris/commit/d35d55e5b15d64b7140d976dbc35d56d2580852a), [`7514dd1a3`](https://github.com/Shopify/polaris/commit/7514dd1a36a9988ede48085b80c6e7e214f98968), [`16c61668a`](https://github.com/Shopify/polaris/commit/16c61668ac3916aacaeb759f2052d0a3a7ed762e), [`87f559ca1`](https://github.com/Shopify/polaris/commit/87f559ca1190b28b583913d321c87b60639c1cc4)]: + - @shopify/polaris@11.18.0 + - @shopify/polaris-tokens@7.8.0 + ## 0.57.5 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 986210e2991..22a2036100b 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.5", + "version": "0.57.6", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -26,9 +26,9 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.17.0", + "@shopify/polaris": "^11.18.0", "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^7.7.0", + "@shopify/polaris-tokens": "^7.8.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0", "codesandbox": "^2.2.3", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index d71fa7fb707..d2e1eb5b670 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 14.0.3 + +### Patch Changes + +- Updated dependencies [[`26ab8ce7d`](https://github.com/Shopify/polaris/commit/26ab8ce7df10609316eccc75b7bed6f8cebc9120), [`7514dd1a3`](https://github.com/Shopify/polaris/commit/7514dd1a36a9988ede48085b80c6e7e214f98968), [`16c61668a`](https://github.com/Shopify/polaris/commit/16c61668ac3916aacaeb759f2052d0a3a7ed762e)]: + - @shopify/polaris-tokens@7.8.0 + ## 14.0.2 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 4e7d2354867..62363449635 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": "14.0.2", + "version": "14.0.3", "private": false, "license": "MIT", "author": "Shopify ", @@ -37,7 +37,7 @@ "dependencies": { "postcss-value-parser": "^4.2.0", "postcss-media-query-parser": "^0.2.3", - "@shopify/polaris-tokens": "^7.7.0" + "@shopify/polaris-tokens": "^7.8.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"