diff --git a/.changeset/chilly-news-tan.md b/.changeset/chilly-news-tan.md deleted file mode 100644 index a980c6c308e..00000000000 --- a/.changeset/chilly-news-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated Colors page with v11 content diff --git a/.changeset/eight-windows-glow.md b/.changeset/eight-windows-glow.md deleted file mode 100644 index 1b62010e7ab..00000000000 --- a/.changeset/eight-windows-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `initials` overflowing when `Avatar` is round diff --git a/.changeset/friendly-candles-raise.md b/.changeset/friendly-candles-raise.md deleted file mode 100644 index b2a49268c28..00000000000 --- a/.changeset/friendly-candles-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Created a "What's new" page for v11 token changes. diff --git a/.changeset/itchy-months-act.md b/.changeset/itchy-months-act.md deleted file mode 100644 index 82c6efa5da2..00000000000 --- a/.changeset/itchy-months-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Alphabetized locale files diff --git a/.changeset/nervous-scissors-punch.md b/.changeset/nervous-scissors-punch.md deleted file mode 100644 index 3f534074e3b..00000000000 --- a/.changeset/nervous-scissors-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Removed focus styles on TextField while disabled diff --git a/.changeset/nine-cycles-invent.md b/.changeset/nine-cycles-invent.md deleted file mode 100644 index 5cfc529db46..00000000000 --- a/.changeset/nine-cycles-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Deprecated `external` prop in `Link` component diff --git a/.changeset/spotty-books-wave.md b/.changeset/spotty-books-wave.md deleted file mode 100644 index 720b695b055..00000000000 --- a/.changeset/spotty-books-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Tabs update disabled state diff --git a/.changeset/unlucky-pumpkins-approve.md b/.changeset/unlucky-pumpkins-approve.md deleted file mode 100644 index 4e4e942007a..00000000000 --- a/.changeset/unlucky-pumpkins-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added internationalized accessibility label to Banner dismiss button diff --git a/.changeset/wicked-turkeys-try.md b/.changeset/wicked-turkeys-try.md deleted file mode 100644 index 7851073bf4a..00000000000 --- a/.changeset/wicked-turkeys-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Protect border radius of `LegacyCard` with overflow clip diff --git a/.changeset/witty-lions-camp.md b/.changeset/witty-lions-camp.md deleted file mode 100644 index 9e5e8ddc893..00000000000 --- a/.changeset/witty-lions-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed inline padding on Modal Footer diff --git a/.changeset/young-yaks-poke.md b/.changeset/young-yaks-poke.md deleted file mode 100644 index ef43597f783..00000000000 --- a/.changeset/young-yaks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added optional `onAddFilterClick` callback prop to the indexFilters component diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 3c861ce85df..0a534b82df6 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index de476df6f2a..42ee63a8cf0 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.2.1", + "version": "0.2.2", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-codemods/package.json b/polaris-codemods/package.json index 73993599b8b..e955518e635 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^11.0.1", + "@shopify/polaris": "^11.1.0", "@types/jscodeshift": "^0.11.6", "jscodeshift": "^0.13.1", "plop": "^3.1.2", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index d7b3ae3b999..160894692e4 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": "^11.0.1", + "@shopify/polaris": "^11.1.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 e378d8e7fb8..639122232ad 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 11.1.0 + +### Minor Changes + +- [#9269](https://github.com/Shopify/polaris/pull/9269) [`bf3bc75a1`](https://github.com/Shopify/polaris/commit/bf3bc75a135da6819238bb72cf8807e598a331df) Thanks [@nat-king](https://github.com/nat-king)! - Added optional `onAddFilterClick` callback prop to the indexFilters component + +### Patch Changes + +- [#9295](https://github.com/Shopify/polaris/pull/9295) [`7e21fe093`](https://github.com/Shopify/polaris/commit/7e21fe093c021d0531e256b678221cfbb79e4412) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `initials` overflowing when `Avatar` is round + +* [#9343](https://github.com/Shopify/polaris/pull/9343) [`ae3208332`](https://github.com/Shopify/polaris/commit/ae32083324390a0012981a24f4b1e3c23f166735) Thanks [@qt314](https://github.com/qt314)! - Alphabetized locale files + +- [#9314](https://github.com/Shopify/polaris/pull/9314) [`e7d836819`](https://github.com/Shopify/polaris/commit/e7d836819ac33936136df2a79093c2a0e73146b4) Thanks [@FCalabria](https://github.com/FCalabria)! - Removed focus styles on TextField while disabled + +* [#9223](https://github.com/Shopify/polaris/pull/9223) [`221426aaf`](https://github.com/Shopify/polaris/commit/221426aaf10ddb8266b89d40edb5b18fba4b816b) Thanks [@aveline](https://github.com/aveline)! - Deprecated `external` prop in `Link` component + +- [#9229](https://github.com/Shopify/polaris/pull/9229) [`821535820`](https://github.com/Shopify/polaris/commit/821535820c97e1ea29ddf8421d52242322c18b17) Thanks [@aeperea](https://github.com/aeperea)! - Tabs update disabled state + +* [#9323](https://github.com/Shopify/polaris/pull/9323) [`cd43c8b47`](https://github.com/Shopify/polaris/commit/cd43c8b4747f97269c2710031bd0dda16386c224) Thanks [@qt314](https://github.com/qt314)! - Added internationalized accessibility label to Banner dismiss button + +- [#9263](https://github.com/Shopify/polaris/pull/9263) [`a3f3462a6`](https://github.com/Shopify/polaris/commit/a3f3462a66b2bb4bc0dbf23b336fa57d473ba190) Thanks [@mattkubej](https://github.com/mattkubej)! - Protect border radius of `LegacyCard` with overflow clip + +* [#9273](https://github.com/Shopify/polaris/pull/9273) [`e823538ad`](https://github.com/Shopify/polaris/commit/e823538ad27460bc026d37132713462700e577ea) Thanks [@aishad](https://github.com/aishad)! - Fixed inline padding on Modal Footer + ## 11.0.1 ### Patch Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 366799cd52b..1cc79d5e619 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 dc03295f64e..43f02332aff 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.0.1", + "version": "11.1.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 c56fb071085..bf5d1125a38 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,18 @@ # polaris.shopify.com +## 0.55.0 + +### Minor Changes + +- [#9311](https://github.com/Shopify/polaris/pull/9311) [`b6f2d7928`](https://github.com/Shopify/polaris/commit/b6f2d7928f40e4eca4a30718ad0d1f56c6dfd776) Thanks [@lgriffee](https://github.com/lgriffee)! - Created a "What's new" page for v11 token changes. + +### Patch Changes + +- [#8840](https://github.com/Shopify/polaris/pull/8840) [`a7569b7f5`](https://github.com/Shopify/polaris/commit/a7569b7f5ac44acf35ead6f128a09d96e2a11433) Thanks [@alex-page](https://github.com/alex-page)! - Updated Colors page with v11 content + +- Updated dependencies [[`7e21fe093`](https://github.com/Shopify/polaris/commit/7e21fe093c021d0531e256b678221cfbb79e4412), [`ae3208332`](https://github.com/Shopify/polaris/commit/ae32083324390a0012981a24f4b1e3c23f166735), [`e7d836819`](https://github.com/Shopify/polaris/commit/e7d836819ac33936136df2a79093c2a0e73146b4), [`221426aaf`](https://github.com/Shopify/polaris/commit/221426aaf10ddb8266b89d40edb5b18fba4b816b), [`821535820`](https://github.com/Shopify/polaris/commit/821535820c97e1ea29ddf8421d52242322c18b17), [`cd43c8b47`](https://github.com/Shopify/polaris/commit/cd43c8b4747f97269c2710031bd0dda16386c224), [`a3f3462a6`](https://github.com/Shopify/polaris/commit/a3f3462a66b2bb4bc0dbf23b336fa57d473ba190), [`e823538ad`](https://github.com/Shopify/polaris/commit/e823538ad27460bc026d37132713462700e577ea), [`bf3bc75a1`](https://github.com/Shopify/polaris/commit/bf3bc75a135da6819238bb72cf8807e598a331df)]: + - @shopify/polaris@11.1.0 + ## 0.54.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index d5c7e17436c..d1e3bbecaf7 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.54.1", + "version": "0.55.0", "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.0.1", + "@shopify/polaris": "^11.1.0", "@shopify/polaris-icons": "^7.0.1", "@shopify/polaris-tokens": "^7.0.0", "@types/react-syntax-highlighter": "^15.5.6",