Skip to content

Commit f90ec04

Browse files
Version Packages (#11814)
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`](c3b6ffe) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `useHover`, `useFocus`, `useFocusIn`, and `useMediaQuery` hooks for building Copy to Clipboard actions - [#11801](#11801) [`f6308995e`](7f34263) Thanks [@sophschneider](https://github.com/sophschneider)! - Added white alpha ramp and more dark experimental tokens ### Patch Changes - [#11617](#11617) [`2ff9427b3`](bde5c81) Thanks [@jesstelford](https://github.com/jesstelford)! - [IndexTable] Unify sticky table header rendering with regular heading for consistency - Updated dependencies \[[`f6308995e`](7f34263)]: - @shopify/[email protected] ## @shopify/[email protected] ### Minor Changes - [#11801](#11801) [`f6308995e`](7f34263) Thanks [@sophschneider](https://github.com/sophschneider)! - Added white alpha ramp and more dark experimental tokens ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](7f34263)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](7f34263)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`f6308995e`](7f34263)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`3d93f8daf`](c3b6ffe), [`2ff9427b3`](bde5c81), [`f6308995e`](7f34263)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f34263 commit f90ec04

File tree

15 files changed

+65
-30
lines changed

15 files changed

+65
-30
lines changed

.changeset/famous-tigers-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-crabs-vanish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-clocks-help.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

polaris-for-vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
8+
- @shopify/polaris-tokens@8.10.0
9+
310
## 0.9.7
411

512
### Patch Changes

polaris-for-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/Shopify/polaris/issues"
1515
},
16-
"version": "0.9.7",
16+
"version": "0.9.8",
1717
"private": true,
1818
"keywords": [
1919
"polaris",
@@ -38,7 +38,7 @@
3838
"clean": "rm -rf .turbo node_modules dist *.tsbuildinfo"
3939
},
4040
"dependencies": {
41-
"@shopify/polaris-tokens": "^8.9.0",
41+
"@shopify/polaris-tokens": "^8.10.0",
4242
"vscode-languageclient": "^9.0.1",
4343
"vscode-languageserver": "^9.0.1",
4444
"vscode-languageserver-textdocument": "^1.0.11"

polaris-migrator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @shopify/polaris-migrator
22

3+
## 0.28.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
8+
- @shopify/polaris-tokens@8.10.0
9+
- @shopify/stylelint-polaris@15.5.1
10+
311
## 0.28.4
412

513
### Patch Changes

polaris-migrator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.28.4",
3+
"version": "0.28.5",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -36,8 +36,8 @@
3636
"generate": "plop"
3737
},
3838
"dependencies": {
39-
"@shopify/polaris-tokens": "^8.9.0",
40-
"@shopify/stylelint-polaris": "^15.5.0",
39+
"@shopify/polaris-tokens": "^8.10.0",
40+
"@shopify/stylelint-polaris": "^15.5.1",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^12.24.0",
58+
"@shopify/polaris": "^12.25.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 12.25.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
### Patch Changes
12+
13+
- [#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
14+
15+
- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
16+
- @shopify/[email protected]
17+
318
## 12.24.0
419

520
### Minor Changes

polaris-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "12.24.0",
4+
"version": "12.25.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@shopify/polaris-icons": "^8.9.0",
59-
"@shopify/polaris-tokens": "^8.9.0",
59+
"@shopify/polaris-tokens": "^8.10.0",
6060
"@types/react": "*",
6161
"@types/react-dom": "*",
6262
"@types/react-transition-group": "^4.4.2",

polaris-tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.10.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 8.9.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)