Skip to content

Commit

Permalink
Version Packages (#11919)
Browse files Browse the repository at this point in the history
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@13.1.2

### Patch Changes

- [#11917](#11917)
[`273029218`](7fa6deb)
Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed broken css
build error

## polaris.shopify.com@1.0.3

### Patch Changes

- Updated dependencies
\[[`273029218`](7fa6deb)]:
    -   @shopify/polaris@13.1.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7fa6deb commit 73b5934
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-pens-hide.md

This file was deleted.

4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polaris-migrator/package.json
Expand Up @@ -55,7 +55,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^13.1.1",
"@shopify/polaris": "^13.1.2",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
6 changes: 6 additions & 0 deletions polaris-react/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 13.1.2

### Patch Changes

- [#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

## 13.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s admin product component library",
"version": "13.1.1",
"version": "13.1.2",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
7 changes: 7 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
@@ -1,5 +1,12 @@
# polaris.shopify.com

## 1.0.3

### Patch Changes

- Updated dependencies [[`273029218`](https://github.com/Shopify/polaris/commit/2730292188361640a1a7c76e5dffe4698d559e6b)]:
- @shopify/polaris@13.1.2

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris.shopify.com/package.json
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"engines": {
"node": ">=20.10.0"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^13.1.1",
"@shopify/polaris": "^13.1.2",
"@shopify/polaris-icons": "^9.0.0",
"@shopify/polaris-tokens": "^9.0.0",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 73b5934

Please sign in to comment.