Skip to content

Commit 6e4534c

Browse files
Version Packages (#7556)
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-migrator@0.7.0 ### Minor Changes - [#7499](#7499) [`85c0c3290`](85c0c32) Thanks [@jesstelford](https://github.com/jesstelford)! - Add `createSassMigrator` utility to stash common logic, starting with only parsing each event once. - [#7541](#7541) [`141746b5b`](141746b) Thanks [@jesstelford](https://github.com/jesstelford)! - Internally setup stylelint metadata for SASS migrations in preparation for switching to stylelint as our migration runner. ## @shopify/plugin-polaris@0.0.15 ### Patch Changes - Updated dependencies \[[`85c0c3290`](85c0c32), [`141746b5b`](141746b)]: - @shopify/polaris-migrator@0.7.0 ## @shopify/polaris@10.10.1 ### Patch Changes - [#7561](#7561) [`fc78fcc48`](fc78fcc) Thanks [@kyledurand](https://github.com/kyledurand)! - Fix typo in box property, remove PropsWithChildren ## polaris-for-figma@0.0.28 ### Patch Changes - Updated dependencies \[[`fc78fcc48`](fc78fcc)]: - @shopify/polaris@10.10.1 ## polaris.shopify.com@0.23.3 ### Patch Changes - Updated dependencies \[[`fc78fcc48`](fc78fcc)]: - @shopify/polaris@10.10.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fc78fcc commit 6e4534c

File tree

14 files changed

+46
-26
lines changed

14 files changed

+46
-26
lines changed

.changeset/silent-spiders-poke.md

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

.changeset/stale-dots-knock.md

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

.changeset/unlucky-roses-try.md

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

polaris-cli/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`85c0c3290`](https://github.com/Shopify/polaris/commit/85c0c329003c0d234f339164c0d2940aff4f6b26), [`141746b5b`](https://github.com/Shopify/polaris/commit/141746b5b4dc2f99b0c729883e98f4210f5a16c0)]:
8+
- @shopify/polaris-migrator@0.7.0
9+
310
## 0.0.14
411

512
## 0.0.13

polaris-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/plugin-polaris",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@oclif/core": "^1.13.10",
27-
"@shopify/polaris-migrator": "^0.6.0"
27+
"@shopify/polaris-migrator": "^0.7.0"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

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.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc78fcc48`](https://github.com/Shopify/polaris/commit/fc78fcc48d075db1240a17910ada9f61599e51fb)]:
8+
- @shopify/polaris@10.10.1
9+
310
## 0.0.27
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.27",
3+
"version": "0.0.28",
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.10.0",
15+
"@shopify/polaris": "^10.10.1",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^18.2.0",

polaris-migrator/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#7499](https://github.com/Shopify/polaris/pull/7499) [`85c0c3290`](https://github.com/Shopify/polaris/commit/85c0c329003c0d234f339164c0d2940aff4f6b26) Thanks [@jesstelford](https://github.com/jesstelford)! - Add `createSassMigrator` utility to stash common logic, starting with only parsing each event once.
8+
9+
* [#7541](https://github.com/Shopify/polaris/pull/7541) [`141746b5b`](https://github.com/Shopify/polaris/commit/141746b5b4dc2f99b0c729883e98f4210f5a16c0) Thanks [@jesstelford](https://github.com/jesstelford)! - Internally setup stylelint metadata for SASS migrations in preparation for switching to stylelint as our migration runner.
10+
311
## 0.6.0
412

513
### Minor Changes

polaris-migrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-commonjs": "^22.0.2",
5252
"@rollup/plugin-json": "^4.1.0",
5353
"@rollup/plugin-node-resolve": "^13.3.0",
54-
"@shopify/polaris": "^10.10.0",
54+
"@shopify/polaris": "^10.10.1",
5555
"plop": "^3.1.1",
5656
"plop-dir": "^0.0.5",
5757
"type-fest": "^2.19.0"

polaris-react/CHANGELOG.md

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

3+
## 10.10.1
4+
5+
### Patch Changes
6+
7+
- [#7561](https://github.com/Shopify/polaris/pull/7561) [`fc78fcc48`](https://github.com/Shopify/polaris/commit/fc78fcc48d075db1240a17910ada9f61599e51fb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fix typo in box property, remove PropsWithChildren
8+
39
## 10.10.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)