Skip to content

Commit

Permalink
Version Packages (#11559)
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/[email protected]

### Minor Changes

- [#11530](#11530)
[`c7396d5e9`](53611c5)
Thanks [@arthurgouveia](https://github.com/arthurgouveia)! -
[CalloutCard] Added IconableAction to primaryAction and secondaryAction
    [CalloutCard] Added variant prop to secondaryAction

### Patch Changes

- [#11554](#11554)
[`942270bb3`](92e726b)
Thanks [@chloerice](https://github.com/chloerice)! - Added support for
hovercard tracking to `EphemeralPresenceManager`

## [email protected]

### Patch Changes

- Updated dependencies
\[[`942270bb3`](92e726b),
[`c7396d5e9`](53611c5)]:
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 53611c5 commit 8491b57
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-laws-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-birds-refuse.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.12.1",
"@shopify/polaris": "^12.13.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
11 changes: 11 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 12.13.0

### Minor Changes

- [#11530](https://github.com/Shopify/polaris/pull/11530) [`c7396d5e9`](https://github.com/Shopify/polaris/commit/c7396d5e92296fc0e88a7ce87e340f065dc480aa) Thanks [@arthurgouveia](https://github.com/arthurgouveia)! - [CalloutCard] Added IconableAction to primaryAction and secondaryAction
[CalloutCard] Added variant prop to secondaryAction

### Patch Changes

- [#11554](https://github.com/Shopify/polaris/pull/11554) [`942270bb3`](https://github.com/Shopify/polaris/commit/942270bb303c1b7c9ee8ed54085292dc3194950a) Thanks [@chloerice](https://github.com/chloerice)! - Added support for hovercard tracking to `EphemeralPresenceManager`

## 12.12.1

### Patch 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.12.1",
"version": "12.13.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
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.62.6

### Patch Changes

- Updated dependencies [[`942270bb3`](https://github.com/Shopify/polaris/commit/942270bb303c1b7c9ee8ed54085292dc3194950a), [`c7396d5e9`](https://github.com/Shopify/polaris/commit/c7396d5e92296fc0e88a7ce87e340f065dc480aa)]:
- @shopify/polaris@12.13.0

## 0.62.5

### 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": "0.62.5",
"version": "0.62.6",
"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.12.1",
"@shopify/polaris": "^12.13.0",
"@shopify/polaris-icons": "^8.2.0",
"@shopify/polaris-tokens": "^8.6.0",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 8491b57

Please sign in to comment.