Skip to content

Commit a82788b

Browse files
Version Packages (#6780)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc8a84b commit a82788b

File tree

13 files changed

+40
-41
lines changed

13 files changed

+40
-41
lines changed

.changeset/famous-emus-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-oranges-warn.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/green-trees-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-zoos-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-turkeys-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-maps-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-vans-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

polaris-for-figma/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- @shopify/polaris@9.22.0
9+
310
## 0.0.5
411

512
### Patch Changes

polaris-for-figma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris-for-figma",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"scripts": {
66
"build": "webpack --mode=production",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@ant-design/icons": "^4.7.0",
15-
"@shopify/polaris": "^9.21.1",
15+
"@shopify/polaris": "^9.22.0",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^17.0.2",

polaris-react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 9.22.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
* [#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
14+
15+
- [#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]
16+
17+
* [#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
18+
319
## 9.21.1
420

521
### Patch Changes

0 commit comments

Comments
 (0)