diff --git a/.changeset/hungry-bobcats-drum.md b/.changeset/hungry-bobcats-drum.md deleted file mode 100644 index 88b90737701..00000000000 --- a/.changeset/hungry-bobcats-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated component example backgrounds diff --git a/.changeset/pretty-bees-try.md b/.changeset/pretty-bees-try.md deleted file mode 100644 index f50a99ed20d..00000000000 --- a/.changeset/pretty-bees-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Replace usages of `bg-secondary-experimental` with `bg-subdued` for Tables diff --git a/.changeset/sweet-toes-divide.md b/.changeset/sweet-toes-divide.md deleted file mode 100644 index 45703aa685a..00000000000 --- a/.changeset/sweet-toes-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Added semantic `space` token scale diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 15b39cb3cd9..a14a7cb0b9b 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.10.0", + "@shopify/polaris-tokens": "^7.11.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 99566c07713..9465227516e 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.22.6 + +### Patch Changes + +- Updated dependencies [[`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]: + - @shopify/polaris-tokens@7.11.0 + - @shopify/stylelint-polaris@14.0.6 + ## 0.22.5 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 83ac95e05f5..3a927c8c506 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.22.5", + "version": "0.22.6", "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.10.0", - "@shopify/stylelint-polaris": "^14.0.5", + "@shopify/polaris-tokens": "^7.11.0", + "@shopify/stylelint-polaris": "^14.0.6", "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.20.0", + "@shopify/polaris": "^11.20.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 d395c17fa25..611d20fd08b 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 11.20.1 + +### Patch Changes + +- [#10649](https://github.com/Shopify/polaris/pull/10649) [`3bafbea50`](https://github.com/Shopify/polaris/commit/3bafbea5000207c05d2c58dc3553790164ab7844) Thanks [@mattkubej](https://github.com/mattkubej)! - Replace usages of `bg-secondary-experimental` with `bg-subdued` for Tables + +- Updated dependencies [[`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]: + - @shopify/polaris-tokens@7.11.0 + ## 11.20.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 0293b54ce66..39fb98769a9 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 596167e4dc2..4870c9926b3 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.20.0", + "version": "11.20.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": "^7.10.0", + "@shopify/polaris-tokens": "^7.11.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 bb9bb168808..1a5148b5dd3 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.11.0 + +### Minor Changes + +- [#10643](https://github.com/Shopify/polaris/pull/10643) [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c) Thanks [@lgriffee](https://github.com/lgriffee)! - Added semantic `space` token scale + ## 7.10.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 7a04407e737..3e493e7d2cc 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "7.10.0", + "version": "7.11.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 f02360b8b61..b2e6251eb09 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,15 @@ # polaris.shopify.com +## 0.57.9 + +### Patch Changes + +- [#10609](https://github.com/Shopify/polaris/pull/10609) [`b53189c72`](https://github.com/Shopify/polaris/commit/b53189c727bd62d67b641ae906b3af1a5bf60de7) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated component example backgrounds + +- Updated dependencies [[`3bafbea50`](https://github.com/Shopify/polaris/commit/3bafbea5000207c05d2c58dc3553790164ab7844), [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]: + - @shopify/polaris@11.20.1 + - @shopify/polaris-tokens@7.11.0 + ## 0.57.8 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index a438c59df06..194373e336b 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.8", + "version": "0.57.9", "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.20.0", + "@shopify/polaris": "^11.20.1", "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^7.10.0", + "@shopify/polaris-tokens": "^7.11.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 249f129f354..1d6819a7498 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 14.0.6 + +### Patch Changes + +- Updated dependencies [[`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]: + - @shopify/polaris-tokens@7.11.0 + ## 14.0.5 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index b2b898a2cd9..d829d7f9a91 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.5", + "version": "14.0.6", "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.10.0" + "@shopify/polaris-tokens": "^7.11.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"