From cfc55d9f05230431f08c9cd44971642f3c966ec0 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, 26 Jan 2024 11:50:42 -0800 Subject: [PATCH] Version Packages (#11511) 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@12.11.1 ### Patch Changes - [#11499](https://github.com/Shopify/polaris/pull/11499) [`a6ac9928a`](https://github.com/Shopify/polaris/commit/a6ac9928adc63c00c87780d10a6293705ad0b524) Thanks [@laurkim](https://github.com/laurkim)! - Fixed layout and focus styling for `Button` inside `ButtonGroup` with `fullWidth` - [#11503](https://github.com/Shopify/polaris/pull/11503) [`fb7d96821`](https://github.com/Shopify/polaris/commit/fb7d96821d4922ba9ac5be034b5ea8eac5a02bdc) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added workaround for `font-optical-sizing` issue in Safari 16 ## polaris.shopify.com@0.62.1 ### Patch Changes - Updated dependencies \[[`a6ac9928a`](https://github.com/Shopify/polaris/commit/a6ac9928adc63c00c87780d10a6293705ad0b524), [`fb7d96821`](https://github.com/Shopify/polaris/commit/fb7d96821d4922ba9ac5be034b5ea8eac5a02bdc)]: - @shopify/polaris@12.11.1 Co-authored-by: github-actions[bot] --- .changeset/dry-chicken-roll.md | 5 ----- .changeset/few-colts-attend.md | 5 ----- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 8 ++++++++ polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 7 +++++++ polaris.shopify.com/package.json | 4 ++-- 7 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .changeset/dry-chicken-roll.md delete mode 100644 .changeset/few-colts-attend.md diff --git a/.changeset/dry-chicken-roll.md b/.changeset/dry-chicken-roll.md deleted file mode 100644 index 71c2a69234f..00000000000 --- a/.changeset/dry-chicken-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed layout and focus styling for `Button` inside `ButtonGroup` with `fullWidth` diff --git a/.changeset/few-colts-attend.md b/.changeset/few-colts-attend.md deleted file mode 100644 index 5e8d82c452f..00000000000 --- a/.changeset/few-colts-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added workaround for `font-optical-sizing` issue in Safari 16 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 82bbc38adf8..e38fed6afd6 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": "^12.11.0", + "@shopify/polaris": "^12.11.1", "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 48cdd73878c..2bb53d9c94e 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 12.11.1 + +### Patch Changes + +- [#11499](https://github.com/Shopify/polaris/pull/11499) [`a6ac9928a`](https://github.com/Shopify/polaris/commit/a6ac9928adc63c00c87780d10a6293705ad0b524) Thanks [@laurkim](https://github.com/laurkim)! - Fixed layout and focus styling for `Button` inside `ButtonGroup` with `fullWidth` + +* [#11503](https://github.com/Shopify/polaris/pull/11503) [`fb7d96821`](https://github.com/Shopify/polaris/commit/fb7d96821d4922ba9ac5be034b5ea8eac5a02bdc) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added workaround for `font-optical-sizing` issue in Safari 16 + ## 12.11.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 0a77cf371cb..ed5a80bcef8 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": "12.11.0", + "version": "12.11.1", "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 1360f6fa752..ecc3921285c 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.62.1 + +### Patch Changes + +- Updated dependencies [[`a6ac9928a`](https://github.com/Shopify/polaris/commit/a6ac9928adc63c00c87780d10a6293705ad0b524), [`fb7d96821`](https://github.com/Shopify/polaris/commit/fb7d96821d4922ba9ac5be034b5ea8eac5a02bdc)]: + - @shopify/polaris@12.11.1 + ## 0.62.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 6e798df24d2..5815a076b4c 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.62.0", + "version": "0.62.1", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -28,7 +28,7 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.11.0", + "@shopify/polaris": "^12.11.1", "@shopify/polaris-icons": "^8.1.0", "@shopify/polaris-tokens": "^8.6.0", "@types/react-syntax-highlighter": "^15.5.6",