Skip to content

Commit 2938830

Browse files
Version Packages (#8252)
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@10.26.0 ### Minor Changes - [#8240](#8240) [`31abdab37`](31abdab) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component - [#8238](#8238) [`bb8b551d4`](bb8b551) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component ### Patch Changes - [#8256](#8256) [`43776be71`](43776be) Thanks [@aveline](https://github.com/aveline)! - - Fixed `Bleed` width behavior - Fixed `Banner` content width - [#8244](#8244) [`0ee432500`](0ee4325) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris - Updated dependencies \[[`1b1394d32`](1b1394d)]: - @shopify/polaris-tokens@6.4.0 ## @shopify/polaris-tokens@6.4.0 ### Minor Changes - [#8245](#8245) [`1b1394d32`](1b1394d) Thanks [@lgriffee](https://github.com/lgriffee)! - Added new z-index tokens that will be the default in v7.0.0 ## @shopify/stylelint-polaris@5.2.0 ### Minor Changes - [#8244](#8244) [`0ee432500`](0ee4325) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris ### Patch Changes - Updated dependencies \[[`1b1394d32`](1b1394d)]: - @shopify/polaris-tokens@6.4.0 ## @shopify/polaris-cli@0.1.2 ### Patch Changes - Updated dependencies \[]: - @shopify/polaris-migrator@0.11.4 ## @shopify/polaris-migrator@0.11.4 ### Patch Changes - Updated dependencies \[[`1b1394d32`](1b1394d), [`0ee432500`](0ee4325)]: - @shopify/polaris-tokens@6.4.0 - @shopify/stylelint-polaris@5.2.0 ## polaris.shopify.com@0.32.0 ### Minor Changes - [#8240](#8240) [`31abdab37`](31abdab) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component - [#8238](#8238) [`bb8b551d4`](bb8b551) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component ### Patch Changes - Updated dependencies \[[`43776be71`](43776be), [`31abdab37`](31abdab), [`1b1394d32`](1b1394d), [`0ee432500`](0ee4325), [`bb8b551d4`](bb8b551)]: - @shopify/polaris@10.26.0 - @shopify/polaris-tokens@6.4.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43776be commit 2938830

File tree

19 files changed

+81
-46
lines changed

19 files changed

+81
-46
lines changed

.changeset/blue-queens-walk.md

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

.changeset/calm-hats-cover.md

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

.changeset/fuzzy-timers-kneel.md

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

.changeset/metal-queens-look.md

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

.changeset/swift-jokes-punch.md

Lines changed: 0 additions & 6 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/polaris-cli
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @shopify/polaris-migrator@0.11.4
9+
310
## 0.1.1
411

512
## 0.1.0

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/polaris-cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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.11.3"
27+
"@shopify/polaris-migrator": "^0.11.4"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-for-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"vscode-languageserver-textdocument": "^1.0.4"
4343
},
4444
"devDependencies": {
45-
"@shopify/polaris-tokens": "^6.3.0",
45+
"@shopify/polaris-tokens": "^6.4.0",
4646
"@types/node": "14.x",
4747
"@types/vscode": "^1.64.0",
4848
"@vscode/test-electron": "^2.1.2",

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.11.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9)]:
8+
- @shopify/polaris-tokens@6.4.0
9+
- @shopify/stylelint-polaris@5.2.0
10+
311
## 0.11.3
412

513
### Patch Changes

polaris-migrator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -33,8 +33,8 @@
3333
"generate": "plop"
3434
},
3535
"dependencies": {
36-
"@shopify/polaris-tokens": "^6.3.0",
37-
"@shopify/stylelint-polaris": "^5.1.3",
36+
"@shopify/polaris-tokens": "^6.4.0",
37+
"@shopify/stylelint-polaris": "^5.2.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.25.0",
55+
"@shopify/polaris": "^10.26.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)