Skip to content

Commit

Permalink
Version Packages (#11814)
Browse files Browse the repository at this point in the history
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/polaris@12.25.0

### 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/polaris-tokens@8.10.0

## @shopify/polaris-tokens@8.10.0

### Minor Changes

- [#11801](#11801)
[`f6308995e`](f630899)
Thanks [@sophschneider](https://github.com/sophschneider)! - Added white
alpha ramp and more dark experimental tokens

## @shopify/polaris-migrator@0.28.5

### Patch Changes

- Updated dependencies
\[[`f6308995e`](f630899)]:
    -   @shopify/polaris-tokens@8.10.0
    -   @shopify/stylelint-polaris@15.5.1

## @shopify/stylelint-polaris@15.5.1

### Patch Changes

- Updated dependencies
\[[`f6308995e`](f630899)]:
    -   @shopify/polaris-tokens@8.10.0

## polaris-for-vscode@0.9.8

### Patch Changes

- Updated dependencies
\[[`f6308995e`](f630899)]:
    -   @shopify/polaris-tokens@8.10.0

## polaris.shopify.com@0.67.1

### Patch Changes

- Updated dependencies
\[[`3d93f8daf`](3d93f8d),
[`2ff9427b3`](2ff9427),
[`f6308995e`](f630899)]:
    -   @shopify/polaris@12.25.0
    -   @shopify/polaris-tokens@8.10.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f630899 commit d0039a5
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-tigers-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-crabs-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-clocks-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions polaris-for-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.8

### Patch Changes

- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
- @shopify/polaris-tokens@8.10.0

## 0.9.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/Shopify/polaris/issues"
},
"version": "0.9.7",
"version": "0.9.8",
"private": true,
"keywords": [
"polaris",
Expand All @@ -38,7 +38,7 @@
"clean": "rm -rf .turbo node_modules dist *.tsbuildinfo"
},
"dependencies": {
"@shopify/polaris-tokens": "^8.9.0",
"@shopify/polaris-tokens": "^8.10.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
Expand Down
8 changes: 8 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/polaris-migrator

## 0.28.5

### Patch Changes

- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
- @shopify/polaris-tokens@8.10.0
- @shopify/stylelint-polaris@15.5.1

## 0.28.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions polaris-migrator/package.json
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 <dev@shopify.com>",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions polaris-react/CHANGELOG.md
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/polaris-tokens@8.10.0

## 12.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/package.json
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 <dev@shopify.com>",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.10.0

### Minor Changes

- [#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.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-tokens",
"version": "8.9.0",
"version": "8.10.0",
"description": "",
"main": "dist/cjs/build/index.js",
"module": "dist/esm/build/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# polaris.shopify.com

## 0.67.1

### Patch Changes

- Updated dependencies [[`3d93f8daf`](https://github.com/Shopify/polaris/commit/3d93f8daf212e6248908b6669c578196003188eb), [`2ff9427b3`](https://github.com/Shopify/polaris/commit/2ff9427b35f7de408c75d8987790ca5047ea6b1b), [`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
- @shopify/polaris@12.25.0
- @shopify/polaris-tokens@8.10.0

## 0.67.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "0.67.0",
"version": "0.67.1",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand Down Expand Up @@ -28,9 +28,9 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.24.0",
"@shopify/polaris": "^12.25.0",
"@shopify/polaris-icons": "^8.9.0",
"@shopify/polaris-tokens": "^8.9.0",
"@shopify/polaris-tokens": "^8.10.0",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
"codesandbox": "^2.2.3",
Expand Down
7 changes: 7 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 15.5.1

### Patch Changes

- Updated dependencies [[`f6308995e`](https://github.com/Shopify/polaris/commit/f6308995e3ef8b5f8f017471d23a08577243b323)]:
- @shopify/polaris-tokens@8.10.0

## 15.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions stylelint-polaris/package.json
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 <dev@shopify.com>",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d0039a5

Please sign in to comment.