Skip to content

Commit 67aec18

Browse files
Version Packages
1 parent c45a253 commit 67aec18

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/silent-spiders-poke.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 <[email protected]>",
@@ -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-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: 1 addition & 1 deletion
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 <[email protected]>",

0 commit comments

Comments
 (0)