diff --git a/.changeset/forty-geese-float.md b/.changeset/forty-geese-float.md deleted file mode 100644 index 1a2a7a155c0..00000000000 --- a/.changeset/forty-geese-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added align property for FooterHelp diff --git a/.changeset/mighty-hounds-boil.md b/.changeset/mighty-hounds-boil.md deleted file mode 100644 index 6fc4e0583f3..00000000000 --- a/.changeset/mighty-hounds-boil.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@shopify/polaris': minor -'@shopify/polaris-tokens': minor ---- - -- Added `ThemeProvider` component -- Removed `html` from theme classes to remove global theme constraint -- Updated `useTheme` to be context aware of parent themes -- Updated `Portal` component to be context aware of parent themes -- Initialized a `dark-experimental` theme diff --git a/.changeset/sixty-sheep-double.md b/.changeset/sixty-sheep-double.md deleted file mode 100644 index 491c2b2e6a8..00000000000 --- a/.changeset/sixty-sheep-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added `PersonSegment` icon diff --git a/.changeset/swift-ants-eat.md b/.changeset/swift-ants-eat.md deleted file mode 100644 index 714c0e85cbf..00000000000 --- a/.changeset/swift-ants-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated common action patterns example diff --git a/.changeset/tidy-needles-talk.md b/.changeset/tidy-needles-talk.md deleted file mode 100644 index 88607a55e15..00000000000 --- a/.changeset/tidy-needles-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added support for destructive `promotodBulkActions` to `BulkActions` diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index c8ab2a143e0..cfe689631b4 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.7 + +### Patch Changes + +- Updated dependencies [[`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd)]: + - @shopify/polaris-tokens@8.9.0 + ## 0.9.6 ### Patch Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index cc75ecc07ee..c16cc49b200 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.6", + "version": "0.9.7", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^8.8.0", + "@shopify/polaris-tokens": "^8.9.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 10b90b0845d..eadcb52dee5 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.9.0 + +### Minor Changes + +- [#11778](https://github.com/Shopify/polaris/pull/11778) [`d689bd8f4`](https://github.com/Shopify/polaris/commit/d689bd8f485ba36247bddf9da705f014cb701f4c) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Added `PersonSegment` icon + ## 8.8.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 46946f2da55..ecf42882436 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "8.8.0", + "version": "8.9.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 7c223b2651d..819ef08e46d 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 0.28.3 + +### Patch Changes + +- Updated dependencies [[`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd)]: + - @shopify/polaris-tokens@8.9.0 + - @shopify/stylelint-polaris@15.4.1 + ## 0.28.2 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index b3783163147..2f038d965c0 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.28.2", + "version": "0.28.3", "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.8.0", - "@shopify/stylelint-polaris": "^15.4.0", + "@shopify/polaris-tokens": "^8.9.0", + "@shopify/stylelint-polaris": "^15.4.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.22.1", + "@shopify/polaris": "^12.23.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 e07ec2dc207..8492970fd58 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 12.23.0 + +### Minor Changes + +- [#11764](https://github.com/Shopify/polaris/pull/11764) [`880f31b44`](https://github.com/Shopify/polaris/commit/880f31b44baa1cfc4a58320f466ccc5c6438bf48) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - Added align property for FooterHelp + +* [#11691](https://github.com/Shopify/polaris/pull/11691) [`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Added `ThemeProvider` component + - Removed `html` from theme classes to remove global theme constraint + - Updated `useTheme` to be context aware of parent themes + - Updated `Portal` component to be context aware of parent themes + - Initialized a `dark-experimental` theme + +- [#11787](https://github.com/Shopify/polaris/pull/11787) [`c3aefafe2`](https://github.com/Shopify/polaris/commit/c3aefafe2752d1514632dfb6563739df565273f5) Thanks [@chloerice](https://github.com/chloerice)! - Added support for destructive `promotodBulkActions` to `BulkActions` + +### Patch Changes + +- Updated dependencies [[`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd), [`d689bd8f4`](https://github.com/Shopify/polaris/commit/d689bd8f485ba36247bddf9da705f014cb701f4c)]: + - @shopify/polaris-tokens@8.9.0 + - @shopify/polaris-icons@8.9.0 + ## 12.22.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index ba31d83f20f..8623a17341d 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.22.1", + "version": "12.23.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -55,8 +55,8 @@ "storybook:build": "storybook build -o build-internal/storybook/static" }, "dependencies": { - "@shopify/polaris-icons": "^8.8.0", - "@shopify/polaris-tokens": "^8.8.0", + "@shopify/polaris-icons": "^8.9.0", + "@shopify/polaris-tokens": "^8.9.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 cc604b99496..202cc53e12c 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.9.0 + +### Minor Changes + +- [#11691](https://github.com/Shopify/polaris/pull/11691) [`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Added `ThemeProvider` component + - Removed `html` from theme classes to remove global theme constraint + - Updated `useTheme` to be context aware of parent themes + - Updated `Portal` component to be context aware of parent themes + - Initialized a `dark-experimental` theme + ## 8.8.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 402a99c09f6..27bc52afbe2 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "8.8.0", + "version": "8.9.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 0a56d2d713a..c297c205906 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,16 @@ # polaris.shopify.com +## 0.66.2 + +### Patch Changes + +- [#11776](https://github.com/Shopify/polaris/pull/11776) [`ca8eb99ea`](https://github.com/Shopify/polaris/commit/ca8eb99eac8273437638c4871df4ab84bb7e51ec) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action patterns example + +- Updated dependencies [[`880f31b44`](https://github.com/Shopify/polaris/commit/880f31b44baa1cfc4a58320f466ccc5c6438bf48), [`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd), [`d689bd8f4`](https://github.com/Shopify/polaris/commit/d689bd8f485ba36247bddf9da705f014cb701f4c), [`c3aefafe2`](https://github.com/Shopify/polaris/commit/c3aefafe2752d1514632dfb6563739df565273f5)]: + - @shopify/polaris@12.23.0 + - @shopify/polaris-tokens@8.9.0 + - @shopify/polaris-icons@8.9.0 + ## 0.66.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e7cbfb92042..2216cc2e863 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.66.1", + "version": "0.66.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.22.1", - "@shopify/polaris-icons": "^8.8.0", - "@shopify/polaris-tokens": "^8.8.0", + "@shopify/polaris": "^12.23.0", + "@shopify/polaris-icons": "^8.9.0", + "@shopify/polaris-tokens": "^8.9.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 f01b66d4425..3598aa6eece 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 15.4.1 + +### Patch Changes + +- Updated dependencies [[`1e613de8b`](https://github.com/Shopify/polaris/commit/1e613de8b3938bc30c722382a8e78e75e50be9cd)]: + - @shopify/polaris-tokens@8.9.0 + ## 15.4.0 ### Minor Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 8f569e41c85..852f87681e0 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.4.0", + "version": "15.4.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.8.0" + "@shopify/polaris-tokens": "^8.9.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"