Skip to content

Commit

Permalink
Version Packages (#11077)
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]

### Patch Changes

- [#11075](#11075)
[`ba4123bf0`](ba4123b)
Thanks [@chloerice](https://github.com/chloerice)! - Fixed `tertiary`
`Button` focus state

## [email protected]

### Patch Changes

- [#11075](#11075)
[`ba4123bf0`](ba4123b)
Thanks [@chloerice](https://github.com/chloerice)! - Fixed `tertiary`
`Button` focus state

- Updated dependencies
\[[`ba4123bf0`](ba4123b)]:
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ba4123b commit 21eb75b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-frogs-rule.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.0.3",
"@shopify/polaris": "^12.0.4",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 12.0.4

### Patch Changes

- [#11075](https://github.com/Shopify/polaris/pull/11075) [`ba4123bf0`](https://github.com/Shopify/polaris/commit/ba4123bf0f915eca0692828f85821953c60a0984) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `tertiary` `Button` focus state

## 12.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/[email protected].3/build/esm/styles.css"
href="https://unpkg.com/@shopify/[email protected].4/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -84,7 +84,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/[email protected].3/build/esm/styles.css"
href="https://unpkg.com/@shopify/[email protected].4/build/esm/styles.css"
/>
```

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.0.3",
"version": "12.0.4",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# polaris.shopify.com

## 0.60.2

### Patch Changes

- [#11075](https://github.com/Shopify/polaris/pull/11075) [`ba4123bf0`](https://github.com/Shopify/polaris/commit/ba4123bf0f915eca0692828f85821953c60a0984) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `tertiary` `Button` focus state

- Updated dependencies [[`ba4123bf0`](https://github.com/Shopify/polaris/commit/ba4123bf0f915eca0692828f85821953c60a0984)]:
- @shopify/[email protected]

## 0.60.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": "0.60.1",
"version": "0.60.2",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand All @@ -27,7 +27,7 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.0.3",
"@shopify/polaris": "^12.0.4",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^8.0.2",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 21eb75b

Please sign in to comment.