From 18c046856925873019b77117debcce366a8a07f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 22:50:50 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-ravens-jam.md | 5 ----- .changeset/hungry-bikes-impress.md | 5 ----- .changeset/large-hats-vanish.md | 5 ----- .changeset/shiny-feet-marry.md | 5 ----- .changeset/short-llamas-hope.md | 5 ----- .changeset/silent-guests-occur.md | 5 ----- polaris-migrator/CHANGELOG.md | 14 ++++++++++++++ polaris-migrator/package.json | 4 ++-- polaris-react/CHANGELOG.md | 6 ++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 7 +++++++ polaris.shopify.com/package.json | 4 ++-- 13 files changed, 34 insertions(+), 37 deletions(-) delete mode 100644 .changeset/fresh-ravens-jam.md delete mode 100644 .changeset/hungry-bikes-impress.md delete mode 100644 .changeset/large-hats-vanish.md delete mode 100644 .changeset/shiny-feet-marry.md delete mode 100644 .changeset/short-llamas-hope.md delete mode 100644 .changeset/silent-guests-occur.md diff --git a/.changeset/fresh-ravens-jam.md b/.changeset/fresh-ravens-jam.md deleted file mode 100644 index 9260b512ee5..00000000000 --- a/.changeset/fresh-ravens-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Created migration to replace deprecated `color` custom properties in Polaris v12.0.0 diff --git a/.changeset/hungry-bikes-impress.md b/.changeset/hungry-bikes-impress.md deleted file mode 100644 index 19f81180b65..00000000000 --- a/.changeset/hungry-bikes-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Created migration to replace deprecated `font` custom properties in polaris-react v12.0.0 diff --git a/.changeset/large-hats-vanish.md b/.changeset/large-hats-vanish.md deleted file mode 100644 index 15e75cdd302..00000000000 --- a/.changeset/large-hats-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Deprecated the IndexFiltersManager component diff --git a/.changeset/shiny-feet-marry.md b/.changeset/shiny-feet-marry.md deleted file mode 100644 index 9c3f45a64b2..00000000000 --- a/.changeset/shiny-feet-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Created migration to replace deprecated `border` custom properties in polaris-react v12.0.0 diff --git a/.changeset/short-llamas-hope.md b/.changeset/short-llamas-hope.md deleted file mode 100644 index a78107bee74..00000000000 --- a/.changeset/short-llamas-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Created migration to replace deprecated `space` custom properties in polaris-react v12.0.0 diff --git a/.changeset/silent-guests-occur.md b/.changeset/silent-guests-occur.md deleted file mode 100644 index 92f1e037854..00000000000 --- a/.changeset/silent-guests-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Created migration to replace deprecated `shadow` custom properties in polaris-react v12.0.0 diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 22bbfa54e80..988c8a15b66 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,19 @@ # @shopify/polaris-migrator +## 0.23.0 + +### Minor Changes + +- [#10579](https://github.com/Shopify/polaris/pull/10579) [`b5a3622ca`](https://github.com/Shopify/polaris/commit/b5a3622caa2c7601cc14435eae3daab80f015d18) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Created migration to replace deprecated `color` custom properties in Polaris v12.0.0 + +* [#10304](https://github.com/Shopify/polaris/pull/10304) [`eb93b7f1c`](https://github.com/Shopify/polaris/commit/eb93b7f1ccfd3a3778860b50de95465147207fab) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `font` custom properties in polaris-react v12.0.0 + +- [#10506](https://github.com/Shopify/polaris/pull/10506) [`d901a07a3`](https://github.com/Shopify/polaris/commit/d901a07a3a146378663e728478b120033b0ebf3c) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `border` custom properties in polaris-react v12.0.0 + +* [#10305](https://github.com/Shopify/polaris/pull/10305) [`1b36b9256`](https://github.com/Shopify/polaris/commit/1b36b92561710882a48d79eb48c231dc0626925e) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `space` custom properties in polaris-react v12.0.0 + +- [#10306](https://github.com/Shopify/polaris/pull/10306) [`dbae87e58`](https://github.com/Shopify/polaris/commit/dbae87e5844811ea4e6c8dd83e71c19b41444b18) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `shadow` custom properties in polaris-react v12.0.0 + ## 0.22.8 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 56fdf4ebba9..1ea4c3253e8 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.22.8", + "version": "0.23.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.25.0", + "@shopify/polaris": "^11.26.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 98dc7083e2e..638fa5dab2f 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 11.26.0 + +### Minor Changes + +- [#10788](https://github.com/Shopify/polaris/pull/10788) [`82f10e830`](https://github.com/Shopify/polaris/commit/82f10e8307bcc7a839e4733b4c03c957ff2fbd88) Thanks [@mrcthms](https://github.com/mrcthms)! - Deprecated the IndexFiltersManager component + ## 11.25.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 862a988a663..810e6b28229 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 b47913b49cc..ba233e6945b 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.25.0", + "version": "11.26.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 ff90af0b503..83661076c86 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.58.5 + +### Patch Changes + +- Updated dependencies [[`82f10e830`](https://github.com/Shopify/polaris/commit/82f10e8307bcc7a839e4733b4c03c957ff2fbd88)]: + - @shopify/polaris@11.26.0 + ## 0.58.4 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 425b17e0091..d6be69e98b4 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.58.4", + "version": "0.58.5", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -26,7 +26,7 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.25.0", + "@shopify/polaris": "^11.26.0", "@shopify/polaris-icons": "^7.9.0", "@shopify/polaris-tokens": "^7.12.1", "@types/react-syntax-highlighter": "^15.5.6",