diff --git a/.changeset/chilled-pets-worry.md b/.changeset/chilled-pets-worry.md deleted file mode 100644 index fb6b0b95432..00000000000 --- a/.changeset/chilled-pets-worry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@shopify/polaris': minor -'@shopify/polaris-tokens': minor -'polaris.shopify.com': minor -'@shopify/stylelint-polaris': minor ---- - -Migrated `space` custom properties from `v11` to `v12` diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 649f2f4b88b..4b082b94fbb 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.11.0", + "@shopify/polaris-tokens": "^7.12.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 22f2490c195..9316345a102 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.22.7 + +### Patch Changes + +- Updated dependencies [[`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344)]: + - @shopify/polaris-tokens@7.12.0 + - @shopify/stylelint-polaris@14.1.0 + ## 0.22.6 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 3a927c8c506..90ade429bb1 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.22.6", + "version": "0.22.7", "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.11.0", - "@shopify/stylelint-polaris": "^14.0.6", + "@shopify/polaris-tokens": "^7.12.0", + "@shopify/stylelint-polaris": "^14.1.0", "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.1", + "@shopify/polaris": "^11.21.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 2b4b1ff6b54..0f4d61ffac6 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 11.21.0 + +### Minor Changes + +- [#10585](https://github.com/Shopify/polaris/pull/10585) [`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344) Thanks [@laurkim](https://github.com/laurkim)! - Migrated `space` custom properties from `v11` to `v12` + +### Patch Changes + +- Updated dependencies [[`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344)]: + - @shopify/polaris-tokens@7.12.0 + ## 11.20.1 ### Patch Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 39fb98769a9..38306cdf790 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 4870c9926b3..0530e723341 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.1", + "version": "11.21.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.11.0", + "@shopify/polaris-tokens": "^7.12.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 17ab1661c03..254438817ee 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.12.0 + +### Minor Changes + +- [#10585](https://github.com/Shopify/polaris/pull/10585) [`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344) Thanks [@laurkim](https://github.com/laurkim)! - Migrated `space` custom properties from `v11` to `v12` + ## 7.11.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 3e493e7d2cc..b83af77e98e 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "7.11.0", + "version": "7.12.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 de51b498d97..2631c55e609 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 0.58.0 + +### Minor Changes + +- [#10585](https://github.com/Shopify/polaris/pull/10585) [`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344) Thanks [@laurkim](https://github.com/laurkim)! - Migrated `space` custom properties from `v11` to `v12` + +### Patch Changes + +- Updated dependencies [[`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344)]: + - @shopify/polaris@11.21.0 + - @shopify/polaris-tokens@7.12.0 + ## 0.57.9 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 194373e336b..778317983ad 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.9", + "version": "0.58.0", "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.1", + "@shopify/polaris": "^11.21.0", "@shopify/polaris-icons": "^7.9.0", - "@shopify/polaris-tokens": "^7.11.0", + "@shopify/polaris-tokens": "^7.12.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 935d45ad09d..93a3e6a6130 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 14.1.0 + +### Minor Changes + +- [#10585](https://github.com/Shopify/polaris/pull/10585) [`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344) Thanks [@laurkim](https://github.com/laurkim)! - Migrated `space` custom properties from `v11` to `v12` + +### Patch Changes + +- Updated dependencies [[`45fc3a01f`](https://github.com/Shopify/polaris/commit/45fc3a01f959f6eea2c1bf03b981811a6f13f344)]: + - @shopify/polaris-tokens@7.12.0 + ## 14.0.6 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index d829d7f9a91..031a2368811 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.6", + "version": "14.1.0", "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.11.0" + "@shopify/polaris-tokens": "^7.12.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"