Skip to content

Commit e80d1c7

Browse files
committed
Merge branch 'main' into v11-major
2 parents 50e8bb5 + 1eb0b06 commit e80d1c7

File tree

35 files changed

+175
-61
lines changed

35 files changed

+175
-61
lines changed

.changeset/popular-geckos-tease.md

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

.changeset/real-turkeys-poke.md

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

.changeset/smart-icons-add.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/polaris-cli
22

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

512
## 0.1.14

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.15",
3+
"version": "0.1.16",
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.15.0"
27+
"@shopify/polaris-migrator": "^0.15.1"
2828
},
2929
"engine-strict": true,
3030
"engines": {

polaris-for-vscode/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#8572](https://github.com/Shopify/polaris/pull/8572) [`7d1c4f1db`](https://github.com/Shopify/polaris/commit/7d1c4f1db629ad9cfc68f65bd5f704127d10136e) Thanks [@lgriffee](https://github.com/lgriffee)! - Added completions for new `shadow` token group
8+
39
## 0.3.0
410

511
### Minor Changes

polaris-for-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/Shopify/polaris/issues"
1515
},
16-
"version": "0.3.0",
16+
"version": "0.4.0",
1717
"private": true,
1818
"keywords": [
1919
"polaris",
@@ -43,7 +43,7 @@
4343
"vscode-languageserver-textdocument": "^1.0.4"
4444
},
4545
"devDependencies": {
46-
"@shopify/polaris-tokens": "^6.7.0",
46+
"@shopify/polaris-tokens": "^6.8.0",
4747
"@types/vscode": "^1.64.0",
4848
"@vscode/test-electron": "^2.1.2",
4949
"globby": "^11.1.0",

polaris-for-vscode/src/server.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ const groupedCompletionItemPatterns: GroupedCompletionItemPatterns = {
7070
/color|background|shadow|border|column-rule|filter|opacity|outline|text-decoration/,
7171
colors:
7272
/color|background|shadow|border|column-rule|filter|opacity|outline|text-decoration/,
73-
spacing: /margin|padding|gap|top|left|right|bottom/,
74-
font: /font|line-height/,
75-
zIndex: /z-index/,
76-
shape: /border/,
7773
depth: /shadow/,
74+
font: /font|line-height/,
7875
motion: /animation/,
76+
shadow: /shadow/,
77+
shape: /border/,
78+
spacing: /margin|padding|gap|top|left|right|bottom/,
79+
zIndex: /z-index/,
7980
};
8081

8182
connection.onInitialize((params: InitializeParams) => {

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.15.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7d1c4f1db`](https://github.com/Shopify/polaris/commit/7d1c4f1db629ad9cfc68f65bd5f704127d10136e)]:
8+
- @shopify/polaris-tokens@6.8.0
9+
- @shopify/stylelint-polaris@8.0.2
10+
311
## 0.15.0
412

513
### Minor 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.15.0",
3+
"version": "0.15.1",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -36,8 +36,8 @@
3636
"generate": "plop"
3737
},
3838
"dependencies": {
39-
"@shopify/polaris-tokens": "^6.7.0",
40-
"@shopify/stylelint-polaris": "^8.0.1",
39+
"@shopify/polaris-tokens": "^6.8.0",
40+
"@shopify/stylelint-polaris": "^8.0.2",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@types/is-git-clean": "^1.1.0",
5353
"@types/jscodeshift": "^0.11.5",
54-
"@shopify/polaris": "^10.34.0",
54+
"@shopify/polaris": "^10.35.0",
5555
"plop": "^3.1.1",
5656
"plop-dir": "^0.0.5",
5757
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)