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#9858](Shopify#9858) [`3fc3d5923`](Shopify@f8d1910) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - Added SidekickMajor - [Shopify#9871](Shopify#9871) [`bac86a621`](Shopify@693eee0) Thanks [@fortmarek](https://github.com/fortmarek)! - Added displayName to transpiled icons - [Shopify#9854](Shopify#9854) [`5dabf0fe0`](Shopify@08a28fc) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated CancelMajor and CancelMinor icons ## @shopify/[email protected] ### Minor Changes - [Shopify#9697](Shopify#9697) [`c078d5d85`](Shopify@cb2a94b) Thanks [@nat-king](https://github.com/nat-king)! - Added optional prop `TextDecorationLine` to `Text` to include a line-through decoration ### Patch Changes - [Shopify#9847](Shopify#9847) [`85b68a358`](Shopify@5578376) Thanks [@qt314](https://github.com/qt314)! - Added `role` prop to `VerticalStack` - [Shopify#9863](Shopify#9863) [`4061fd04d`](Shopify@440593c) Thanks [@zakwarsame](https://github.com/zakwarsame)! - Fixed ActionList item overflow and tooltip zIndex - Updated dependencies \[[`3fc3d5923`](Shopify@f8d1910), [`bac86a621`](Shopify@693eee0), [`5dabf0fe0`](Shopify@08a28fc)]: - @shopify/[email protected] ## @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`3fc3d5923`](Shopify@f8d1910), [`85b68a358`](Shopify@5578376), [`bac86a621`](Shopify@693eee0), [`4061fd04d`](Shopify@440593c), [`5dabf0fe0`](Shopify@08a28fc), [`c078d5d85`](Shopify@cb2a94b)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
693eee0
commit 10957eb
Showing
17 changed files
with
46 additions
and
41 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.29 | ||
|
||
## 0.2.28 | ||
|
||
## 0.2.27 | ||
|
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.28", | ||
"version": "0.2.29", | ||
"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
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.10.2", | ||
"version": "11.11.0", | ||
"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.7.0", | ||
"@shopify/polaris-icons": "^7.8.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