From bfb2a8bef0e51b40d0bc4499b585b9845e1d193e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 02:30:27 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-mails-shout.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/curly-mails-shout.md diff --git a/.changeset/curly-mails-shout.md b/.changeset/curly-mails-shout.md deleted file mode 100644 index 9d61a9a2904..00000000000 --- a/.changeset/curly-mails-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Deprecated `title` prop in `Page.Title` and `backAction` prop in `Page.Header` and `Breadcrumbs` diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f35ada3ed03..8284ac0a56d 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.2) '@shopify/polaris': - specifier: ^13.9.5 + specifier: ^13.10.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -451,7 +451,7 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.9.5 + specifier: ^13.10.0 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.3.1 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 36ebd62fca1..957503c4cc2 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.9.5", + "@shopify/polaris": "^13.10.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 d3f0300843c..0762ce4c1ae 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 13.10.0 + +### Minor Changes + +- [#13605](https://github.com/Shopify/polaris/pull/13605) [`3b0f5e9`](https://github.com/Shopify/polaris/commit/3b0f5e9964d56391cd9eb4b1e17d58eb8cccc64b) Thanks [@laurkim](https://github.com/laurkim)! - Deprecated `title` prop in `Page.Title` and `backAction` prop in `Page.Header` and `Breadcrumbs` + ## 13.9.5 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 3908e9c2da6..48be574e251 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.9.5", + "version": "13.10.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 ea77b2dff89..a7434ce2d3c 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 1.1.5 + +### Patch Changes + +- Updated dependencies [[`3b0f5e9`](https://github.com/Shopify/polaris/commit/3b0f5e9964d56391cd9eb4b1e17d58eb8cccc64b)]: + - @shopify/polaris@13.10.0 + ## 1.1.4 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e4e5f508dd3..dc0e36a8dc0 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.1.4", + "version": "1.1.5", "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.9.5", + "@shopify/polaris": "^13.10.0", "@shopify/polaris-icons": "^9.3.1", "@shopify/polaris-tokens": "^9.4.2", "@types/react-syntax-highlighter": "^15.5.6",