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

Commit 8795824

Browse files
Version Packages (#11847)
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 - [#11841](#11841) [`7750bfa4c`](062e155) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds BulletIcon to repository ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`7750bfa4c`](062e155)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`7750bfa4c`](062e155)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 062e155 commit 8795824

File tree

8 files changed

+28
-12
lines changed

8 files changed

+28
-12
lines changed

.changeset/brown-bears-greet.md

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

polaris-icons/CHANGELOG.md

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

3+
## 8.11.0
4+
5+
### Minor Changes
6+
7+
- [#11841](https://github.com/Shopify/polaris/pull/11841) [`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds BulletIcon to repository
8+
39
## 8.10.0
410

511
### Minor Changes

polaris-icons/package.json

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

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": "^12.26.0",
58+
"@shopify/polaris": "^12.26.1",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 12.26.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e)]:
8+
- @shopify/[email protected]
9+
310
## 12.26.0
411

512
### Minor 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": "12.26.0",
4+
"version": "12.26.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -55,7 +55,7 @@
5555
"storybook:build": "storybook build -o build-internal/storybook/static"
5656
},
5757
"dependencies": {
58-
"@shopify/polaris-icons": "^8.10.0",
58+
"@shopify/polaris-icons": "^8.11.0",
5959
"@shopify/polaris-tokens": "^8.10.0",
6060
"@types/react": "*",
6161
"@types/react-dom": "*",

polaris.shopify.com/CHANGELOG.md

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

3+
## 0.67.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e)]:
8+
- @shopify/polaris-icons@8.11.0
9+
- @shopify/polaris@12.26.1
10+
311
## 0.67.2
412

513
### Patch Changes

polaris.shopify.com/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.67.2",
3+
"version": "0.67.3",
44
"private": true,
55
"engines": {
66
"node": "^16.17.0 || >=18.12.0"
@@ -28,8 +28,8 @@
2828
"@headlessui/react": "^1.6.5",
2929
"@juggle/resize-observer": "^3.4.0",
3030
"@radix-ui/react-polymorphic": "^0.0.14",
31-
"@shopify/polaris": "^12.26.0",
32-
"@shopify/polaris-icons": "^8.10.0",
31+
"@shopify/polaris": "^12.26.1",
32+
"@shopify/polaris-icons": "^8.11.0",
3333
"@shopify/polaris-tokens": "^8.10.0",
3434
"@types/react-syntax-highlighter": "^15.5.6",
3535
"base-64": "^1.0.0",

0 commit comments

Comments
 (0)