diff --git a/.changeset/chatty-books-draw.md b/.changeset/chatty-books-draw.md deleted file mode 100644 index 8f2bac16a43..00000000000 --- a/.changeset/chatty-books-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': patch ---- - -Optimized some unoptimized icons diff --git a/.changeset/eighty-roses-roll.md b/.changeset/eighty-roses-roll.md deleted file mode 100644 index 5b25f708c5a..00000000000 --- a/.changeset/eighty-roses-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Introduce disableKeyboardShortcuts prop to IndexFilters diff --git a/.changeset/five-toes-hammer.md b/.changeset/five-toes-hammer.md deleted file mode 100644 index e2e74f9f922..00000000000 --- a/.changeset/five-toes-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Set the preferred position of `Pagination` and `Page` `secondaryActions` button tooltips to `below` diff --git a/.changeset/gold-frogs-sniff.md b/.changeset/gold-frogs-sniff.md deleted file mode 100644 index a5144b09220..00000000000 --- a/.changeset/gold-frogs-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added support for the ` Filters``closeOnChildOverlayClick ` prop to `IndexFilters` diff --git a/.changeset/little-worms-decide.md b/.changeset/little-worms-decide.md deleted file mode 100644 index 9a0c58d0922..00000000000 --- a/.changeset/little-worms-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -`Aligned the `SkeletonPage` `title`font-weight with the`Page` title diff --git a/.changeset/poor-forks-switch.md b/.changeset/poor-forks-switch.md deleted file mode 100644 index bfa5f318b5f..00000000000 --- a/.changeset/poor-forks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated CI tests to account for both polarisSummerEditions2023 beta flag states diff --git a/.changeset/slow-dingos-tap.md b/.changeset/slow-dingos-tap.md deleted file mode 100644 index f5b5985158d..00000000000 --- a/.changeset/slow-dingos-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `Page` first `Header` row misalignment diff --git a/.changeset/stupid-boats-invite.md b/.changeset/stupid-boats-invite.md deleted file mode 100644 index dc7ad0851de..00000000000 --- a/.changeset/stupid-boats-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Add a critical status to the IndexTable diff --git a/.changeset/swift-radios-count.md b/.changeset/swift-radios-count.md deleted file mode 100644 index e9f58086a7e..00000000000 --- a/.changeset/swift-radios-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Updated Polaris Stylelint version matchups chart diff --git a/.changeset/thin-ducks-knock.md b/.changeset/thin-ducks-knock.md deleted file mode 100644 index 5aa0dc69f24..00000000000 --- a/.changeset/thin-ducks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added support for rendering `Text` `as` a `strong` tag diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 9d0f82bffaf..034c89bd284 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.2.30 + ## 0.2.29 ## 0.2.28 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 2d291bcae5c..f78b875dc3f 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.2.29", + "version": "0.2.30", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-codemods/package.json b/polaris-codemods/package.json index 8eb7b64f915..2c7dcf76f24 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^11.11.0", + "@shopify/polaris": "^11.12.0", "@types/jscodeshift": "^0.11.6", "jscodeshift": "^0.13.1", "plop": "^3.1.2", diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index 4eabfb4c118..b051e61eadd 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.8.1 + +### Patch Changes + +- [#9879](https://github.com/Shopify/polaris/pull/9879) [`d1bee0f87`](https://github.com/Shopify/polaris/commit/d1bee0f87879c7dba57e0b3c4585d0addbe835c9) Thanks [@kyledurand](https://github.com/kyledurand)! - Optimized some unoptimized icons + ## 7.8.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 347db997558..c6d279ed24b 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "7.8.0", + "version": "7.8.1", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index a3cfab6c45f..53b87cee6dc 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -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.11.0", + "@shopify/polaris": "^11.12.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 e2b1b52bafc..a64fe19b758 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 11.12.0 + +### Minor Changes + +- [#9868](https://github.com/Shopify/polaris/pull/9868) [`cb1dbbbd3`](https://github.com/Shopify/polaris/commit/cb1dbbbd3cd859ca4ac29d310b21b161b1bad485) Thanks [@mattkubej](https://github.com/mattkubej)! - Introduce disableKeyboardShortcuts prop to IndexFilters + +* [#9862](https://github.com/Shopify/polaris/pull/9862) [`93b902094`](https://github.com/Shopify/polaris/commit/93b9020942ec9228dc5ac80df0e323fd7d7bb51e) Thanks [@brittcorry](https://github.com/brittcorry)! - Added support for the ` Filters``closeOnChildOverlayClick ` prop to `IndexFilters` + +- [#9872](https://github.com/Shopify/polaris/pull/9872) [`f585a57e0`](https://github.com/Shopify/polaris/commit/f585a57e0359cff2d43e0a817a33b2126f255c7c) Thanks [@fatimasajadi](https://github.com/fatimasajadi)! - Add a critical status to the IndexTable + +### Patch Changes + +- [#9889](https://github.com/Shopify/polaris/pull/9889) [`0cbdbb4f5`](https://github.com/Shopify/polaris/commit/0cbdbb4f58896cfaa6624e799c4c426b170d8f86) Thanks [@chloerice](https://github.com/chloerice)! - Set the preferred position of `Pagination` and `Page` `secondaryActions` button tooltips to `below` + +* [#9885](https://github.com/Shopify/polaris/pull/9885) [`f0d288099`](https://github.com/Shopify/polaris/commit/f0d288099359a7b4fad93c8ea82d40bae520a44b) Thanks [@bsharrow](https://github.com/bsharrow)! - `Aligned the`SkeletonPage``title`font-weight with the`Page` title + +- [#9860](https://github.com/Shopify/polaris/pull/9860) [`af0c9d4a2`](https://github.com/Shopify/polaris/commit/af0c9d4a250a605ee588fa033c9023f80401a0c8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated CI tests to account for both polarisSummerEditions2023 beta flag states + +* [#9874](https://github.com/Shopify/polaris/pull/9874) [`5569ac69a`](https://github.com/Shopify/polaris/commit/5569ac69aea87fc80044b432917f45e69f4f22e9) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `Page` first `Header` row misalignment + +- [#8988](https://github.com/Shopify/polaris/pull/8988) [`535b3fc91`](https://github.com/Shopify/polaris/commit/535b3fc9145d8044f155b42c83fabf25009afcc7) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added support for rendering `Text` `as` a `strong` tag + +- Updated dependencies [[`d1bee0f87`](https://github.com/Shopify/polaris/commit/d1bee0f87879c7dba57e0b3c4585d0addbe835c9)]: + - @shopify/polaris-icons@7.8.1 + ## 11.11.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 9dddcf34b51..89e88908887 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 f29c7290260..fe0dbd4ed01 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.11.0", + "version": "11.12.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,7 +56,7 @@ "preversion": "node ./scripts/readme-update-version" }, "dependencies": { - "@shopify/polaris-icons": "^7.8.0", + "@shopify/polaris-icons": "^7.8.1", "@shopify/polaris-tokens": "^7.5.2", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index d23467cad92..4f96c0141f2 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 0.57.0 + +### Minor Changes + +- [#9886](https://github.com/Shopify/polaris/pull/9886) [`d85099c89`](https://github.com/Shopify/polaris/commit/d85099c897473db2bd0a21b35b2c147b8032b39c) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated Polaris Stylelint version matchups chart + +### Patch Changes + +- Updated dependencies [[`d1bee0f87`](https://github.com/Shopify/polaris/commit/d1bee0f87879c7dba57e0b3c4585d0addbe835c9), [`cb1dbbbd3`](https://github.com/Shopify/polaris/commit/cb1dbbbd3cd859ca4ac29d310b21b161b1bad485), [`0cbdbb4f5`](https://github.com/Shopify/polaris/commit/0cbdbb4f58896cfaa6624e799c4c426b170d8f86), [`93b902094`](https://github.com/Shopify/polaris/commit/93b9020942ec9228dc5ac80df0e323fd7d7bb51e), [`f0d288099`](https://github.com/Shopify/polaris/commit/f0d288099359a7b4fad93c8ea82d40bae520a44b), [`af0c9d4a2`](https://github.com/Shopify/polaris/commit/af0c9d4a250a605ee588fa033c9023f80401a0c8), [`5569ac69a`](https://github.com/Shopify/polaris/commit/5569ac69aea87fc80044b432917f45e69f4f22e9), [`f585a57e0`](https://github.com/Shopify/polaris/commit/f585a57e0359cff2d43e0a817a33b2126f255c7c), [`535b3fc91`](https://github.com/Shopify/polaris/commit/535b3fc9145d8044f155b42c83fabf25009afcc7)]: + - @shopify/polaris-icons@7.8.1 + - @shopify/polaris@11.12.0 + ## 0.56.7 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index ba7bba5c5b0..4f5aeacffcd 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.56.7", + "version": "0.57.0", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -26,8 +26,8 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.11.0", - "@shopify/polaris-icons": "^7.8.0", + "@shopify/polaris": "^11.12.0", + "@shopify/polaris-icons": "^7.8.1", "@shopify/polaris-tokens": "^7.5.2", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",