diff --git a/.changeset/famous-years-destroy.md b/.changeset/famous-years-destroy.md deleted file mode 100644 index 25990d01bde..00000000000 --- a/.changeset/famous-years-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': patch ---- - -Updated `styles-tokenize-font` to ignore `@font-face` at-rules diff --git a/.changeset/heavy-beds-report.md b/.changeset/heavy-beds-report.md deleted file mode 100644 index f5625f4a29f..00000000000 --- a/.changeset/heavy-beds-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': patch ---- - -Temporarily disabled `border-radius-base` error diff --git a/.changeset/hot-bugs-tease.md b/.changeset/hot-bugs-tease.md deleted file mode 100644 index 9d7eff2eb18..00000000000 --- a/.changeset/hot-bugs-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': patch ---- - -Improve robustness of the `react-replace-text-components` migration diff --git a/.changeset/pretty-drinks-tie.md b/.changeset/pretty-drinks-tie.md deleted file mode 100644 index b2a78c5eff1..00000000000 --- a/.changeset/pretty-drinks-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed modal scroll bug diff --git a/.changeset/stale-trainers-heal.md b/.changeset/stale-trainers-heal.md deleted file mode 100644 index 9eae1fef749..00000000000 --- a/.changeset/stale-trainers-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': minor ---- - -Created `polaris/declaration-property-value-disallowed-list` rule to ignore failures in `@font-face` at-rules diff --git a/.changeset/weak-pillows-doubt.md b/.changeset/weak-pillows-doubt.md deleted file mode 100644 index a7ac0c9f448..00000000000 --- a/.changeset/weak-pillows-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `secondaryActions` prop in Navigation.Item to support up to two actions diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index a81ff7be6c7..61c722f2990 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/plugin-polaris +## 0.0.26 + +### Patch Changes + +- Updated dependencies [[`fad3809ef`](https://github.com/Shopify/polaris/commit/fad3809ef39054b125c661f9b1bf6397b2b89fd0), [`56b0bc2dc`](https://github.com/Shopify/polaris/commit/56b0bc2dc414a085e935c3975a74410e7df530f1)]: + - @shopify/polaris-migrator@0.10.3 + ## 0.0.25 ## 0.0.24 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 3cab74b4083..289b201a0f3 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-polaris", - "version": "0.0.25", + "version": "0.0.26", "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.10.2" + "@shopify/polaris-migrator": "^0.10.3" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index b9492f2bf36..9c8a6da61fc 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopify/polaris-migrator +## 0.10.3 + +### Patch Changes + +- [#7997](https://github.com/Shopify/polaris/pull/7997) [`fad3809ef`](https://github.com/Shopify/polaris/commit/fad3809ef39054b125c661f9b1bf6397b2b89fd0) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Updated `styles-tokenize-font` to ignore `@font-face` at-rules + +* [#7783](https://github.com/Shopify/polaris/pull/7783) [`56b0bc2dc`](https://github.com/Shopify/polaris/commit/56b0bc2dc414a085e935c3975a74410e7df530f1) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Improve robustness of the `react-replace-text-components` migration + +* Updated dependencies [[`6404b1638`](https://github.com/Shopify/polaris/commit/6404b163897fecfcdef853c5ed0f4e25a1334df0), [`128f147d1`](https://github.com/Shopify/polaris/commit/128f147d19354adbb24c48443e7c47ff6dd06c74)]: + - @shopify/stylelint-polaris@5.1.0 + ## 0.10.2 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index bf5785b6423..5044540341c 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.10.2", + "version": "0.10.3", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -34,7 +34,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^6.3.0", - "@shopify/stylelint-polaris": "^5.0.2", + "@shopify/stylelint-polaris": "^5.1.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.18.0", + "@shopify/polaris": "^10.19.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 0ba053e364b..ff19268e1a4 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 10.19.0 + +### Minor Changes + +- [#7817](https://github.com/Shopify/polaris/pull/7817) [`6c310101d`](https://github.com/Shopify/polaris/commit/6c310101d0527761881cfa84bef35e39c53489cd) Thanks [@henryyi](https://github.com/henryyi)! - Added `secondaryActions` prop in Navigation.Item to support up to two actions + +### Patch Changes + +- [#8018](https://github.com/Shopify/polaris/pull/8018) [`2620b0a20`](https://github.com/Shopify/polaris/commit/2620b0a20fc3e7b1228db3deb16f886e6c038087) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed modal scroll bug + ## 10.18.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index e63299f531c..82f05f2709e 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 34914cad9a1..43bb5618ad9 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.18.0", + "version": "10.19.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 4e6b65d3b5f..35eefee4d21 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.28.3 + +### Patch Changes + +- Updated dependencies [[`2620b0a20`](https://github.com/Shopify/polaris/commit/2620b0a20fc3e7b1228db3deb16f886e6c038087), [`6c310101d`](https://github.com/Shopify/polaris/commit/6c310101d0527761881cfa84bef35e39c53489cd)]: + - @shopify/polaris@10.19.0 + ## 0.28.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 5958bf51d87..c81eb481c40 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.28.2", + "version": "0.28.3", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.18.0", + "@shopify/polaris": "^10.19.0", "@shopify/polaris-icons": "^6.7.0", "@shopify/polaris-tokens": "^6.3.0", "codesandbox": "^2.2.3", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 990c76233fe..e607c8e4370 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 5.1.0 + +### Minor Changes + +- [#7993](https://github.com/Shopify/polaris/pull/7993) [`128f147d1`](https://github.com/Shopify/polaris/commit/128f147d19354adbb24c48443e7c47ff6dd06c74) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Created `polaris/declaration-property-value-disallowed-list` rule to ignore failures in `@font-face` at-rules + +### Patch Changes + +- [#8006](https://github.com/Shopify/polaris/pull/8006) [`6404b1638`](https://github.com/Shopify/polaris/commit/6404b163897fecfcdef853c5ed0f4e25a1334df0) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Temporarily disabled `border-radius-base` error + ## 5.0.2 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 40746f3e871..41808dde8b8 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.0.2", + "version": "5.1.0", "private": false, "license": "MIT", "author": "Shopify ",