forked from Shopify/polaris
-
Notifications
You must be signed in to change notification settings - Fork 0
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] ### Minor Changes - [Shopify#9810](Shopify#9810) [`6bb284d11`](Shopify@6bb284d) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated FirstViewMajor icon ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`6bb284d11`](Shopify@6bb284d)]: - @shopify/[email protected] ## @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`6bb284d11`](Shopify@6bb284d)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @shopify/polaris-cli | ||
|
||
## 0.2.25 | ||
|
||
## 0.2.24 | ||
|
||
## 0.2.23 | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/polaris-cli", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"description": "Commands for building Shopify Apps with Polaris", | ||
"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
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
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].0/build/esm/styles.css" | ||
href="https://unpkg.com/@shopify/[email protected].1/build/esm/styles.css" | ||
/> | ||
``` | ||
|
||
|
@@ -70,7 +70,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].0/build/esm/styles.css" | ||
href="https://unpkg.com/@shopify/[email protected].1/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": "11.9.0", | ||
"version": "11.9.1", | ||
"private": false, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -56,7 +56,7 @@ | |
"preversion": "node ./scripts/readme-update-version" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-icons": "^7.6.0", | ||
"@shopify/polaris-icons": "^7.7.0", | ||
"@shopify/polaris-tokens": "^7.5.2", | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
|
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