-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
7 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
/> | ||
``` | ||
|
||
|
@@ -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" | ||
/> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters