From d91c77b23f90cd908a10c896051a1ce2ba33c4e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Jan 2023 16:40:33 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-zoos-build.md | 5 ----- .changeset/fair-queens-sniff.md | 5 ----- .changeset/gentle-cobras-punch.md | 5 ----- .changeset/hip-maps-dance.md | 5 ----- polaris-cli/CHANGELOG.md | 2 ++ polaris-cli/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 14 ++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 7 +++++++ polaris.shopify.com/package.json | 4 ++-- 12 files changed, 30 insertions(+), 27 deletions(-) delete mode 100644 .changeset/afraid-zoos-build.md delete mode 100644 .changeset/fair-queens-sniff.md delete mode 100644 .changeset/gentle-cobras-punch.md delete mode 100644 .changeset/hip-maps-dance.md diff --git a/.changeset/afraid-zoos-build.md b/.changeset/afraid-zoos-build.md deleted file mode 100644 index 3bdd82e6ccc..00000000000 --- a/.changeset/afraid-zoos-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Reduced spacing on ChoiceList children diff --git a/.changeset/fair-queens-sniff.md b/.changeset/fair-queens-sniff.md deleted file mode 100644 index 5eb13c29734..00000000000 --- a/.changeset/fair-queens-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed a bug where Tooltips nested in Scrollable containers sometimes don't update their positions correctly diff --git a/.changeset/gentle-cobras-punch.md b/.changeset/gentle-cobras-punch.md deleted file mode 100644 index b8c14a1a942..00000000000 --- a/.changeset/gentle-cobras-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated the focus helper functions to no longer treat buttons with `aria-disabled="true"` and `tabindex="-1" (but no`disabled` attribute) as focusable. diff --git a/.changeset/hip-maps-dance.md b/.changeset/hip-maps-dance.md deleted file mode 100644 index 967758cd3b0..00000000000 --- a/.changeset/hip-maps-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added support for `outline` to `Box` diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 9f9904b153d..a81ff7be6c7 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/plugin-polaris +## 0.0.25 + ## 0.0.24 ## 0.0.23 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index ca9c1dc2edf..3cab74b4083 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-polaris", - "version": "0.0.24", + "version": "0.0.25", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 03264c1bad7..bf5785b6423 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -52,7 +52,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.17.1", + "@shopify/polaris": "^10.18.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 1659b27e526..0ba053e364b 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 10.18.0 + +### Minor Changes + +- [#7992](https://github.com/Shopify/polaris/pull/7992) [`e8f74f4cd`](https://github.com/Shopify/polaris/commit/e8f74f4cdfd2b73c459aac0cd8b52bc66d812b8a) Thanks [@aveline](https://github.com/aveline)! - Added support for `outline` to `Box` + +### Patch Changes + +- [#7988](https://github.com/Shopify/polaris/pull/7988) [`382784f4e`](https://github.com/Shopify/polaris/commit/382784f4e2547d89d5970ade0de67196408494e7) Thanks [@kyledurand](https://github.com/kyledurand)! - Reduced spacing on ChoiceList children + +* [#7899](https://github.com/Shopify/polaris/pull/7899) [`930f077eb`](https://github.com/Shopify/polaris/commit/930f077eb0ec3c20a51d240b57f150b5502aa7c5) Thanks [@jeradg](https://github.com/jeradg)! - Fixed a bug where Tooltips nested in Scrollable containers sometimes don't update their positions correctly + +- [#7831](https://github.com/Shopify/polaris/pull/7831) [`47487ee0c`](https://github.com/Shopify/polaris/commit/47487ee0cfddb6e7306095959d6eea6b5c9c0132) Thanks [@acmertz](https://github.com/acmertz)! - Updated the focus helper functions to no longer treat buttons with `aria-disabled="true"` and `tabindex="-1" (but no`disabled` attribute) as focusable. + ## 10.17.1 ### Patch Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index b6f3a6ec14e..e63299f531c 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 94027c0557f..34914cad9a1 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": "10.17.1", + "version": "10.18.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 2b9340e06d1..4e6b65d3b5f 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.28.2 + +### Patch Changes + +- Updated dependencies [[`382784f4e`](https://github.com/Shopify/polaris/commit/382784f4e2547d89d5970ade0de67196408494e7), [`930f077eb`](https://github.com/Shopify/polaris/commit/930f077eb0ec3c20a51d240b57f150b5502aa7c5), [`47487ee0c`](https://github.com/Shopify/polaris/commit/47487ee0cfddb6e7306095959d6eea6b5c9c0132), [`e8f74f4cd`](https://github.com/Shopify/polaris/commit/e8f74f4cdfd2b73c459aac0cd8b52bc66d812b8a)]: + - @shopify/polaris@10.18.0 + ## 0.28.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 6db22c7a6a2..5958bf51d87 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.28.1", + "version": "0.28.2", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.17.1", + "@shopify/polaris": "^10.18.0", "@shopify/polaris-icons": "^6.7.0", "@shopify/polaris-tokens": "^6.3.0", "codesandbox": "^2.2.3",