diff --git a/.changeset/fifty-kings-run.md b/.changeset/fifty-kings-run.md deleted file mode 100644 index b1670e260eb..00000000000 --- a/.changeset/fifty-kings-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': minor -'@shopify/polaris-tokens': minor ---- - -Applied native mobile styles to Button component for the light-mobile theme diff --git a/.changeset/smart-badgers-yawn.md b/.changeset/smart-badgers-yawn.md deleted file mode 100644 index 20f343e39bb..00000000000 --- a/.changeset/smart-badgers-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed the position of `SelectAllActions` when inside of an offset scrollable container diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index fed66c8c89f..c8ab2a143e0 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.6 + +### Patch Changes + +- Updated dependencies [[`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499)]: + - @shopify/polaris-tokens@8.8.0 + ## 0.9.5 ### Patch Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index cb14b049aed..cc75ecc07ee 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.5", + "version": "0.9.6", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^8.7.0", + "@shopify/polaris-tokens": "^8.8.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 a7a121e97ba..a88050f5637 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.27.4 + +### Patch Changes + +- Updated dependencies [[`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499)]: + - @shopify/polaris-tokens@8.8.0 + - @shopify/stylelint-polaris@15.2.2 + ## 0.27.3 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 97373274f15..f3311ae69c1 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.27.3", + "version": "0.27.4", "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.7.0", - "@shopify/stylelint-polaris": "^15.2.1", + "@shopify/polaris-tokens": "^8.8.0", + "@shopify/stylelint-polaris": "^15.2.2", "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.14.0", + "@shopify/polaris": "^12.15.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 4d0e38778fe..8afc565e4f4 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 12.15.0 + +### Minor Changes + +- [#11552](https://github.com/Shopify/polaris/pull/11552) [`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Applied native mobile styles to Button component for the light-mobile theme + +### Patch Changes + +- [#11570](https://github.com/Shopify/polaris/pull/11570) [`e7f1961e1`](https://github.com/Shopify/polaris/commit/e7f1961e169298d829afd0620a4d003fb85b748d) Thanks [@chloerice](https://github.com/chloerice)! - Fixed the position of `SelectAllActions` when inside of an offset scrollable container + +- Updated dependencies [[`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499)]: + - @shopify/polaris-tokens@8.8.0 + ## 12.14.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index e711088c239..c92ff1cf4c2 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.14.0", + "version": "12.15.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,7 +56,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^8.2.0", - "@shopify/polaris-tokens": "^8.7.0", + "@shopify/polaris-tokens": "^8.8.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 9153b4a609b..cc604b99496 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.8.0 + +### Minor Changes + +- [#11552](https://github.com/Shopify/polaris/pull/11552) [`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Applied native mobile styles to Button component for the light-mobile theme + ## 8.7.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 8cef109aa1f..06c660dc3b0 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "8.7.0", + "version": "8.8.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 d1144b16cad..fca86c7d855 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.62.8 + +### Patch Changes + +- Updated dependencies [[`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499), [`e7f1961e1`](https://github.com/Shopify/polaris/commit/e7f1961e169298d829afd0620a4d003fb85b748d)]: + - @shopify/polaris@12.15.0 + - @shopify/polaris-tokens@8.8.0 + ## 0.62.7 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 4589e689710..664a85e99a5 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.62.7", + "version": "0.62.8", "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.14.0", + "@shopify/polaris": "^12.15.0", "@shopify/polaris-icons": "^8.2.0", - "@shopify/polaris-tokens": "^8.7.0", + "@shopify/polaris-tokens": "^8.8.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 af7e73542b0..29fcca1961a 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 15.2.2 + +### Patch Changes + +- Updated dependencies [[`04e462816`](https://github.com/Shopify/polaris/commit/04e462816b2082cb0bac341f3827f1c767213499)]: + - @shopify/polaris-tokens@8.8.0 + ## 15.2.1 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index ba2db8aa276..0ab805cec6f 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.2.1", + "version": "15.2.2", "private": false, "license": "MIT", "author": "Shopify ", @@ -37,7 +37,7 @@ "dependencies": { "postcss-value-parser": "^4.2.0", "postcss-media-query-parser": "^0.2.3", - "@shopify/polaris-tokens": "^8.7.0" + "@shopify/polaris-tokens": "^8.8.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"