From 29e55bd6841a76278a6c023838caec6e10544a8b Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:35:04 -0600 Subject: [PATCH] Version Packages (#12292) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris-icons@9.2.0 ### Minor Changes - [#12295](https://github.com/Shopify/polaris/pull/12295) [`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Add catalog icon - [#12297](https://github.com/Shopify/polaris/pull/12297) [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds ProdcutUnavailable icon ## @shopify/polaris@13.6.0 ### Minor Changes - [#12287](https://github.com/Shopify/polaris/pull/12287) [`65d7a3591`](https://github.com/Shopify/polaris/commit/65d7a359180837b86ed7940e54df408d4b8efe99) Thanks [@jesstelford](https://github.com/jesstelford)! - Updated `useBreakpoints` to use a single set of event listeners ### Patch Changes - Updated dependencies \[[`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97), [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d)]: - @shopify/polaris-icons@9.2.0 ## polaris.shopify.com@1.0.8 ### Patch Changes - Updated dependencies \[[`65d7a3591`](https://github.com/Shopify/polaris/commit/65d7a359180837b86ed7940e54df408d4b8efe99), [`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97), [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d)]: - @shopify/polaris@13.6.0 - @shopify/polaris-icons@9.2.0 Co-authored-by: github-actions[bot] --- .changeset/nice-lizards-dream.md | 5 ----- .changeset/swift-cups-grin.md | 5 ----- .changeset/twenty-months-shake.md | 5 ----- pnpm-lock.yaml | 8 ++++---- polaris-icons/CHANGELOG.md | 8 ++++++++ polaris-icons/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 11 +++++++++++ polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- 11 files changed, 38 insertions(+), 26 deletions(-) delete mode 100644 .changeset/nice-lizards-dream.md delete mode 100644 .changeset/swift-cups-grin.md delete mode 100644 .changeset/twenty-months-shake.md diff --git a/.changeset/nice-lizards-dream.md b/.changeset/nice-lizards-dream.md deleted file mode 100644 index 4efcac62e86..00000000000 --- a/.changeset/nice-lizards-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/polaris": minor ---- - -Updated `useBreakpoints` to use a single set of event listeners diff --git a/.changeset/swift-cups-grin.md b/.changeset/swift-cups-grin.md deleted file mode 100644 index 1e2105ef4dd..00000000000 --- a/.changeset/swift-cups-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Add catalog icon diff --git a/.changeset/twenty-months-shake.md b/.changeset/twenty-months-shake.md deleted file mode 100644 index 5d57f9807ff..00000000000 --- a/.changeset/twenty-months-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Adds ProdcutUnavailable icon diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7680d432103..e0bf98bd012 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,7 +240,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^13.5.0 + specifier: ^13.6.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -264,7 +264,7 @@ importers: polaris-react: dependencies: '@shopify/polaris-icons': - specifier: ^9.1.1 + specifier: ^9.2.0 version: link:../polaris-icons '@shopify/polaris-tokens': specifier: ^9.1.0 @@ -451,10 +451,10 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.5.0 + specifier: ^13.6.0 version: link:../polaris-react '@shopify/polaris-icons': - specifier: ^9.1.1 + specifier: ^9.2.0 version: link:../polaris-icons '@shopify/polaris-tokens': specifier: ^9.1.0 diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index e30d9b997db..ab78d7cd626 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 9.2.0 + +### Minor Changes + +- [#12295](https://github.com/Shopify/polaris/pull/12295) [`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Add catalog icon + +* [#12297](https://github.com/Shopify/polaris/pull/12297) [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds ProdcutUnavailable icon + ## 9.1.1 ### Patch Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index c0b24412c73..ed742a4cccf 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "9.1.1", + "version": "9.2.0", "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 ce7fc911875..715f63e889d 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": "^13.5.0", + "@shopify/polaris": "^13.6.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 61c39696b4a..822dcc5a378 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 13.6.0 + +### Minor Changes + +- [#12287](https://github.com/Shopify/polaris/pull/12287) [`65d7a3591`](https://github.com/Shopify/polaris/commit/65d7a359180837b86ed7940e54df408d4b8efe99) Thanks [@jesstelford](https://github.com/jesstelford)! - Updated `useBreakpoints` to use a single set of event listeners + +### Patch Changes + +- Updated dependencies [[`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97), [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d)]: + - @shopify/polaris-icons@9.2.0 + ## 13.5.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 6918f99efd7..6e3fcfe0a23 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": "13.5.0", + "version": "13.6.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,7 +56,7 @@ "storybook:test": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server build-internal/storybook/static --port 6006 --silent' 'wait-on tcp:6006 && test-storybook --maxWorkers=2 polaris-react/src/components/Modal/Modal.stories.tsx'" }, "dependencies": { - "@shopify/polaris-icons": "^9.1.1", + "@shopify/polaris-icons": "^9.2.0", "@shopify/polaris-tokens": "^9.1.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 76b48981626..cb2cd45adf0 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 1.0.8 + +### Patch Changes + +- Updated dependencies [[`65d7a3591`](https://github.com/Shopify/polaris/commit/65d7a359180837b86ed7940e54df408d4b8efe99), [`2b512c3da`](https://github.com/Shopify/polaris/commit/2b512c3da335de7b6ff28ba96b93dbcacdd00a97), [`d445b83f1`](https://github.com/Shopify/polaris/commit/d445b83f1f83f4b2d5f6b4a08036f75e7ee10a8d)]: + - @shopify/polaris@13.6.0 + - @shopify/polaris-icons@9.2.0 + ## 1.0.7 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 4a770de1862..41ffec3c4c4 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.7", + "version": "1.0.8", "private": true, "engines": { "node": ">=20.10.0" @@ -30,8 +30,8 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^13.5.0", - "@shopify/polaris-icons": "^9.1.1", + "@shopify/polaris": "^13.6.0", + "@shopify/polaris-icons": "^9.2.0", "@shopify/polaris-tokens": "^9.1.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",