-
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 - [#11802](#11802) [`3d93f8daf`](3d93f8d) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `useHover`, `useFocus`, `useFocusIn`, and `useMediaQuery` hooks for building Copy to Clipboard actions - [#11801](#11801) [`f6308995e`](f630899) Thanks [@sophschneider](https://github.com/sophschneider)! - Added white alpha ramp and more dark experimental tokens ### Patch Changes - [#11617](#11617) [`2ff9427b3`](2ff9427) Thanks [@jesstelford](https://github.com/jesstelford)! - [IndexTable] Unify sticky table header rendering with regular heading for consistency - Updated dependencies \[[`f6308995e`](f630899)]: - @shopify/[email protected] ## @shopify/[email protected] ### Minor Changes - [#11801](#11801) [`f6308995e`](f630899) Thanks [@sophschneider](https://github.com/sophschneider)! - Added white alpha ramp and more dark experimental tokens ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](f630899)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](f630899)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](f630899)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`3d93f8daf`](3d93f8d), [`2ff9427b3`](2ff9427), [`f6308995e`](f630899)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f630899
commit d0039a5
Showing
15 changed files
with
65 additions
and
30 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 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": "0.28.4", | ||
"version": "0.28.5", | ||
"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": "^8.9.0", | ||
"@shopify/stylelint-polaris": "^15.5.0", | ||
"@shopify/polaris-tokens": "^8.10.0", | ||
"@shopify/stylelint-polaris": "^15.5.1", | ||
"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": "^12.24.0", | ||
"@shopify/polaris": "^12.25.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,20 @@ | ||
# Changelog | ||
|
||
## 12.25.0 | ||
|
||
### Minor Changes | ||
|
||
- [#11802](https://github.com/Shopify/polaris/pull/11802) [`3d93f8daf`](https://github.com/Shopify/polaris/commit/3d93f8daf212e6248908b6669c578196003188eb) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `useHover`, `useFocus`, `useFocusIn`, and `useMediaQuery` hooks for building Copy to Clipboard actions | ||
|
||
* [#11801](https://github.com/Shopify/polaris/pull/11801) [`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323) Thanks [@sophschneider](https://github.com/sophschneider)! - Added white alpha ramp and more dark experimental tokens | ||
|
||
### Patch Changes | ||
|
||
- [#11617](https://github.com/Shopify/polaris/pull/11617) [`2ff9427b3`](https://github.com/Shopify/polaris/commit/2ff9427b35f7de408c75d8987790ca5047ea6b1b) Thanks [@jesstelford](https://github.com/jesstelford)! - [IndexTable] Unify sticky table header rendering with regular heading for consistency | ||
|
||
- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]: | ||
- @shopify/[email protected] | ||
|
||
## 12.24.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": "12.24.0", | ||
"version": "12.25.0", | ||
"private": false, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -56,7 +56,7 @@ | |
}, | ||
"dependencies": { | ||
"@shopify/polaris-icons": "^8.9.0", | ||
"@shopify/polaris-tokens": "^8.9.0", | ||
"@shopify/polaris-tokens": "^8.10.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": "15.5.0", | ||
"version": "15.5.1", | ||
"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": "^8.9.0" | ||
"@shopify/polaris-tokens": "^8.10.0" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": "^14.15.0 || ^15.0.0" | ||
|