diff --git a/.changeset/cyan-houses-cross.md b/.changeset/cyan-houses-cross.md deleted file mode 100644 index 417b5d3efcf..00000000000 --- a/.changeset/cyan-houses-cross.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'polaris-for-vscode': major -'@shopify/polaris-icons': major -'@shopify/polaris-migrator': major -'@shopify/polaris': major -'@shopify/polaris-tokens': major -'polaris.shopify.com': major -'@shopify/stylelint-polaris': major ---- - -Miniumum required node version updated to v20.10.0 diff --git a/.changeset/flat-cougars-look.md b/.changeset/flat-cougars-look.md deleted file mode 100644 index 28c91a7eb15..00000000000 --- a/.changeset/flat-cougars-look.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'polaris-for-vscode': major -'@shopify/polaris-icons': major -'@shopify/polaris-migrator': major -'@shopify/polaris': major -'polaris.shopify.com': major -'@shopify/stylelint-polaris': major ---- - -[Internal] Migrate repo from yarn to pnpm. No action required. diff --git a/.changeset/wise-vans-notice.md b/.changeset/wise-vans-notice.md deleted file mode 100644 index 976d37c84e3..00000000000 --- a/.changeset/wise-vans-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': major ---- - -`react` is now a required peerDependency (even when importing non-React SVG assets). [More info](https://github.com/Shopify/polaris/pull/11825#pullrequestreview-1974881032) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b25a2051aad..618f16c4786 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,7 +135,7 @@ importers: polaris-for-vscode: dependencies: '@shopify/polaris-tokens': - specifier: ^8.10.0 + specifier: ^9.0.0 version: link:../polaris-tokens vscode-languageclient: specifier: ^9.0.1 @@ -191,10 +191,10 @@ importers: polaris-migrator: dependencies: '@shopify/polaris-tokens': - specifier: ^8.10.0 + specifier: ^9.0.0 version: link:../polaris-tokens '@shopify/stylelint-polaris': - specifier: ^15.5.1 + specifier: ^16.0.0 version: link:../stylelint-polaris chalk: specifier: ^4.1.0 @@ -237,7 +237,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^12.27.0 + specifier: ^13.0.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -261,10 +261,10 @@ importers: polaris-react: dependencies: '@shopify/polaris-icons': - specifier: ^8.11.1 + specifier: ^9.0.0 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^8.10.0 + specifier: ^9.0.0 version: link:../polaris-tokens '@types/react': specifier: '*' @@ -433,13 +433,13 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^12.27.0 + specifier: ^13.0.0 version: link:../polaris-react '@shopify/polaris-icons': - specifier: ^8.11.1 + specifier: ^9.0.0 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^8.10.0 + specifier: ^9.0.0 version: link:../polaris-tokens '@types/react-syntax-highlighter': specifier: ^15.5.6 @@ -674,7 +674,7 @@ importers: stylelint-polaris: dependencies: '@shopify/polaris-tokens': - specifier: ^8.10.0 + specifier: ^9.0.0 version: link:../polaris-tokens postcss-media-query-parser: specifier: ^0.2.3 diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index d0bb272e52c..ed19459de5c 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +### Patch Changes + +- Updated dependencies [[`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8)]: + - @shopify/polaris-tokens@9.0.0 + ## 0.9.8 ### Patch Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 8da9a903299..37266dc7a65 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.8", + "version": "1.0.0", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^8.10.0", + "@shopify/polaris-tokens": "^9.0.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 a866f0d1c27..168d2bf946c 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +- [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - `react` is now a required peerDependency (even when importing non-React SVG assets). [More info](https://github.com/Shopify/polaris/pull/11825#pullrequestreview-1974881032) + ## 8.11.1 ### Patch Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 248e0ceff28..45bea97ec97 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "8.11.1", + "version": "9.0.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 be903d36e1c..a943e7bdf47 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,19 @@ # @shopify/polaris-migrator +## 1.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +### Patch Changes + +- Updated dependencies [[`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8), [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892)]: + - @shopify/polaris-tokens@9.0.0 + - @shopify/stylelint-polaris@16.0.0 + ## 0.29.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 8bce462f095..1a74d704b57 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.29.0", + "version": "1.0.0", "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.10.0", - "@shopify/stylelint-polaris": "^15.5.1", + "@shopify/polaris-tokens": "^9.0.0", + "@shopify/stylelint-polaris": "^16.0.0", "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.27.0", + "@shopify/polaris": "^13.0.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 7c6e2b86f78..42548fb3536 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 13.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +### Patch Changes + +- Updated dependencies [[`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8), [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892), [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892)]: + - @shopify/polaris-icons@9.0.0 + - @shopify/polaris-tokens@9.0.0 + ## 12.27.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index af49a536b51..34922ed3317 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.27.0", + "version": "13.0.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.11.1", - "@shopify/polaris-tokens": "^8.10.0", + "@shopify/polaris-icons": "^9.0.0", + "@shopify/polaris-tokens": "^9.0.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 678f19454eb..bb2c3ecb9bc 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + ## 8.10.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 42a38a057cd..5ebd7f5c1fd 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "8.10.0", + "version": "9.0.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 adeae49c25d..61f339848ee 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,20 @@ # polaris.shopify.com +## 1.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +### Patch Changes + +- Updated dependencies [[`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8), [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892), [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892)]: + - @shopify/polaris-icons@9.0.0 + - @shopify/polaris@13.0.0 + - @shopify/polaris-tokens@9.0.0 + ## 0.67.4 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 7588d9902b1..2bda153bfce 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.67.4", + "version": "1.0.0", "private": true, "engines": { "node": ">=20.10.0" @@ -30,9 +30,9 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.27.0", - "@shopify/polaris-icons": "^8.11.1", - "@shopify/polaris-tokens": "^8.10.0", + "@shopify/polaris": "^13.0.0", + "@shopify/polaris-icons": "^9.0.0", + "@shopify/polaris-tokens": "^9.0.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 25ccb6ac265..41dda9e694e 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 16.0.0 + +### Major Changes + +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 + +* [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required. + +### Patch Changes + +- Updated dependencies [[`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8)]: + - @shopify/polaris-tokens@9.0.0 + ## 15.5.1 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index ff7410a61e3..867f2647cc5 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.1", + "version": "16.0.0", "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.10.0" + "@shopify/polaris-tokens": "^9.0.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"