-
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 - [#12341](#12341) [`f6728a410`](f6728a4) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Exposed a `close` function on popovers imperative handle ### Patch Changes - [#12335](#12335) [`d71b3a282`](d71b3a2) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Fixed `Tabs` automatically closing when opened in a scrolled position - Updated dependencies \[[`b4cbdefd4`](b4cbdef)]: - @shopify/[email protected] ## @shopify/[email protected] ### Minor Changes - [#12398](#12398) [`b4cbdefd4`](b4cbdef) Thanks [@alex-page](https://github.com/alex-page)! - Update the green and red token values ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`b4cbdefd4`](b4cbdef)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`b4cbdefd4`](b4cbdef)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`b4cbdefd4`](b4cbdef)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`b4cbdefd4`](b4cbdef), [`d71b3a282`](d71b3a2), [`f6728a410`](f6728a4)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b4cbdef
commit 755830e
Showing
16 changed files
with
71 additions
and
37 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.
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,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/polaris-migrator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Codemod transformations to help upgrade your Polaris codebase", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -36,8 +36,8 @@ | |
"generate": "plop" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-tokens": "^9.2.0", | ||
"@shopify/stylelint-polaris": "^16.0.3", | ||
"@shopify/polaris-tokens": "^9.3.0", | ||
"@shopify/stylelint-polaris": "^16.0.4", | ||
"chalk": "^4.1.0", | ||
"globby": "11.0.1", | ||
"is-git-clean": "^1.1.0", | ||
|
@@ -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": "^13.6.1", | ||
"@shopify/polaris": "^13.7.0", | ||
"plop": "^3.1.1", | ||
"plop-dir": "^0.0.5", | ||
"prettier": "^2.7.1", | ||
|
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,18 @@ | ||
# Changelog | ||
|
||
## 13.7.0 | ||
|
||
### Minor Changes | ||
|
||
- [#12341](https://github.com/Shopify/polaris/pull/12341) [`f6728a410`](https://github.com/Shopify/polaris/commit/f6728a410a4dbd87e7c88a46e8aa003f1a8e4697) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Exposed a `close` function on popovers imperative handle | ||
|
||
### Patch Changes | ||
|
||
- [#12335](https://github.com/Shopify/polaris/pull/12335) [`d71b3a282`](https://github.com/Shopify/polaris/commit/d71b3a282d4299a0b3568c12ad362af4a30237e4) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Fixed `Tabs` automatically closing when opened in a scrolled position | ||
|
||
- Updated dependencies [[`b4cbdefd4`](https://github.com/Shopify/polaris/commit/b4cbdefd4ad2cf4666f649c4d1b798f65175b1e9)]: | ||
- @shopify/[email protected] | ||
|
||
## 13.6.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
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.6.1", | ||
"version": "13.7.0", | ||
"private": false, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -57,7 +57,7 @@ | |
}, | ||
"dependencies": { | ||
"@shopify/polaris-icons": "^9.2.0", | ||
"@shopify/polaris-tokens": "^9.2.0", | ||
"@shopify/polaris-tokens": "^9.3.0", | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
"@types/react-transition-group": "^4.4.2", | ||
|
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/stylelint-polaris", | ||
"description": "Polaris Design System Stylelint tooling", | ||
"version": "16.0.3", | ||
"version": "16.0.4", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -39,7 +39,7 @@ | |
"postcss-scss": "^4.0.9", | ||
"postcss-value-parser": "^4.2.0", | ||
"postcss-media-query-parser": "^0.2.3", | ||
"@shopify/polaris-tokens": "^9.2.0" | ||
"@shopify/polaris-tokens": "^9.3.0" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": "^14.15.0 || ^15.0.0" | ||
|