diff --git a/.changeset/calm-berries-tie.md b/.changeset/calm-berries-tie.md deleted file mode 100644 index c136a2cd4c5..00000000000 --- a/.changeset/calm-berries-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added padding for FooterHelp on small viewports diff --git a/.changeset/purple-mice-build.md b/.changeset/purple-mice-build.md deleted file mode 100644 index f5043ca95a6..00000000000 --- a/.changeset/purple-mice-build.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@shopify/polaris': minor -'@shopify/polaris-tokens': minor ---- - -- Remapped the `bg-fill-magic-secondary` token colors -- Added a Magic `tone` to `Badge` diff --git a/.changeset/strong-bugs-arrive.md b/.changeset/strong-bugs-arrive.md deleted file mode 100644 index 9e83d7cee2f..00000000000 --- a/.changeset/strong-bugs-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added `SkeletonMajor` diff --git a/.changeset/unlucky-poets-occur.md b/.changeset/unlucky-poets-occur.md deleted file mode 100644 index be57945385b..00000000000 --- a/.changeset/unlucky-poets-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -`TopBar` Fixed .NavigationIcon styles to ensure Icon color is properly inherited. diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index e3f3ecc34a1..06f34dc3219 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]: + - @shopify/polaris-tokens@8.3.0 + ## 0.9.0 ### Minor Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index d3073565a48..1030516db5b 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.0", + "version": "0.9.1", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^8.2.0", + "@shopify/polaris-tokens": "^8.3.0", "vscode-languageclient": "^9.0.1", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.11" diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index 4224b6e9927..1d4f5b28985 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.12.0 + +### Minor Changes + +- [#11316](https://github.com/Shopify/polaris/pull/11316) [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `SkeletonMajor` + ## 7.11.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index a82166ee32e..a6a8e0b8b3b 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "7.11.0", + "version": "7.12.0", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 45d3794429b..b560a2e707d 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.26.5 + +### Patch Changes + +- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]: + - @shopify/polaris-tokens@8.3.0 + - @shopify/stylelint-polaris@15.0.5 + ## 0.26.4 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 8811563bb2e..61b9dcd8e59 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.26.4", + "version": "0.26.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.2.0", - "@shopify/stylelint-polaris": "^15.0.4", + "@shopify/polaris-tokens": "^8.3.0", + "@shopify/stylelint-polaris": "^15.0.5", "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.3.0", + "@shopify/polaris": "^12.4.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 0764bb7f0fa..a751d34f47d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 12.4.0 + +### Minor Changes + +- [#11303](https://github.com/Shopify/polaris/pull/11303) [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - - Remapped the `bg-fill-magic-secondary` token colors + - Added a Magic `tone` to `Badge` + +### Patch Changes + +- [#11299](https://github.com/Shopify/polaris/pull/11299) [`e530a44f9`](https://github.com/Shopify/polaris/commit/e530a44f93e7c865b7d32272ba2347584d60522c) Thanks [@fortmarek](https://github.com/fortmarek)! - Added padding for FooterHelp on small viewports + +* [#11329](https://github.com/Shopify/polaris/pull/11329) [`a45dafb35`](https://github.com/Shopify/polaris/commit/a45dafb35cfac975d17bcc55f9c1dee5cf97eecb) Thanks [@lbenie](https://github.com/lbenie)! - `TopBar` Fixed .NavigationIcon styles to ensure Icon color is properly inherited. + +* Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756), [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e)]: + - @shopify/polaris-tokens@8.3.0 + - @shopify/polaris-icons@7.12.0 + ## 12.3.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 77858216e34..20bf8352f9a 100644 --- a/polaris-react/README.md +++ b/polaris-react/README.md @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into ```html ``` @@ -80,7 +80,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/polaris-react/package.json b/polaris-react/package.json index 8d15e248fd6..e1e91a5b58a 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.3.0", + "version": "12.4.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,8 +56,8 @@ "preversion": "node ./scripts/readme-update-version" }, "dependencies": { - "@shopify/polaris-icons": "^7.11.0", - "@shopify/polaris-tokens": "^8.2.0", + "@shopify/polaris-icons": "^7.12.0", + "@shopify/polaris-tokens": "^8.3.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 5801c343d1f..090ca1efad1 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 8.3.0 + +### Minor Changes + +- [#11303](https://github.com/Shopify/polaris/pull/11303) [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - - Remapped the `bg-fill-magic-secondary` token colors + - Added a Magic `tone` to `Badge` + ## 8.2.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 32ad0ada828..f4418202fda 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "8.2.0", + "version": "8.3.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 3e8314e1f2f..84e3704437a 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,14 @@ # polaris.shopify.com +## 0.61.2 + +### Patch Changes + +- Updated dependencies [[`e530a44f9`](https://github.com/Shopify/polaris/commit/e530a44f93e7c865b7d32272ba2347584d60522c), [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756), [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e), [`a45dafb35`](https://github.com/Shopify/polaris/commit/a45dafb35cfac975d17bcc55f9c1dee5cf97eecb)]: + - @shopify/polaris@12.4.0 + - @shopify/polaris-tokens@8.3.0 + - @shopify/polaris-icons@7.12.0 + ## 0.61.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 498cfc0d41d..0addf0319d5 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.61.1", + "version": "0.61.2", "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.3.0", - "@shopify/polaris-icons": "^7.11.0", - "@shopify/polaris-tokens": "^8.2.0", + "@shopify/polaris": "^12.4.0", + "@shopify/polaris-icons": "^7.12.0", + "@shopify/polaris-tokens": "^8.3.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 99e85f1a313..4eaeefa75c3 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 15.0.5 + +### Patch Changes + +- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]: + - @shopify/polaris-tokens@8.3.0 + ## 15.0.4 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 3a4470c74c8..3d037fe693b 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.0.4", + "version": "15.0.5", "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.2.0" + "@shopify/polaris-tokens": "^8.3.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"