Skip to content

Commit d179da9

Browse files
Version Packages (#7299)
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-icons@6.4.0 ### Minor Changes - [#7292](#7292) [`a7d9cad7a`](a7d9cad) Thanks [@clarkjennings](https://github.com/clarkjennings)! - [#7292](#7292) - Add a new icon `OrganizationMajor` ## @shopify/stylelint-polaris@4.3.0 ### Minor Changes - [#7306](#7306) [`c4bf017aa`](c4bf017) Thanks [@samrose3](https://github.com/samrose3)! - Update stylelint coverage to include legacy Sass with namespace ## @shopify/polaris@10.4.1 ### Patch Changes - Updated dependencies \[[`a7d9cad7a`](a7d9cad)]: - @shopify/polaris-icons@6.4.0 ## @shopify/plugin-polaris@0.0.6 ## polaris.shopify.com@0.19.0 ### Minor Changes - [#7232](#7232) [`65722c395`](65722c3) Thanks [@martenbjork](https://github.com/martenbjork)! - Introduces a new IA that makes the website more scalable and future proof. The site also gets a visual overhaul to accomodate the new content. ### Patch Changes - [#7304](#7304) [`1db6f90cf`](1db6f90) Thanks [@jjgali](https://github.com/jjgali)! - Fixed typographical errors in Contributing documentation. - Updated dependencies \[[`a7d9cad7a`](a7d9cad)]: - @shopify/polaris-icons@6.4.0 - @shopify/polaris@10.4.1 ## polaris-for-figma@0.0.20 ### Patch Changes - Updated dependencies \[]: - @shopify/polaris@10.4.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c4bf017 commit d179da9

File tree

18 files changed

+55
-33
lines changed

18 files changed

+55
-33
lines changed

.changeset/fast-olives-kiss.md

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

.changeset/giant-sloths-design.md

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

.changeset/lucky-kangaroos-fix.md

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

.changeset/six-toys-hug.md

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

polaris-cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/plugin-polaris
22

3+
## 0.0.6
4+
35
## 0.0.5
46

57
### Patch Changes

polaris-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/plugin-polaris",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",

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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @shopify/polaris@10.4.1
9+
310
## 0.0.19
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.19",
3+
"version": "0.0.20",
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": "^10.4.0",
15+
"@shopify/polaris": "^10.4.1",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^17.0.2",

polaris-icons/CHANGELOG.md

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

3+
## 6.4.0
4+
5+
### Minor Changes
6+
7+
- [#7292](https://github.com/Shopify/polaris/pull/7292) [`a7d9cad7a`](https://github.com/Shopify/polaris/commit/a7d9cad7aa24ea251e42be919cbfcae16676587f) Thanks [@clarkjennings](https://github.com/clarkjennings)! - [#7292](https://github.com/Shopify/polaris/pull/7292) - Add a new icon `OrganizationMajor`
8+
39
## 6.3.0
410

511
### Minor Changes

polaris-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-icons",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)