From 0887284df33b45567b8435f2c556b204f883e4e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Sep 2023 16:53:38 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-numbers-shop.md | 5 ----- .changeset/chilled-otters-sing.md | 5 ----- .changeset/giant-seahorses-shake.md | 5 ----- .changeset/neat-balloons-shop.md | 5 ----- .changeset/poor-donkeys-fail.md | 5 ----- .changeset/red-doors-retire.md | 5 ----- .changeset/warm-points-punch.md | 5 ----- polaris-icons/CHANGELOG.md | 6 ++++++ polaris-icons/package.json | 2 +- polaris-migrator/CHANGELOG.md | 6 ++++++ polaris-migrator/package.json | 4 ++-- polaris-react/CHANGELOG.md | 19 +++++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- 16 files changed, 49 insertions(+), 45 deletions(-) delete mode 100644 .changeset/chilled-numbers-shop.md delete mode 100644 .changeset/chilled-otters-sing.md delete mode 100644 .changeset/giant-seahorses-shake.md delete mode 100644 .changeset/neat-balloons-shop.md delete mode 100644 .changeset/poor-donkeys-fail.md delete mode 100644 .changeset/red-doors-retire.md delete mode 100644 .changeset/warm-points-punch.md diff --git a/.changeset/chilled-numbers-shop.md b/.changeset/chilled-numbers-shop.md deleted file mode 100644 index e61d363d24a..00000000000 --- a/.changeset/chilled-numbers-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Updates social media icons, removing them from their containers and adds a one for the Twitch platform. diff --git a/.changeset/chilled-otters-sing.md b/.changeset/chilled-otters-sing.md deleted file mode 100644 index 0cf6b73c0af..00000000000 --- a/.changeset/chilled-otters-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -- Updated `Filters` query field to initialize with focus based on `mode` state diff --git a/.changeset/giant-seahorses-shake.md b/.changeset/giant-seahorses-shake.md deleted file mode 100644 index 64042d4166b..00000000000 --- a/.changeset/giant-seahorses-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed pointer alignment on tooltip diff --git a/.changeset/neat-balloons-shop.md b/.changeset/neat-balloons-shop.md deleted file mode 100644 index e8648219fca..00000000000 --- a/.changeset/neat-balloons-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Added migration for `Button` component diff --git a/.changeset/poor-donkeys-fail.md b/.changeset/poor-donkeys-fail.md deleted file mode 100644 index eaa696999ea..00000000000 --- a/.changeset/poor-donkeys-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed UI inconsistencies in the mobile view of the IndexFilters diff --git a/.changeset/red-doors-retire.md b/.changeset/red-doors-retire.md deleted file mode 100644 index 05fe017f4a8..00000000000 --- a/.changeset/red-doors-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated the Frame and Topbar components to stay clear of a scrollbar. This reduces the overall jumpiness in the UI when scrollbars appear and disappear when using a Polaris app. diff --git a/.changeset/warm-points-punch.md b/.changeset/warm-points-punch.md deleted file mode 100644 index c53b52d0061..00000000000 --- a/.changeset/warm-points-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated `TextField` of `type` `number` to focus when a `Spinner` button is clicked diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index b051e61eadd..f314f8fcf6d 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.9.0 + +### Minor Changes + +- [#9856](https://github.com/Shopify/polaris/pull/9856) [`47652f7d6`](https://github.com/Shopify/polaris/commit/47652f7d67f98d7bef8ef8485fae803b9f3c1056) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updates social media icons, removing them from their containers and adds a one for the Twitch platform. + ## 7.8.1 ### Patch Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index c6d279ed24b..3fe85014bc9 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "7.8.1", + "version": "7.9.0", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 9703508c91a..120d45b0034 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/polaris-migrator +## 0.22.0 + +### Minor Changes + +- [#10263](https://github.com/Shopify/polaris/pull/10263) [`67699cb88`](https://github.com/Shopify/polaris/commit/67699cb88c8a5f85a4623b403fddb444c5104b24) Thanks [@aveline](https://github.com/aveline)! - Added migration for `Button` component + ## 0.21.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 730c5f95b83..0ee8ebd3890 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.21.0", + "version": "0.22.0", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -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.14.0", + "@shopify/polaris": "^11.15.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 9e268e90116..8ebd6424608 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 11.15.0 + +### Minor Changes + +- [#9701](https://github.com/Shopify/polaris/pull/9701) [`cbf539495`](https://github.com/Shopify/polaris/commit/cbf539495a3d66d67192dde93d9c881b94592f0a) Thanks [@martenbjork](https://github.com/martenbjork)! - Updated the Frame and Topbar components to stay clear of a scrollbar. This reduces the overall jumpiness in the UI when scrollbars appear and disappear when using a Polaris app. + +### Patch Changes + +- [#10284](https://github.com/Shopify/polaris/pull/10284) [`eba75d20a`](https://github.com/Shopify/polaris/commit/eba75d20a6b839ac068f985c00ccb039a4b50b7d) Thanks [@zakwarsame](https://github.com/zakwarsame)! - - Updated `Filters` query field to initialize with focus based on `mode` state + +* [#10282](https://github.com/Shopify/polaris/pull/10282) [`9a2d4f62a`](https://github.com/Shopify/polaris/commit/9a2d4f62ab113bee2b7dec9ca458a59b8024cba4) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed pointer alignment on tooltip + +- [#10343](https://github.com/Shopify/polaris/pull/10343) [`12a62b4d7`](https://github.com/Shopify/polaris/commit/12a62b4d74598b486382dcc190b173b8f69d9147) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed UI inconsistencies in the mobile view of the IndexFilters + +* [#10276](https://github.com/Shopify/polaris/pull/10276) [`abb50250e`](https://github.com/Shopify/polaris/commit/abb50250ec6af05dc4fef85d887fac37edfe1175) Thanks [@highfieldjames](https://github.com/highfieldjames)! - Updated `TextField` of `type` `number` to focus when a `Spinner` button is clicked + +* Updated dependencies [[`47652f7d6`](https://github.com/Shopify/polaris/commit/47652f7d67f98d7bef8ef8485fae803b9f3c1056)]: + - @shopify/polaris-icons@7.9.0 + ## 11.14.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index e044d994d5e..15aec211114 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 63dd3e4ae09..832d9db38e0 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.14.0", + "version": "11.15.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.1", + "@shopify/polaris-icons": "^7.9.0", "@shopify/polaris-tokens": "^7.5.3", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 2118d27445a..06f07114143 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.57.3 + +### Patch Changes + +- Updated dependencies [[`47652f7d6`](https://github.com/Shopify/polaris/commit/47652f7d67f98d7bef8ef8485fae803b9f3c1056), [`eba75d20a`](https://github.com/Shopify/polaris/commit/eba75d20a6b839ac068f985c00ccb039a4b50b7d), [`9a2d4f62a`](https://github.com/Shopify/polaris/commit/9a2d4f62ab113bee2b7dec9ca458a59b8024cba4), [`12a62b4d7`](https://github.com/Shopify/polaris/commit/12a62b4d74598b486382dcc190b173b8f69d9147), [`cbf539495`](https://github.com/Shopify/polaris/commit/cbf539495a3d66d67192dde93d9c881b94592f0a), [`abb50250e`](https://github.com/Shopify/polaris/commit/abb50250ec6af05dc4fef85d887fac37edfe1175)]: + - @shopify/polaris-icons@7.9.0 + - @shopify/polaris@11.15.0 + ## 0.57.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 71cc81a65bd..1276565c9b6 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.2", + "version": "0.57.3", "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.14.0", - "@shopify/polaris-icons": "^7.8.1", + "@shopify/polaris": "^11.15.0", + "@shopify/polaris-icons": "^7.9.0", "@shopify/polaris-tokens": "^7.5.3", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",