From 27bf82c23a1a379e21610ba713f9689569241c7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Oct 2023 17:58:07 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-items-compare.md | 5 ----- .changeset/great-buttons-try.md | 5 ----- .changeset/green-badgers-switch.md | 5 ----- .changeset/lovely-snakes-peel.md | 5 ----- .changeset/moody-scissors-greet.md | 5 ----- .changeset/nine-gorillas-add.md | 5 ----- .changeset/proud-cougars-turn.md | 5 ----- .changeset/rich-eagles-design.md | 5 ----- .changeset/witty-eggs-heal.md | 5 ----- polaris-for-vscode/package.json | 2 +- polaris-migrator/CHANGELOG.md | 8 ++++++++ polaris-migrator/package.json | 8 ++++---- polaris-react/CHANGELOG.md | 19 +++++++++++++++++++ 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 | 12 ++++++++++++ polaris.shopify.com/package.json | 6 +++--- stylelint-polaris/CHANGELOG.md | 7 +++++++ stylelint-polaris/package.json | 4 ++-- 21 files changed, 67 insertions(+), 60 deletions(-) delete mode 100644 .changeset/afraid-items-compare.md delete mode 100644 .changeset/great-buttons-try.md delete mode 100644 .changeset/green-badgers-switch.md delete mode 100644 .changeset/lovely-snakes-peel.md delete mode 100644 .changeset/moody-scissors-greet.md delete mode 100644 .changeset/nine-gorillas-add.md delete mode 100644 .changeset/proud-cougars-turn.md delete mode 100644 .changeset/rich-eagles-design.md delete mode 100644 .changeset/witty-eggs-heal.md diff --git a/.changeset/afraid-items-compare.md b/.changeset/afraid-items-compare.md deleted file mode 100644 index a49956095ea..00000000000 --- a/.changeset/afraid-items-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -fixed background-color for unselectable tabel first-child cell diff --git a/.changeset/great-buttons-try.md b/.changeset/great-buttons-try.md deleted file mode 100644 index e8465ac3156..00000000000 --- a/.changeset/great-buttons-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed loading button spinner color diff --git a/.changeset/green-badgers-switch.md b/.changeset/green-badgers-switch.md deleted file mode 100644 index ef057a33da4..00000000000 --- a/.changeset/green-badgers-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed an issue with the `primary` variant styles conflicting with the `tertiary` variant in `Button` diff --git a/.changeset/lovely-snakes-peel.md b/.changeset/lovely-snakes-peel.md deleted file mode 100644 index edffb458282..00000000000 --- a/.changeset/lovely-snakes-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed incompatible type between IndexTable and useIndexResourceState diff --git a/.changeset/moody-scissors-greet.md b/.changeset/moody-scissors-greet.md deleted file mode 100644 index 8e5a21cc34e..00000000000 --- a/.changeset/moody-scissors-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated `Checkbox` icon to use tokens vs hard coded value diff --git a/.changeset/nine-gorillas-add.md b/.changeset/nine-gorillas-add.md deleted file mode 100644 index 86075c90e62..00000000000 --- a/.changeset/nine-gorillas-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': patch ---- - -Added descriptions to color tokens diff --git a/.changeset/proud-cougars-turn.md b/.changeset/proud-cougars-turn.md deleted file mode 100644 index 7d462c060e5..00000000000 --- a/.changeset/proud-cougars-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed negative margin of `segmented` `ButtonGroup.Item` when child `Button` is `primary` diff --git a/.changeset/rich-eagles-design.md b/.changeset/rich-eagles-design.md deleted file mode 100644 index 80b86850f22..00000000000 --- a/.changeset/rich-eagles-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Removed autoplay from all videos on Motion design guidance pages diff --git a/.changeset/witty-eggs-heal.md b/.changeset/witty-eggs-heal.md deleted file mode 100644 index fa4c1410007..00000000000 --- a/.changeset/witty-eggs-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Improved the visibility of shadows in Dark Mode for token previews diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 96cdb8027eb..497f1efac32 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": "^8.0.0", + "@shopify/polaris-tokens": "^8.0.1", "@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 c90c509c883..927a3bc439d 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.26.1 + +### Patch Changes + +- Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]: + - @shopify/polaris-tokens@8.0.1 + - @shopify/stylelint-polaris@15.0.1 + ## 0.26.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index ad49281a778..9cef7e14948 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.26.0", + "version": "0.26.1", "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": "^8.0.0", - "@shopify/stylelint-polaris": "^15.0.0", + "@shopify/polaris-tokens": "^8.0.1", + "@shopify/stylelint-polaris": "^15.0.1", "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": "^12.0.0", + "@shopify/polaris": "^12.0.1", "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 d2fcced3789..a41eae0fcf3 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 12.0.1 + +### Patch Changes + +- [#10960](https://github.com/Shopify/polaris/pull/10960) [`d7e4aa7f9`](https://github.com/Shopify/polaris/commit/d7e4aa7f97e7a427f940bf09d277fc93d540d8b0) Thanks [@oksanashopify](https://github.com/oksanashopify)! - fixed background-color for unselectable tabel first-child cell + +* [#10975](https://github.com/Shopify/polaris/pull/10975) [`00952a33a`](https://github.com/Shopify/polaris/commit/00952a33a37164110a23e1a6ab7795976b075349) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed loading button spinner color + +- [#10935](https://github.com/Shopify/polaris/pull/10935) [`8568e5141`](https://github.com/Shopify/polaris/commit/8568e5141c8a795ae0ba9036b702d4e3c94d0d9a) Thanks [@gazjones00](https://github.com/gazjones00)! - Fixed an issue with the `primary` variant styles conflicting with the `tertiary` variant in `Button` + +* [#10993](https://github.com/Shopify/polaris/pull/10993) [`fb508b91c`](https://github.com/Shopify/polaris/commit/fb508b91c311efe3b17d926604667147eed795e8) Thanks [@FCalabria](https://github.com/FCalabria)! - Fixed incompatible type between IndexTable and useIndexResourceState + +- [#10999](https://github.com/Shopify/polaris/pull/10999) [`e34a4db32`](https://github.com/Shopify/polaris/commit/e34a4db32228cb25c061495e84563f1df23f650a) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated `Checkbox` icon to use tokens vs hard coded value + +* [#10910](https://github.com/Shopify/polaris/pull/10910) [`65998488f`](https://github.com/Shopify/polaris/commit/65998488f9a696835d57f1b37ef9b3dfc3b0a86f) Thanks [@chloerice](https://github.com/chloerice)! - Fixed negative margin of `segmented` `ButtonGroup.Item` when child `Button` is `primary` + +* Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]: + - @shopify/polaris-tokens@8.0.1 + ## 12.0.0 ### Major Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 024f6e16711..56b92a09005 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 ``` @@ -84,7 +84,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 8476087e46f..4313d1865d9 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.0.0", + "version": "12.0.1", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -57,7 +57,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^8.0.0", + "@shopify/polaris-tokens": "^8.0.1", "@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 a3d778fd393..97b2533e65b 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.0.1 + +### Patch Changes + +- [#10976](https://github.com/Shopify/polaris/pull/10976) [`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4) Thanks [@sarahill](https://github.com/sarahill)! - Added descriptions to color tokens + ## 8.0.0 ### Major Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 82412d5d2ba..cb3e339773a 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "8.0.0", + "version": "8.0.1", "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 debc31db2ea..9bd260749cb 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 0.58.7 + +### Patch Changes + +- [#10974](https://github.com/Shopify/polaris/pull/10974) [`2b3b61069`](https://github.com/Shopify/polaris/commit/2b3b610697223772fdde5663698c085795d56f00) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Removed autoplay from all videos on Motion design guidance pages + +* [#10925](https://github.com/Shopify/polaris/pull/10925) [`4590fd828`](https://github.com/Shopify/polaris/commit/4590fd8284b08cd6ce91a029dcc5e20a80b1a1c9) Thanks [@MohammedEsafi](https://github.com/MohammedEsafi)! - Improved the visibility of shadows in Dark Mode for token previews + +* Updated dependencies [[`d7e4aa7f9`](https://github.com/Shopify/polaris/commit/d7e4aa7f97e7a427f940bf09d277fc93d540d8b0), [`00952a33a`](https://github.com/Shopify/polaris/commit/00952a33a37164110a23e1a6ab7795976b075349), [`8568e5141`](https://github.com/Shopify/polaris/commit/8568e5141c8a795ae0ba9036b702d4e3c94d0d9a), [`fb508b91c`](https://github.com/Shopify/polaris/commit/fb508b91c311efe3b17d926604667147eed795e8), [`e34a4db32`](https://github.com/Shopify/polaris/commit/e34a4db32228cb25c061495e84563f1df23f650a), [`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4), [`65998488f`](https://github.com/Shopify/polaris/commit/65998488f9a696835d57f1b37ef9b3dfc3b0a86f)]: + - @shopify/polaris@12.0.1 + - @shopify/polaris-tokens@8.0.1 + ## 0.58.6 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 3caf2e5e69b..a2abbce2bc8 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.58.6", + "version": "0.58.7", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -27,9 +27,9 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.0.0", + "@shopify/polaris": "^12.0.1", "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^8.0.0", + "@shopify/polaris-tokens": "^8.0.1", "@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 5d5ac0df54c..26abf29b164 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 15.0.1 + +### Patch Changes + +- Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]: + - @shopify/polaris-tokens@8.0.1 + ## 15.0.0 ### Major Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 79b6b684a1d..eddc86b157e 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": "15.0.0", + "version": "15.0.1", "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": "^8.0.0" + "@shopify/polaris-tokens": "^8.0.1" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"