-
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] ### Minor Changes - [#12118](#12118) [`5fcca651f`](5fcca65) Thanks [@kyledurand](https://github.com/kyledurand)! - Added transition delay to Collapsible ### Patch Changes - Updated dependencies \[[`fe2891792`](fe28917)]: - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [#12169](#12169) [`fe2891792`](fe28917) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated XIcon SVG path to correct size ## [email protected] ### Patch Changes - [#12191](#12191) [`82f8a0dcd`](82f8a0d) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action guidelines add example - [#12017](#12017) [`b54975aef`](b54975a) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action pattern guidance for add actions - Updated dependencies \[[`5fcca651f`](5fcca65), [`fe2891792`](fe28917)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
82f8a0d
commit d87e976
Showing
12 changed files
with
40 additions
and
31 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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,16 @@ | ||
# Changelog | ||
|
||
## 13.5.0 | ||
|
||
### Minor Changes | ||
|
||
- [#12118](https://github.com/Shopify/polaris/pull/12118) [`5fcca651f`](https://github.com/Shopify/polaris/commit/5fcca651f5b2f16c83569e6934b0884df681b7ed) Thanks [@kyledurand](https://github.com/kyledurand)! - Added transition delay to Collapsible | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`fe2891792`](https://github.com/Shopify/polaris/commit/fe289179270c99e99eb97115f40c459ec744e8c7)]: | ||
- @shopify/[email protected] | ||
|
||
## 13.4.0 | ||
|
||
### Minor 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
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": "13.4.0", | ||
"version": "13.5.0", | ||
"private": false, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -56,7 +56,7 @@ | |
"storybook:test": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server build-internal/storybook/static --port 6006 --silent' 'wait-on tcp:6006 && test-storybook --maxWorkers=2 polaris-react/src/components/Modal/Modal.stories.tsx'" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-icons": "^9.1.0", | ||
"@shopify/polaris-icons": "^9.1.1", | ||
"@shopify/polaris-tokens": "^9.1.0", | ||
"@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