Skip to content

Commit 2f98294

Browse files
Version Packages (#12414)
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 - [#12233](#12233) [`491cf8038`](491cf80) Thanks [@ngkay](https://github.com/ngkay)! - Adds new icons for Shopify Finance ## @shopify/[email protected] ### Minor Changes - [#12359](#12359) [`8f0f1b7e0`](8f0f1b7) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed all references to the dynamicTopBarAndReframe feature and revert functionality back to how it was ### Patch Changes - Updated dependencies \[[`491cf8038`](491cf80)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`8f0f1b7e0`](8f0f1b7), [`491cf8038`](491cf80)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b10e5f1 commit 2f98294

File tree

10 files changed

+36
-21
lines changed

10 files changed

+36
-21
lines changed

.changeset/big-crabs-tell.md

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

.changeset/small-singers-float.md

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

pnpm-lock.yaml

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

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+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
- [#12233](https://github.com/Shopify/polaris/pull/12233) [`491cf8038`](https://github.com/Shopify/polaris/commit/491cf8038b7ad0d8bba8ea268a50bf563ab5657d) Thanks [@ngkay](https://github.com/ngkay)! - Adds new icons for Shopify Finance
8+
39
## 9.2.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": "9.2.0",
3+
"version": "9.3.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": "^13.7.0",
58+
"@shopify/polaris": "^13.8.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 13.8.0
4+
5+
### Minor Changes
6+
7+
- [#12359](https://github.com/Shopify/polaris/pull/12359) [`8f0f1b7e0`](https://github.com/Shopify/polaris/commit/8f0f1b7e01a1d500c619720b38705ed8214a42c8) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed all references to the dynamicTopBarAndReframe feature and revert functionality back to how it was
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`491cf8038`](https://github.com/Shopify/polaris/commit/491cf8038b7ad0d8bba8ea268a50bf563ab5657d)]:
12+
- @shopify/[email protected]
13+
314
## 13.7.0
415

516
### 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": "13.7.0",
4+
"version": "13.8.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -56,7 +56,7 @@
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.2.0",
59+
"@shopify/polaris-icons": "^9.3.0",
6060
"@shopify/polaris-tokens": "^9.3.0",
6161
"@types/react": "*",
6262
"@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+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f0f1b7e0`](https://github.com/Shopify/polaris/commit/8f0f1b7e01a1d500c619720b38705ed8214a42c8), [`491cf8038`](https://github.com/Shopify/polaris/commit/491cf8038b7ad0d8bba8ea268a50bf563ab5657d)]:
8+
- @shopify/polaris@13.8.0
9+
- @shopify/polaris-icons@9.3.0
10+
311
## 1.0.10
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": "1.0.10",
3+
"version": "1.0.11",
44
"private": true,
55
"engines": {
66
"node": ">=20.10.0"
@@ -30,8 +30,8 @@
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.7.0",
34-
"@shopify/polaris-icons": "^9.2.0",
33+
"@shopify/polaris": "^13.8.0",
34+
"@shopify/polaris-icons": "^9.3.0",
3535
"@shopify/polaris-tokens": "^9.3.0",
3636
"@types/react-syntax-highlighter": "^15.5.6",
3737
"base-64": "^1.0.0",

0 commit comments

Comments
 (0)