Skip to content

Commit 60da1e3

Browse files
Version Packages (#11540)
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/[email protected] ### Minor Changes - [#11551](#11551) [`ffd231e28`](3f57d87) Thanks [@mateus](https://github.com/mateus)! - Allow polaris/media-query-allowed-list lint rule to be disabled ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`ffd231e28`](3f57d87)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - [#11405](#11405) [`a8fd0dec9`](7068553) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fixed sticky header example in docs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f57d87 commit 60da1e3

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
lines changed

.changeset/cyan-bulldogs-behave.md

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

.changeset/stale-trees-obey.md

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

polaris-migrator/CHANGELOG.md

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

3+
## 0.27.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ffd231e28`](https://github.com/Shopify/polaris/commit/ffd231e28543bdb2912aa95f323c4afc69c763eb)]:
8+
- @shopify/stylelint-polaris@15.2.0
9+
310
## 0.27.1
411

512
### Patch 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.27.1",
3+
"version": "0.27.2",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@shopify/polaris-tokens": "^8.6.0",
40-
"@shopify/stylelint-polaris": "^15.1.0",
40+
"@shopify/stylelint-polaris": "^15.2.0",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",

polaris.shopify.com/CHANGELOG.md

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

3+
## 0.62.5
4+
5+
### Patch Changes
6+
7+
- [#11405](https://github.com/Shopify/polaris/pull/11405) [`a8fd0dec9`](https://github.com/Shopify/polaris/commit/a8fd0dec9393fa296506ca3028adfb2804aa2c98) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fixed sticky header example in docs
8+
39
## 0.62.4
410

511
### Patch Changes

polaris.shopify.com/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.62.4",
3+
"version": "0.62.5",
44
"private": true,
55
"engines": {
66
"node": "^16.17.0 || >=18.12.0"

stylelint-polaris/CHANGELOG.md

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

3+
## 15.2.0
4+
5+
### Minor Changes
6+
7+
- [#11551](https://github.com/Shopify/polaris/pull/11551) [`ffd231e28`](https://github.com/Shopify/polaris/commit/ffd231e28543bdb2912aa95f323c4afc69c763eb) Thanks [@mateus](https://github.com/mateus)! - Allow polaris/media-query-allowed-list lint rule to be disabled
8+
39
## 15.1.0
410

511
### Minor Changes

stylelint-polaris/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/stylelint-polaris",
33
"description": "Polaris Design System Stylelint tooling",
4-
"version": "15.1.0",
4+
"version": "15.2.0",
55
"private": false,
66
"license": "MIT",
77
"author": "Shopify <[email protected]>",

0 commit comments

Comments
 (0)