diff --git a/.changeset/famous-tigers-ring.md b/.changeset/famous-tigers-ring.md deleted file mode 100644 index b22f9966a75..00000000000 --- a/.changeset/famous-tigers-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `useHover`, `useFocus`, `useFocusIn`, and `useMediaQuery` hooks for building Copy to Clipboard actions diff --git a/.changeset/hungry-crabs-vanish.md b/.changeset/hungry-crabs-vanish.md deleted file mode 100644 index 40a45d75690..00000000000 --- a/.changeset/hungry-crabs-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -[IndexTable] Unify sticky table header rendering with regular heading for consistency diff --git a/.changeset/tasty-clocks-help.md b/.changeset/tasty-clocks-help.md deleted file mode 100644 index 085e61c1213..00000000000 --- a/.changeset/tasty-clocks-help.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': minor -'@shopify/polaris-tokens': minor ---- - -Added white alpha ramp and more dark experimental tokens diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index cfe689631b4..d0bb272e52c 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -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 diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index c16cc49b200..3575190bb14 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -13,7 +13,7 @@ "bugs": { "url": "https://github.com/Shopify/polaris/issues" }, - "version": "0.9.7", + "version": "0.9.8", "private": true, "keywords": [ "polaris", @@ -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" diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index c2fa724003a..dab31e0e710 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -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 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 04404512bd1..b4ac09d275c 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -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 ", @@ -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", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index 8340a69fb26..1231f70e326 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -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 diff --git a/polaris-react/package.json b/polaris-react/package.json index 0bbd56a3d2b..a5f10b9a3ce 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -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 ", @@ -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", diff --git a/polaris-tokens/CHANGELOG.md b/polaris-tokens/CHANGELOG.md index 202cc53e12c..678f19454eb 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -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 diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 27bc52afbe2..943abe21707 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -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", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index fffe88b5dba..36db7c18424 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -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 diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 2ee27243122..ce39dd3efe6 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -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" @@ -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", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 1c8d6a89393..25ccb6ac265 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -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 diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 1338f31d1ad..66903acdfcb 100644 --- a/stylelint-polaris/package.json +++ b/stylelint-polaris/package.json @@ -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 ", @@ -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"