Skip to content

Commit adbab05

Browse files
shopify-github-actions-access[bot]github-actions[bot]
andauthoredMar 17, 2025··
Version Packages (#13338)
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-icons@9.3.1 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement ## @shopify/polaris-migrator@1.0.7 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement - Updated dependencies \[[`cdb617a`](cdb617a)]: - @shopify/polaris-tokens@9.4.2 - @shopify/stylelint-polaris@16.0.7 ## @shopify/polaris@13.9.4 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement - Updated dependencies \[[`cdb617a`](cdb617a)]: - @shopify/polaris-icons@9.3.1 - @shopify/polaris-tokens@9.4.2 ## @shopify/polaris-tokens@9.4.2 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement ## @shopify/stylelint-polaris@16.0.7 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement - Updated dependencies \[[`cdb617a`](cdb617a)]: - @shopify/polaris-tokens@9.4.2 ## polaris-for-vscode@1.0.7 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement - Updated dependencies \[[`cdb617a`](cdb617a)]: - @shopify/polaris-tokens@9.4.2 ## polaris.shopify.com@1.1.3 ### Patch Changes - [#13318](#13318) [`cdb617a`](cdb617a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement - Updated dependencies \[[`cdb617a`](cdb617a)]: - @shopify/polaris-icons@9.3.1 - @shopify/polaris@13.9.4 - @shopify/polaris-tokens@9.4.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e767c9 commit adbab05

File tree

16 files changed

+88
-38
lines changed

16 files changed

+88
-38
lines changed
 

‎.changeset/brown-ligers-drive.md

-11
This file was deleted.

‎pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎polaris-for-vscode/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
9+
- Updated dependencies [[`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a)]:
10+
- @shopify/polaris-tokens@9.4.2
11+
312
## 1.0.6
413

514
### Patch Changes

‎polaris-for-vscode/package.json

+2-2
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.6",
16+
"version": "1.0.7",
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.1",
41+
"@shopify/polaris-tokens": "^9.4.2",
4242
"vscode-languageclient": "^9.0.1",
4343
"vscode-languageserver": "^9.0.1",
4444
"vscode-languageserver-textdocument": "^1.0.12"

‎polaris-icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 9.3.1
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
39
## 9.3.0
410

511
### Minor Changes

‎polaris-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-icons",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

‎polaris-migrator/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @shopify/polaris-migrator
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
9+
- Updated dependencies [[`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a)]:
10+
- @shopify/polaris-tokens@9.4.2
11+
- @shopify/stylelint-polaris@16.0.7
12+
313
## 1.0.6
414

515
### Patch Changes

‎polaris-migrator/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -36,8 +36,8 @@
3636
"generate": "plop"
3737
},
3838
"dependencies": {
39-
"@shopify/polaris-tokens": "^9.4.1",
40-
"@shopify/stylelint-polaris": "^16.0.6",
39+
"@shopify/polaris-tokens": "^9.4.2",
40+
"@shopify/stylelint-polaris": "^16.0.7",
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.3",
58+
"@shopify/polaris": "^13.9.4",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

‎polaris-react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 13.9.4
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
9+
- Updated dependencies [[`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a)]:
10+
- @shopify/polaris-icons@9.3.1
11+
- @shopify/polaris-tokens@9.4.2
12+
313
## 13.9.3
414

515
### Patch Changes

‎polaris-react/package.json

+3-3
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.3",
4+
"version": "13.9.4",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",
@@ -56,8 +56,8 @@
5656
"storybook:test": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server build-internal/storybook/static --port 6006 --silent' 'wait-on tcp:6006 && test-storybook --maxWorkers=2 polaris-react/src/components/Modal/Modal.stories.tsx'"
5757
},
5858
"dependencies": {
59-
"@shopify/polaris-icons": "^9.3.0",
60-
"@shopify/polaris-tokens": "^9.4.1",
59+
"@shopify/polaris-icons": "^9.3.1",
60+
"@shopify/polaris-tokens": "^9.4.2",
6161
"@types/react": "*",
6262
"@types/react-dom": "*",
6363
"@types/react-transition-group": "^4.4.2",

‎polaris-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 9.4.2
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
39
## 9.4.1
410

511
### Patch Changes

‎polaris-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-tokens",
3-
"version": "9.4.1",
3+
"version": "9.4.2",
44
"description": "",
55
"main": "dist/cjs/build/index.js",
66
"module": "dist/esm/build/index.mjs",

‎polaris.shopify.com/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# polaris.shopify.com
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
9+
- Updated dependencies [[`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a)]:
10+
- @shopify/polaris-icons@9.3.1
11+
- @shopify/polaris@13.9.4
12+
- @shopify/polaris-tokens@9.4.2
13+
314
## 1.1.2
415

516
### Patch Changes

‎polaris.shopify.com/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"engines": {
66
"node": ">=20.10.0"
@@ -30,9 +30,9 @@
3030
"@headlessui/react": "^1.6.5",
3131
"@juggle/resize-observer": "^3.4.0",
3232
"@radix-ui/react-polymorphic": "^0.0.14",
33-
"@shopify/polaris": "^13.9.3",
34-
"@shopify/polaris-icons": "^9.3.0",
35-
"@shopify/polaris-tokens": "^9.4.1",
33+
"@shopify/polaris": "^13.9.4",
34+
"@shopify/polaris-icons": "^9.3.1",
35+
"@shopify/polaris-tokens": "^9.4.2",
3636
"@types/react-syntax-highlighter": "^15.5.6",
3737
"base-64": "^1.0.0",
3838
"codesandbox": "^2.2.3",

‎stylelint-polaris/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 16.0.7
4+
5+
### Patch Changes
6+
7+
- [#13318](https://github.com/Shopify/polaris/pull/13318) [`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a) Thanks [@alex-page](https://github.com/alex-page)! - Add provenance statement
8+
9+
- Updated dependencies [[`cdb617a`](https://github.com/Shopify/polaris/commit/cdb617a9624215836e25975cc4c371b941e6178a)]:
10+
- @shopify/polaris-tokens@9.4.2
11+
312
## 16.0.6
413

514
### Patch Changes

‎stylelint-polaris/package.json

+2-2
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": "16.0.6",
4+
"version": "16.0.7",
55
"private": false,
66
"license": "MIT",
77
"author": "Shopify <dev@shopify.com>",
@@ -39,7 +39,7 @@
3939
"postcss-scss": "^4.0.9",
4040
"postcss-value-parser": "^4.2.0",
4141
"postcss-media-query-parser": "^0.2.3",
42-
"@shopify/polaris-tokens": "^9.4.1"
42+
"@shopify/polaris-tokens": "^9.4.2"
4343
},
4444
"peerDependencies": {
4545
"stylelint": "^14.15.0 || ^15.0.0"

0 commit comments

Comments
 (0)