Skip to content

Commit

Permalink
Version Packages (#11908)
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.1

### Patch Changes

- [#11915](#11915)
[`828995cc4`](2a98eb5)
Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed Picker
empty state


- [#11918](#11918)
[`fd37c1896`](a911a9e)
Thanks [@kyledurand](https://github.com/kyledurand)! - Reverted selected
icon placement on Option and TextOption

## polaris.shopify.com@1.0.2

### Patch Changes

- [#11906](#11906)
[`5b9f4b898`](b3e5689)
Thanks [@sarahill](https://github.com/sarahill)! - Updated common action
pattern add guiance


- [#11909](#11909)
[`c4f766f1d`](dcd382d)
Thanks [@sarahill](https://github.com/sarahill)! - Fixed missing image
for card layout pattern documentation

- Updated dependencies
\[[`828995cc4`](2a98eb5),
[`fd37c1896`](a911a9e)]:
    -   @shopify/polaris@13.1.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a911a9e commit 993e312
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 117 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-berries-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-shoes-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-cups-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pens-fix.md

This file was deleted.

113 changes: 20 additions & 93 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
Original file line number Diff line number Diff line change
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.0",
"@shopify/polaris": "^13.1.1",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
8 changes: 8 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 13.1.1

### Patch Changes

- [#11915](https://github.com/Shopify/polaris/pull/11915) [`828995cc4`](https://github.com/Shopify/polaris/commit/828995cc422e9a5b4fd0d781656912b3efb71df4) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed Picker empty state

* [#11918](https://github.com/Shopify/polaris/pull/11918) [`fd37c1896`](https://github.com/Shopify/polaris/commit/fd37c18968011142d6b5db480e720513ae5172c6) Thanks [@kyledurand](https://github.com/kyledurand)! - Reverted selected icon placement on Option and TextOption

## 13.1.0

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

## 1.0.2

### Patch Changes

- [#11906](https://github.com/Shopify/polaris/pull/11906) [`5b9f4b898`](https://github.com/Shopify/polaris/commit/5b9f4b89818d2e8614dcd56a65b7ffb2034e7d12) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action pattern add guiance

* [#11909](https://github.com/Shopify/polaris/pull/11909) [`c4f766f1d`](https://github.com/Shopify/polaris/commit/c4f766f1daa2674d6fffbd6a6602f713eadb5cd1) Thanks [@sarahill](https://github.com/sarahill)! - Fixed missing image for card layout pattern documentation

* Updated dependencies [[`828995cc4`](https://github.com/Shopify/polaris/commit/828995cc422e9a5b4fd0d781656912b3efb71df4), [`fd37c1896`](https://github.com/Shopify/polaris/commit/fd37c18968011142d6b5db480e720513ae5172c6)]:
- @shopify/polaris@13.1.1

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "1.0.1",
"version": "1.0.2",
"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.0",
"@shopify/polaris": "^13.1.1",
"@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 993e312

Please sign in to comment.