From 51de2fe160badddcc9c480be6dce29a79d61c5cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Jul 2022 16:10:19 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-emus-learn.md | 5 ----- .changeset/fifty-oranges-warn.md | 6 ------ .changeset/green-trees-beam.md | 5 ----- .changeset/grumpy-zoos-retire.md | 5 ----- .changeset/late-turkeys-teach.md | 5 ----- .changeset/lemon-maps-camp.md | 5 ----- .changeset/strange-vans-speak.md | 5 ----- polaris-for-figma/CHANGELOG.md | 7 +++++++ polaris-for-figma/package.json | 4 ++-- polaris-react/CHANGELOG.md | 16 ++++++++++++++++ polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 12 ++++++++++++ polaris.shopify.com/package.json | 4 ++-- 13 files changed, 40 insertions(+), 41 deletions(-) delete mode 100644 .changeset/famous-emus-learn.md delete mode 100644 .changeset/fifty-oranges-warn.md delete mode 100644 .changeset/green-trees-beam.md delete mode 100644 .changeset/grumpy-zoos-retire.md delete mode 100644 .changeset/late-turkeys-teach.md delete mode 100644 .changeset/lemon-maps-camp.md delete mode 100644 .changeset/strange-vans-speak.md diff --git a/.changeset/famous-emus-learn.md b/.changeset/famous-emus-learn.md deleted file mode 100644 index 071c833b79f..00000000000 --- a/.changeset/famous-emus-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `Tooltip` support for `Page` `primaryAction` and `secondaryActions` diff --git a/.changeset/fifty-oranges-warn.md b/.changeset/fifty-oranges-warn.md deleted file mode 100644 index c5cc3e6bd92..00000000000 --- a/.changeset/fifty-oranges-warn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -- Updated the Locations pattern documentation to document picker patterns. -- Added searchable listbox examples to `Listbox`, `Popover`, and `Sheet` documentation. diff --git a/.changeset/green-trees-beam.md b/.changeset/green-trees-beam.md deleted file mode 100644 index 9b94286cd5f..00000000000 --- a/.changeset/green-trees-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Bumped storybook versions and cleaned up main.js diff --git a/.changeset/grumpy-zoos-retire.md b/.changeset/grumpy-zoos-retire.md deleted file mode 100644 index 5082d517d26..00000000000 --- a/.changeset/grumpy-zoos-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Add spacing around components in storybook, adjust grid if there is spacing diff --git a/.changeset/late-turkeys-teach.md b/.changeset/late-turkeys-teach.md deleted file mode 100644 index 46f578ee5f3..00000000000 --- a/.changeset/late-turkeys-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Allow click events for spinner in [TextField] diff --git a/.changeset/lemon-maps-camp.md b/.changeset/lemon-maps-camp.md deleted file mode 100644 index 1beabd67429..00000000000 --- a/.changeset/lemon-maps-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -copy edits to contribution guidance diff --git a/.changeset/strange-vans-speak.md b/.changeset/strange-vans-speak.md deleted file mode 100644 index 2f11cd6f462..00000000000 --- a/.changeset/strange-vans-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed console error in `DataTable` that is triggered by sorting data via table headers diff --git a/polaris-for-figma/CHANGELOG.md b/polaris-for-figma/CHANGELOG.md index 94bef98d092..3d28423156f 100644 --- a/polaris-for-figma/CHANGELOG.md +++ b/polaris-for-figma/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`47e8244d5`](https://github.com/Shopify/polaris/commit/47e8244d573e0e34a71379733bcc5aa7788d8d5c), [`51be08e37`](https://github.com/Shopify/polaris/commit/51be08e371bc2090346cdc9695d44437023bb20a), [`b5ff69e44`](https://github.com/Shopify/polaris/commit/b5ff69e44a57824fef7ccccac314d2594db4d514), [`b75bc19ed`](https://github.com/Shopify/polaris/commit/b75bc19edf260af8fa20ec9f9c995990c8a3e4dd), [`6f50cb1dc`](https://github.com/Shopify/polaris/commit/6f50cb1dceb2f3ac3bb558c4da748d890de30543)]: + - @shopify/polaris@9.22.0 + ## 0.0.5 ### Patch Changes diff --git a/polaris-for-figma/package.json b/polaris-for-figma/package.json index 94884c11139..e726dc343f0 100644 --- a/polaris-for-figma/package.json +++ b/polaris-for-figma/package.json @@ -1,6 +1,6 @@ { "name": "polaris-for-figma", - "version": "0.0.5", + "version": "0.0.6", "private": true, "scripts": { "build": "webpack --mode=production", @@ -12,7 +12,7 @@ }, "dependencies": { "@ant-design/icons": "^4.7.0", - "@shopify/polaris": "^9.21.1", + "@shopify/polaris": "^9.22.0", "antd": "^4.20.4", "lodash": "^4.17.15", "react": "^17.0.2", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index 38ef6d96e9d..e56e25986f4 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 9.22.0 + +### Minor Changes + +- [#6709](https://github.com/Shopify/polaris/pull/6709) [`47e8244d5`](https://github.com/Shopify/polaris/commit/47e8244d573e0e34a71379733bcc5aa7788d8d5c) Thanks [@aminpaks](https://github.com/aminpaks)! - Added `Tooltip` support for `Page` `primaryAction` and `secondaryActions` + +### Patch Changes + +- [#6792](https://github.com/Shopify/polaris/pull/6792) [`51be08e37`](https://github.com/Shopify/polaris/commit/51be08e371bc2090346cdc9695d44437023bb20a) Thanks [@alex-page](https://github.com/alex-page)! - Bumped storybook versions and cleaned up main.js + +* [#6771](https://github.com/Shopify/polaris/pull/6771) [`b5ff69e44`](https://github.com/Shopify/polaris/commit/b5ff69e44a57824fef7ccccac314d2594db4d514) Thanks [@alex-page](https://github.com/alex-page)! - Add spacing around components in storybook, adjust grid if there is spacing + +- [#6719](https://github.com/Shopify/polaris/pull/6719) [`b75bc19ed`](https://github.com/Shopify/polaris/commit/b75bc19edf260af8fa20ec9f9c995990c8a3e4dd) Thanks [@ginabak](https://github.com/ginabak)! - Allow click events for spinner in [TextField] + +* [#6781](https://github.com/Shopify/polaris/pull/6781) [`6f50cb1dc`](https://github.com/Shopify/polaris/commit/6f50cb1dceb2f3ac3bb558c4da748d890de30543) Thanks [@philschoefer](https://github.com/philschoefer)! - Fixed console error in `DataTable` that is triggered by sorting data via table headers + ## 9.21.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 3e64c6d7f60..55c668d7aed 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": "9.21.1", + "version": "9.22.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 6e97c44fd6d..4f3e76c42b7 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 0.9.1 + +### Patch Changes + +- [#6744](https://github.com/Shopify/polaris/pull/6744) [`6365532a1`](https://github.com/Shopify/polaris/commit/6365532a12e9b9a2101cf4f5047b7459310d5835) Thanks [@chloerice](https://github.com/chloerice)! - - Updated the Locations pattern documentation to document picker patterns. + - Added searchable listbox examples to `Listbox`, `Popover`, and `Sheet` documentation. + +* [#6789](https://github.com/Shopify/polaris/pull/6789) [`391a7e412`](https://github.com/Shopify/polaris/commit/391a7e412cf21bb9ef5497e03b9444506b0ef418) Thanks [@jjgali](https://github.com/jjgali)! - copy edits to contribution guidance + +* Updated dependencies [[`47e8244d5`](https://github.com/Shopify/polaris/commit/47e8244d573e0e34a71379733bcc5aa7788d8d5c), [`51be08e37`](https://github.com/Shopify/polaris/commit/51be08e371bc2090346cdc9695d44437023bb20a), [`b5ff69e44`](https://github.com/Shopify/polaris/commit/b5ff69e44a57824fef7ccccac314d2594db4d514), [`b75bc19ed`](https://github.com/Shopify/polaris/commit/b75bc19edf260af8fa20ec9f9c995990c8a3e4dd), [`6f50cb1dc`](https://github.com/Shopify/polaris/commit/6f50cb1dceb2f3ac3bb558c4da748d890de30543)]: + - @shopify/polaris@9.22.0 + ## 0.9.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index f9f0cd45031..04b2c85b4b2 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.9.0", + "version": "0.9.1", "private": true, "scripts": { "build": "yarn run copy-icons && next build", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.6.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^9.21.1", + "@shopify/polaris": "^9.22.0", "@shopify/polaris-icons": "^5.2.0", "@shopify/polaris-tokens": "^5.5.0", "codesandbox": "^2.2.3",