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

Commit 6944132

Browse files
Version Packages (#13252)
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] ### Patch Changes - Updated dependencies \[[`a651dac`](a651dac)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [#13179](#13179) [`a651dac`](a651dac) Thanks [@simonporter007](https://github.com/simonporter007)! - Remove extra semicolons in CSS declarations that were causing duplicate semicolons in the built output - Updated dependencies \[[`a651dac`](a651dac)]: - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [#13179](#13179) [`a651dac`](a651dac) Thanks [@simonporter007](https://github.com/simonporter007)! - Remove extra semicolons in CSS declarations that were causing duplicate semicolons in the built output ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`a651dac`](a651dac)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`a651dac`](a651dac)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`a651dac`](a651dac)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a651dac commit 6944132

File tree

16 files changed

+67
-32
lines changed

16 files changed

+67
-32
lines changed

.changeset/beige-eggs-live.md

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

.changeset/gentle-cycles-teach.md

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

.changeset/orange-spoons-fix.md

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

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris-for-vscode/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a651dac`](https://github.com/Shopify/polaris/commit/a651dac89f9810e2b9a5f3cde39663fb7d4504ab)]:
8+
- @shopify/polaris-tokens@9.4.1
9+
310
## 1.0.5
411

512
### Patch 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": "1.0.5",
16+
"version": "1.0.6",
1717
"private": true,
1818
"keywords": [
1919
"polaris",
@@ -38,7 +38,7 @@
3838
"clean": "rm -rf .turbo node_modules dist *.tsbuildinfo"
3939
},
4040
"dependencies": {
41-
"@shopify/polaris-tokens": "^9.4.0",
41+
"@shopify/polaris-tokens": "^9.4.1",
4242
"vscode-languageclient": "^9.0.1",
4343
"vscode-languageserver": "^9.0.1",
4444
"vscode-languageserver-textdocument": "^1.0.12"

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+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a651dac`](https://github.com/Shopify/polaris/commit/a651dac89f9810e2b9a5f3cde39663fb7d4504ab)]:
8+
- @shopify/polaris-tokens@9.4.1
9+
- @shopify/stylelint-polaris@16.0.6
10+
311
## 1.0.5
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": "1.0.5",
3+
"version": "1.0.6",
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": "^9.4.0",
40-
"@shopify/stylelint-polaris": "^16.0.5",
39+
"@shopify/polaris-tokens": "^9.4.1",
40+
"@shopify/stylelint-polaris": "^16.0.6",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^13.9.2",
58+
"@shopify/polaris": "^13.9.3",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 13.9.3
4+
5+
### Patch Changes
6+
7+
- [#13179](https://github.com/Shopify/polaris/pull/13179) [`a651dac`](https://github.com/Shopify/polaris/commit/a651dac89f9810e2b9a5f3cde39663fb7d4504ab) Thanks [@simonporter007](https://github.com/simonporter007)! - Remove extra semicolons in CSS declarations that were causing duplicate semicolons in the built output
8+
9+
- Updated dependencies [[`a651dac`](https://github.com/Shopify/polaris/commit/a651dac89f9810e2b9a5f3cde39663fb7d4504ab)]:
10+
- @shopify/[email protected]
11+
312
## 13.9.2
413

514
### Patch Changes

polaris-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "13.9.2",
4+
"version": "13.9.3",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@shopify/polaris-icons": "^9.3.0",
60-
"@shopify/polaris-tokens": "^9.4.0",
60+
"@shopify/polaris-tokens": "^9.4.1",
6161
"@types/react": "*",
6262
"@types/react-dom": "*",
6363
"@types/react-transition-group": "^4.4.2",

0 commit comments

Comments
 (0)