Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit d518bdb

Browse files
Version Packages
1 parent 6c31010 commit d518bdb

File tree

16 files changed

+52
-36
lines changed

16 files changed

+52
-36
lines changed

.changeset/famous-years-destroy.md

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

.changeset/heavy-beds-report.md

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

.changeset/hot-bugs-tease.md

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

.changeset/stale-trainers-heal.md

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

.changeset/weak-pillows-doubt.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fad3809ef`](https://github.com/Shopify/polaris/commit/fad3809ef39054b125c661f9b1bf6397b2b89fd0), [`56b0bc2dc`](https://github.com/Shopify/polaris/commit/56b0bc2dc414a085e935c3975a74410e7df530f1)]:
8+
- @shopify/polaris-migrator@0.10.3
9+
310
## 0.0.25
411

512
## 0.0.24

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.25",
3+
"version": "0.0.26",
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.10.2"
27+
"@shopify/polaris-migrator": "^0.10.3"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-migrator/CHANGELOG.md

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

3+
## 0.10.3
4+
5+
### Patch Changes
6+
7+
- [#7997](https://github.com/Shopify/polaris/pull/7997) [`fad3809ef`](https://github.com/Shopify/polaris/commit/fad3809ef39054b125c661f9b1bf6397b2b89fd0) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Updated `styles-tokenize-font` to ignore `@font-face` at-rules
8+
9+
* [#7783](https://github.com/Shopify/polaris/pull/7783) [`56b0bc2dc`](https://github.com/Shopify/polaris/commit/56b0bc2dc414a085e935c3975a74410e7df530f1) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Improve robustness of the `react-replace-text-components` migration
10+
11+
* Updated dependencies [[`6404b1638`](https://github.com/Shopify/polaris/commit/6404b163897fecfcdef853c5ed0f4e25a1334df0), [`128f147d1`](https://github.com/Shopify/polaris/commit/128f147d19354adbb24c48443e7c47ff6dd06c74)]:
12+
- @shopify/stylelint-polaris@5.1.0
13+
314
## 0.10.2
415

516
### Patch Changes

polaris-migrator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@shopify/polaris-tokens": "^6.3.0",
37-
"@shopify/stylelint-polaris": "^5.0.2",
37+
"@shopify/stylelint-polaris": "^5.1.0",
3838
"chalk": "^4.1.0",
3939
"globby": "11.0.1",
4040
"is-git-clean": "^1.1.0",
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-commonjs": "^22.0.2",
5353
"@rollup/plugin-json": "^4.1.0",
5454
"@rollup/plugin-node-resolve": "^13.3.0",
55-
"@shopify/polaris": "^10.18.0",
55+
"@shopify/polaris": "^10.19.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

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.19.0
4+
5+
### Minor Changes
6+
7+
- [#7817](https://github.com/Shopify/polaris/pull/7817) [`6c310101d`](https://github.com/Shopify/polaris/commit/6c310101d0527761881cfa84bef35e39c53489cd) Thanks [@henryyi](https://github.com/henryyi)! - Added `secondaryActions` prop in Navigation.Item to support up to two actions
8+
39
## 10.18.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)