Skip to content

Commit 73b5934

Browse files
Version Packages (#11919)
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 - [#11917](#11917) [`273029218`](7fa6deb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed broken css build error ## [email protected] ### Patch Changes - Updated dependencies \[[`273029218`](7fa6deb)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7fa6deb commit 73b5934

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

.changeset/early-pens-hide.md

-5
This file was deleted.

pnpm-lock.yaml

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

polaris-migrator/package.json

+1-1
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.1.1",
58+
"@shopify/polaris": "^13.1.2",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 13.1.2
4+
5+
### Patch Changes
6+
7+
- [#11917](https://github.com/Shopify/polaris/pull/11917) [`273029218`](https://github.com/Shopify/polaris/commit/2730292188361640a1a7c76e5dffe4698d559e6b) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed broken css build error
8+
39
## 13.1.1
410

511
### Patch Changes

polaris-react/package.json

+1-1
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.1.1",
4+
"version": "13.1.2",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

polaris.shopify.com/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`273029218`](https://github.com/Shopify/polaris/commit/2730292188361640a1a7c76e5dffe4698d559e6b)]:
8+
- @shopify/polaris@13.1.2
9+
310
## 1.0.2
411

512
### Patch Changes

polaris.shopify.com/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"engines": {
66
"node": ">=20.10.0"
@@ -30,7 +30,7 @@
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.1.1",
33+
"@shopify/polaris": "^13.1.2",
3434
"@shopify/polaris-icons": "^9.0.0",
3535
"@shopify/polaris-tokens": "^9.0.0",
3636
"@types/react-syntax-highlighter": "^15.5.6",

0 commit comments

Comments
 (0)