From 73b5934a75a121c8202898d918cc2ddfd3ad7cc5 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, 19 Apr 2024 15:20:58 -0400 Subject: [PATCH] Version Packages (#11919) 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@13.1.2 ### Patch Changes - [#11917](https://github.com/Shopify/polaris/pull/11917) [`273029218`](https://github.com/Shopify/polaris/commit/7fa6deb0112011f487a4df72768119cc84d13352) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed broken css build error ## polaris.shopify.com@1.0.3 ### Patch Changes - Updated dependencies \[[`273029218`](https://github.com/Shopify/polaris/commit/7fa6deb0112011f487a4df72768119cc84d13352)]: - @shopify/polaris@13.1.2 Co-authored-by: github-actions[bot] --- .changeset/early-pens-hide.md | 5 ----- pnpm-lock.yaml | 4 ++-- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 6 ++++++ polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 7 +++++++ polaris.shopify.com/package.json | 4 ++-- 7 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 .changeset/early-pens-hide.md diff --git a/.changeset/early-pens-hide.md b/.changeset/early-pens-hide.md deleted file mode 100644 index 94f07f1701b..00000000000 --- a/.changeset/early-pens-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed broken css build error diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 24700fe2c5c..0a38e1a808b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -234,7 +234,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^13.1.1 + specifier: ^13.1.2 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -430,7 +430,7 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.1.1 + specifier: ^13.1.2 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.0.0 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 6ab39b94c06..3ae29ad5a38 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.1.1", + "@shopify/polaris": "^13.1.2", "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 1856c94b7cb..b7e910abb4d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 13.1.2 + +### Patch Changes + +- [#11917](https://github.com/Shopify/polaris/pull/11917) [`273029218`](https://github.com/Shopify/polaris/commit/2730292188361640a1a7c76e5dffe4698d559e6b) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed broken css build error + ## 13.1.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 2d5bc468cdf..65e8ab28d62 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.1.1", + "version": "13.1.2", "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 e9856709208..49eec2d41f2 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`273029218`](https://github.com/Shopify/polaris/commit/2730292188361640a1a7c76e5dffe4698d559e6b)]: + - @shopify/polaris@13.1.2 + ## 1.0.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 3a27da03283..959cdfb51dd 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.2", + "version": "1.0.3", "private": true, "engines": { "node": ">=20.10.0" @@ -30,7 +30,7 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^13.1.1", + "@shopify/polaris": "^13.1.2", "@shopify/polaris-icons": "^9.0.0", "@shopify/polaris-tokens": "^9.0.0", "@types/react-syntax-highlighter": "^15.5.6",