diff --git a/.changeset/breezy-badgers-bow.md b/.changeset/breezy-badgers-bow.md deleted file mode 100644 index 57392e767f3..00000000000 --- a/.changeset/breezy-badgers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Added the ability to migrate prop values diff --git a/.changeset/curly-chairs-speak.md b/.changeset/curly-chairs-speak.md deleted file mode 100644 index 9d0858b1a78..00000000000 --- a/.changeset/curly-chairs-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Add a search field to filter ActionList that have more than 10 items diff --git a/.changeset/fresh-crews-try.md b/.changeset/fresh-crews-try.md deleted file mode 100644 index 6bcc7d4c337..00000000000 --- a/.changeset/fresh-crews-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Only apply apple dynamic text to mobile breakpoint diff --git a/.changeset/hip-pears-work.md b/.changeset/hip-pears-work.md deleted file mode 100644 index e1929344f86..00000000000 --- a/.changeset/hip-pears-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added check for string type before calling string method diff --git a/.changeset/odd-owls-know.md b/.changeset/odd-owls-know.md deleted file mode 100644 index 32f5fedb9ba..00000000000 --- a/.changeset/odd-owls-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': patch ---- - -Fixed a bug in the rename prop migration diff --git a/.changeset/popular-pumas-sin.md b/.changeset/popular-pumas-sin.md deleted file mode 100644 index b49d867553e..00000000000 --- a/.changeset/popular-pumas-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Ensure Avatar has no background color if an source prop is passed in to allow for transparent images diff --git a/.changeset/tough-frogs-speak.md b/.changeset/tough-frogs-speak.md deleted file mode 100644 index 0181587dcad..00000000000 --- a/.changeset/tough-frogs-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed focus ring and input text styles on `ActionList.SearchField` component diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 623439a9f57..9703508c91a 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopify/polaris-migrator +## 0.21.0 + +### Minor Changes + +- [#10246](https://github.com/Shopify/polaris/pull/10246) [`1947b4691`](https://github.com/Shopify/polaris/commit/1947b469144f8e0567fb69f06391a3fecbfe5b11) Thanks [@kyledurand](https://github.com/kyledurand)! - Added the ability to migrate prop values + +### Patch Changes + +- [#10215](https://github.com/Shopify/polaris/pull/10215) [`e4a6d47ab`](https://github.com/Shopify/polaris/commit/e4a6d47abd338b820737fec5acb1a566c38a1913) Thanks [@aveline](https://github.com/aveline)! - Fixed a bug in the rename prop migration + ## 0.20.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 78cd6ea36ee..730c5f95b83 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.20.0", + "version": "0.21.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.13.0", + "@shopify/polaris": "^11.14.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 105dc922d29..9e268e90116 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 11.14.0 + +### Minor Changes + +- [#9907](https://github.com/Shopify/polaris/pull/9907) [`ef7ddb4ac`](https://github.com/Shopify/polaris/commit/ef7ddb4ac8fd1557fecda638c99bc64035224754) Thanks [@MaxCloutier](https://github.com/MaxCloutier)! - Add a search field to filter ActionList that have more than 10 items + +### Patch Changes + +- [#10288](https://github.com/Shopify/polaris/pull/10288) [`cd1578230`](https://github.com/Shopify/polaris/commit/cd1578230c4cfdce510f3ad889859892370932dd) Thanks [@ssetem](https://github.com/ssetem)! - Only apply apple dynamic text to mobile breakpoint + +* [#10292](https://github.com/Shopify/polaris/pull/10292) [`72f55e32f`](https://github.com/Shopify/polaris/commit/72f55e32f81c1f639698f8556a76057114a2cf53) Thanks [@kyledurand](https://github.com/kyledurand)! - Added check for string type before calling string method + +- [#10211](https://github.com/Shopify/polaris/pull/10211) [`ac044b3c9`](https://github.com/Shopify/polaris/commit/ac044b3c96441da6cb28e280e799321c8f557341) Thanks [@peterlazzarino](https://github.com/peterlazzarino)! - Ensure Avatar has no background color if an source prop is passed in to allow for transparent images + +* [#10287](https://github.com/Shopify/polaris/pull/10287) [`9b14e231a`](https://github.com/Shopify/polaris/commit/9b14e231af6b6de9fb6f8c6efd7c7c2523183cdb) Thanks [@laurkim](https://github.com/laurkim)! - Fixed focus ring and input text styles on `ActionList.SearchField` component + ## 11.13.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 78e4abb070e..e044d994d5e 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 ec8a308d524..63dd3e4ae09 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.13.0", + "version": "11.14.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 7f73a2ec191..2118d27445a 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.57.2 + +### Patch Changes + +- Updated dependencies [[`ef7ddb4ac`](https://github.com/Shopify/polaris/commit/ef7ddb4ac8fd1557fecda638c99bc64035224754), [`cd1578230`](https://github.com/Shopify/polaris/commit/cd1578230c4cfdce510f3ad889859892370932dd), [`72f55e32f`](https://github.com/Shopify/polaris/commit/72f55e32f81c1f639698f8556a76057114a2cf53), [`ac044b3c9`](https://github.com/Shopify/polaris/commit/ac044b3c96441da6cb28e280e799321c8f557341), [`9b14e231a`](https://github.com/Shopify/polaris/commit/9b14e231af6b6de9fb6f8c6efd7c7c2523183cdb)]: + - @shopify/polaris@11.14.0 + ## 0.57.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e54bd637a9f..71cc81a65bd 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.1", + "version": "0.57.2", "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.13.0", + "@shopify/polaris": "^11.14.0", "@shopify/polaris-icons": "^7.8.1", "@shopify/polaris-tokens": "^7.5.3", "@types/react-syntax-highlighter": "^15.5.6",