Skip to content

Commit

Permalink
Version Packages (#11772)
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@12.22.1

### Patch Changes

- [#11771](#11771)
[`8d636390a`](8d63639)
Thanks [@kyledurand](https://github.com/kyledurand)! - Added cover
positioning story to popover to prevent regressions


- [#11773](#11773)
[`b1a0efc7d`](b1a0efc)
Thanks [@chloerice](https://github.com/chloerice)! - Reverted a change
that caused `IndexTable` `onNavigation` not to work when `selectable` is
`false`

## polaris.shopify.com@0.66.1

### Patch Changes

- Updated dependencies
\[[`8d636390a`](8d63639),
[`b1a0efc7d`](b1a0efc)]:
    -   @shopify/polaris@12.22.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b1a0efc commit ea10089
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-meals-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-papayas-tease.md

This file was deleted.

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": "^12.22.0",
"@shopify/polaris": "^12.22.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

## 12.22.1

### Patch Changes

- [#11771](https://github.com/Shopify/polaris/pull/11771) [`8d636390a`](https://github.com/Shopify/polaris/commit/8d636390a699c13b2148320e7147794e1f92e46a) Thanks [@kyledurand](https://github.com/kyledurand)! - Added cover positioning story to popover to prevent regressions

* [#11773](https://github.com/Shopify/polaris/pull/11773) [`b1a0efc7d`](https://github.com/Shopify/polaris/commit/b1a0efc7d60b300fd7ff0923eb215ea8f29b63bd) Thanks [@chloerice](https://github.com/chloerice)! - Reverted a change that caused `IndexTable` `onNavigation` not to work when `selectable` is `false`

## 12.22.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": "12.22.0",
"version": "12.22.1",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# polaris.shopify.com

## 0.66.1

### Patch Changes

- Updated dependencies [[`8d636390a`](https://github.com/Shopify/polaris/commit/8d636390a699c13b2148320e7147794e1f92e46a), [`b1a0efc7d`](https://github.com/Shopify/polaris/commit/b1a0efc7d60b300fd7ff0923eb215ea8f29b63bd)]:
- @shopify/polaris@12.22.1

## 0.66.0

### Minor 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": "0.66.0",
"version": "0.66.1",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.22.0",
"@shopify/polaris": "^12.22.1",
"@shopify/polaris-icons": "^8.8.0",
"@shopify/polaris-tokens": "^8.8.0",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit ea10089

Please sign in to comment.