From a6116ac7d7ff46214b8e97c4c6124129f0db3dcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 15:32:32 +0000 Subject: [PATCH] Version Packages --- .changeset/little-plums-try.md | 5 ----- .changeset/pink-brooms-own.md | 5 ----- .changeset/soft-spoons-sip.md | 5 ----- .changeset/strong-experts-remember.md | 5 ----- .changeset/sweet-masks-walk.md | 5 ----- .changeset/thin-paws-wait.md | 5 ----- pnpm-lock.yaml | 16 ++++++++-------- polaris-for-vscode/CHANGELOG.md | 7 +++++++ polaris-for-vscode/package.json | 4 ++-- polaris-migrator/CHANGELOG.md | 8 ++++++++ polaris-migrator/package.json | 8 ++++---- polaris-react/CHANGELOG.md | 19 +++++++++++++++++++ polaris-react/package.json | 4 ++-- polaris-tokens/CHANGELOG.md | 6 ++++++ polaris-tokens/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- stylelint-polaris/CHANGELOG.md | 7 +++++++ stylelint-polaris/package.json | 4 ++-- 19 files changed, 77 insertions(+), 52 deletions(-) delete mode 100644 .changeset/little-plums-try.md delete mode 100644 .changeset/pink-brooms-own.md delete mode 100644 .changeset/soft-spoons-sip.md delete mode 100644 .changeset/strong-experts-remember.md delete mode 100644 .changeset/sweet-masks-walk.md delete mode 100644 .changeset/thin-paws-wait.md diff --git a/.changeset/little-plums-try.md b/.changeset/little-plums-try.md deleted file mode 100644 index a4b40304ab8..00000000000 --- a/.changeset/little-plums-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added offset width to reframe `Frame` and passed reframe scroll container to sticky manager in `AppProvider` diff --git a/.changeset/pink-brooms-own.md b/.changeset/pink-brooms-own.md deleted file mode 100644 index 69028167b83..00000000000 --- a/.changeset/pink-brooms-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `animateIn` transition option to Collapsible diff --git a/.changeset/soft-spoons-sip.md b/.changeset/soft-spoons-sip.md deleted file mode 100644 index 421274bbd5f..00000000000 --- a/.changeset/soft-spoons-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': patch ---- - -Added `"sideEffect": "false"` to the `package.json` to enable treeshaking diff --git a/.changeset/strong-experts-remember.md b/.changeset/strong-experts-remember.md deleted file mode 100644 index 84166a65124..00000000000 --- a/.changeset/strong-experts-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `variant` prop to Collapsible diff --git a/.changeset/sweet-masks-walk.md b/.changeset/sweet-masks-walk.md deleted file mode 100644 index d1426c377ab..00000000000 --- a/.changeset/sweet-masks-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Add support for hiding selectable checkbox on a per `IndexTable.Row` basis via `hideSelectable` prop` diff --git a/.changeset/thin-paws-wait.md b/.changeset/thin-paws-wait.md deleted file mode 100644 index 36a45ed7403..00000000000 --- a/.changeset/thin-paws-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `Sticky` to update sticky items when props change diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e00954c3cde..87fec161ee0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,7 +138,7 @@ importers: polaris-for-vscode: dependencies: '@shopify/polaris-tokens': - specifier: ^9.0.1 + specifier: ^9.0.2 version: link:../polaris-tokens vscode-languageclient: specifier: ^9.0.1 @@ -194,10 +194,10 @@ importers: polaris-migrator: dependencies: '@shopify/polaris-tokens': - specifier: ^9.0.1 + specifier: ^9.0.2 version: link:../polaris-tokens '@shopify/stylelint-polaris': - specifier: ^16.0.1 + specifier: ^16.0.2 version: link:../stylelint-polaris chalk: specifier: ^4.1.0 @@ -240,7 +240,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^13.2.0 + specifier: ^13.3.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -267,7 +267,7 @@ importers: specifier: ^9.0.1 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^9.0.1 + specifier: ^9.0.2 version: link:../polaris-tokens '@types/react': specifier: '*' @@ -451,13 +451,13 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.2.0 + specifier: ^13.3.0 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.0.1 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^9.0.1 + specifier: ^9.0.2 version: link:../polaris-tokens '@types/react-syntax-highlighter': specifier: ^15.5.6 @@ -692,7 +692,7 @@ importers: stylelint-polaris: dependencies: '@shopify/polaris-tokens': - specifier: ^9.0.1 + specifier: ^9.0.2 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 23b06cb61d2..a1e41bb30f9 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955)]: + - @shopify/polaris-tokens@9.0.2 + ## 1.0.1 ### Patch Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 5dcf3975c0a..b14734ffdfb 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": "1.0.1", + "version": "1.0.2", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^9.0.1", + "@shopify/polaris-tokens": "^9.0.2", "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 7c623fb0b0f..b402119919d 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955)]: + - @shopify/polaris-tokens@9.0.2 + - @shopify/stylelint-polaris@16.0.2 + ## 1.0.1 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index e31315d2a2e..90745dea3cc 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "1.0.1", + "version": "1.0.2", "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": "^9.0.1", - "@shopify/stylelint-polaris": "^16.0.1", + "@shopify/polaris-tokens": "^9.0.2", + "@shopify/stylelint-polaris": "^16.0.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": "^13.2.0", + "@shopify/polaris": "^13.3.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 d3da3dd090b..22a476e866d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 13.3.0 + +### Minor Changes + +- [#11979](https://github.com/Shopify/polaris/pull/11979) [`982491f0f`](https://github.com/Shopify/polaris/commit/982491f0faa037641d51977d5015bc1b55c6eaf2) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `animateIn` transition option to Collapsible + +* [#11967](https://github.com/Shopify/polaris/pull/11967) [`e50472f85`](https://github.com/Shopify/polaris/commit/e50472f8518558c84216ca6d2466b644d45eed62) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `variant` prop to Collapsible + +### Patch Changes + +- [#11945](https://github.com/Shopify/polaris/pull/11945) [`b59743a76`](https://github.com/Shopify/polaris/commit/b59743a766ed0d796a40a72c559dda808e701eaf) Thanks [@sophschneider](https://github.com/sophschneider)! - Added offset width to reframe `Frame` and passed reframe scroll container to sticky manager in `AppProvider` + +* [#11944](https://github.com/Shopify/polaris/pull/11944) [`d1d69e919`](https://github.com/Shopify/polaris/commit/d1d69e919c8244bd96ec155e4333f869762a06b6) Thanks [@stefanlegg](https://github.com/stefanlegg)! - Add support for hiding selectable checkbox on a per `IndexTable.Row` basis via `hideSelectable` prop` + +- [#11947](https://github.com/Shopify/polaris/pull/11947) [`995079cc7`](https://github.com/Shopify/polaris/commit/995079cc7c5c5087d662609c75c11eea58920f6d) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed `Sticky` to update sticky items when props change + +- Updated dependencies [[`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955)]: + - @shopify/polaris-tokens@9.0.2 + ## 13.2.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 46bb9ab9d9b..d47ba88c018 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": "13.2.0", + "version": "13.3.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -57,7 +57,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^9.0.1", - "@shopify/polaris-tokens": "^9.0.1", + "@shopify/polaris-tokens": "^9.0.2", "@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 1b32ff71e01..bf91cdef47b 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.0.2 + +### Patch Changes + +- [#11853](https://github.com/Shopify/polaris/pull/11853) [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `"sideEffect": "false"` to the `package.json` to enable treeshaking + ## 9.0.1 ### Patch Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index ecdc1f4c2bc..01f284fa194 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "9.0.1", + "version": "9.0.2", "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 adc6774ea84..39672bcdc98 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`b59743a76`](https://github.com/Shopify/polaris/commit/b59743a766ed0d796a40a72c559dda808e701eaf), [`982491f0f`](https://github.com/Shopify/polaris/commit/982491f0faa037641d51977d5015bc1b55c6eaf2), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`e50472f85`](https://github.com/Shopify/polaris/commit/e50472f8518558c84216ca6d2466b644d45eed62), [`d1d69e919`](https://github.com/Shopify/polaris/commit/d1d69e919c8244bd96ec155e4333f869762a06b6), [`995079cc7`](https://github.com/Shopify/polaris/commit/995079cc7c5c5087d662609c75c11eea58920f6d)]: + - @shopify/polaris@13.3.0 + - @shopify/polaris-tokens@9.0.2 + ## 1.0.4 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 0f9b24475e9..9ab46524b52 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.4", + "version": "1.0.5", "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": "^13.2.0", + "@shopify/polaris": "^13.3.0", "@shopify/polaris-icons": "^9.0.1", - "@shopify/polaris-tokens": "^9.0.1", + "@shopify/polaris-tokens": "^9.0.2", "@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 d2e97b7321b..a521728eca0 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 16.0.2 + +### Patch Changes + +- Updated dependencies [[`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955)]: + - @shopify/polaris-tokens@9.0.2 + ## 16.0.1 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index a82460cb845..f267fdc745f 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": "16.0.1", + "version": "16.0.2", "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": "^9.0.1" + "@shopify/polaris-tokens": "^9.0.2" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"