diff --git a/.changeset/cyan-months-think.md b/.changeset/cyan-months-think.md deleted file mode 100644 index 074a4c6df5a..00000000000 --- a/.changeset/cyan-months-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added `id` prop to `Text` and `Box` diff --git a/.changeset/fast-boats-matter.md b/.changeset/fast-boats-matter.md deleted file mode 100644 index 44f90912ffe..00000000000 --- a/.changeset/fast-boats-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Improved the design of the Sandbox feature. diff --git a/.changeset/five-eyes-kiss.md b/.changeset/five-eyes-kiss.md deleted file mode 100644 index 88f859fc823..00000000000 --- a/.changeset/five-eyes-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Add `getFunctionArgs` utility diff --git a/.changeset/gorgeous-rabbits-help.md b/.changeset/gorgeous-rabbits-help.md deleted file mode 100644 index bebbcf79fcb..00000000000 --- a/.changeset/gorgeous-rabbits-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Added Playroom integration to Polaris docs site. diff --git a/.changeset/green-cobras-call.md b/.changeset/green-cobras-call.md deleted file mode 100644 index 273d5b33f7b..00000000000 --- a/.changeset/green-cobras-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fixed a scaling bug caused by content overflow -Fixed a bug where examples that don't have any content wouldn't show up diff --git a/.changeset/light-houses-repeat.md b/.changeset/light-houses-repeat.md deleted file mode 100644 index 8d0adfd43a7..00000000000 --- a/.changeset/light-houses-repeat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Deprecated Collapsible preventMeasuringOnChildrenUpdate. -Fixed bug where Collapsible would get stuck in animating state when duration is 0. -Add support for intentionally disabling the transition in Collapsible. diff --git a/.changeset/mean-elephants-nail.md b/.changeset/mean-elephants-nail.md deleted file mode 100644 index 3b1656f55dc..00000000000 --- a/.changeset/mean-elephants-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': patch ---- - -Refactored exported alias and scale types in `breakpoints`, `depth`, `font`, `motion`, `shape`, `spacing`, and `zIndex`. diff --git a/.changeset/perfect-pens-press.md b/.changeset/perfect-pens-press.md deleted file mode 100644 index b4c58f64164..00000000000 --- a/.changeset/perfect-pens-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added `setMediaWidth` breakpoints test utility diff --git a/.changeset/twelve-doors-complain.md b/.changeset/twelve-doors-complain.md deleted file mode 100644 index 3038f8a1e54..00000000000 --- a/.changeset/twelve-doors-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed a re-render bug with Page Actions diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index e4b5a4e49b3..acb1f95e2be 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/plugin-polaris +## 0.0.11 + +### Patch Changes + +- Updated dependencies [[`56c82ee8d`](https://github.com/Shopify/polaris/commit/56c82ee8d15a58ef5e68b04968b126b93aa8dec9)]: + - @shopify/polaris-migrator@0.5.0 + ## 0.0.10 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 4f79ee0359b..f87b63d3f94 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-polaris", - "version": "0.0.10", + "version": "0.0.11", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -24,7 +24,7 @@ }, "dependencies": { "@oclif/core": "^1.13.10", - "@shopify/polaris-migrator": "^0.4.1" + "@shopify/polaris-migrator": "^0.5.0" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-for-figma/CHANGELOG.md b/polaris-for-figma/CHANGELOG.md index 386eaf8f2ed..b4182ab2c89 100644 --- a/polaris-for-figma/CHANGELOG.md +++ b/polaris-for-figma/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.24 + +### Patch Changes + +- Updated dependencies [[`8a6c323e2`](https://github.com/Shopify/polaris/commit/8a6c323e2965e4db82fe5e7a398d771f9f126a0e), [`e4b2c36d8`](https://github.com/Shopify/polaris/commit/e4b2c36d8ea8990c2f7e7229ad2529cc0391cf82), [`ea2a45bbb`](https://github.com/Shopify/polaris/commit/ea2a45bbb9d706fc44100366c7e389f2d25abcf4), [`5bc885765`](https://github.com/Shopify/polaris/commit/5bc8857654475fe0006520d1d448170f7a51976b)]: + - @shopify/polaris@10.8.0 + ## 0.0.23 ### Patch Changes diff --git a/polaris-for-figma/package.json b/polaris-for-figma/package.json index 876f8a5d9e2..3fdcea3e8d8 100644 --- a/polaris-for-figma/package.json +++ b/polaris-for-figma/package.json @@ -1,6 +1,6 @@ { "name": "polaris-for-figma", - "version": "0.0.23", + "version": "0.0.24", "private": true, "scripts": { "build": "webpack --mode=production", @@ -12,7 +12,7 @@ }, "dependencies": { "@ant-design/icons": "^4.7.0", - "@shopify/polaris": "^10.7.0", + "@shopify/polaris": "^10.8.0", "antd": "^4.20.4", "lodash": "^4.17.15", "react": "^18.2.0", diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index b6782a48b66..1fda240887c 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -42,7 +42,7 @@ "vscode-languageserver-textdocument": "^1.0.4" }, "devDependencies": { - "@shopify/polaris-tokens": "^6.2.0", + "@shopify/polaris-tokens": "^6.2.1", "@types/node": "14.x", "@types/vscode": "^1.64.0", "@vscode/test-electron": "^2.1.2", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index eee0388384a..4308002d71f 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopify/polaris-migrator +## 0.5.0 + +### Minor Changes + +- [#7373](https://github.com/Shopify/polaris/pull/7373) [`56c82ee8d`](https://github.com/Shopify/polaris/commit/56c82ee8d15a58ef5e68b04968b126b93aa8dec9) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Add `getFunctionArgs` utility + +### Patch Changes + +- Updated dependencies [[`c3f427c17`](https://github.com/Shopify/polaris/commit/c3f427c17d268f406618aaddb684ba12c3fa15d1)]: + - @shopify/polaris-tokens@6.2.1 + ## 0.4.1 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index af4631213d5..97355bf2c55 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.4.1", + "version": "0.5.0", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -33,7 +33,7 @@ "generate": "plop" }, "dependencies": { - "@shopify/polaris-tokens": "^6.2.0", + "@shopify/polaris-tokens": "^6.2.1", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -50,7 +50,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.7.0", + "@shopify/polaris": "^10.8.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 2a0740fe97e..04430b163d3 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 10.8.0 + +### Minor Changes + +- [#7364](https://github.com/Shopify/polaris/pull/7364) [`e4b2c36d8`](https://github.com/Shopify/polaris/commit/e4b2c36d8ea8990c2f7e7229ad2529cc0391cf82) Thanks [@Bringer128](https://github.com/Bringer128)! - Deprecated Collapsible preventMeasuringOnChildrenUpdate. + Fixed bug where Collapsible would get stuck in animating state when duration is 0. + Add support for intentionally disabling the transition in Collapsible. + +### Patch Changes + +- [#7363](https://github.com/Shopify/polaris/pull/7363) [`8a6c323e2`](https://github.com/Shopify/polaris/commit/8a6c323e2965e4db82fe5e7a398d771f9f126a0e) Thanks [@aveline](https://github.com/aveline)! - Added `id` prop to `Text` and `Box` + +* [#7348](https://github.com/Shopify/polaris/pull/7348) [`ea2a45bbb`](https://github.com/Shopify/polaris/commit/ea2a45bbb9d706fc44100366c7e389f2d25abcf4) Thanks [@aveline](https://github.com/aveline)! - Added `setMediaWidth` breakpoints test utility + +- [#7388](https://github.com/Shopify/polaris/pull/7388) [`5bc885765`](https://github.com/Shopify/polaris/commit/5bc8857654475fe0006520d1d448170f7a51976b) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a re-render bug with Page Actions + +- Updated dependencies [[`c3f427c17`](https://github.com/Shopify/polaris/commit/c3f427c17d268f406618aaddb684ba12c3fa15d1)]: + - @shopify/polaris-tokens@6.2.1 + ## 10.7.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 63a2df0f7e0..72bd7be54bb 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 ``` @@ -70,7 +70,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 add87e34dfd..0a6f59b0a33 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": "10.7.0", + "version": "10.8.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -63,7 +63,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^6.4.0", - "@shopify/polaris-tokens": "^6.2.0", + "@shopify/polaris-tokens": "^6.2.1", "@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 27c09a4ac4b..23fc9002b70 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.2.1 + +### Patch Changes + +- [#7385](https://github.com/Shopify/polaris/pull/7385) [`c3f427c17`](https://github.com/Shopify/polaris/commit/c3f427c17d268f406618aaddb684ba12c3fa15d1) Thanks [@laurkim](https://github.com/laurkim)! - Refactored exported alias and scale types in `breakpoints`, `depth`, `font`, `motion`, `shape`, `spacing`, and `zIndex`. + ## 6.2.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index de9cefa053e..3dbfbb7177e 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "6.2.0", + "version": "6.2.1", "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 cd8a2feb688..be6567a057b 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,21 @@ # polaris.shopify.com +## 0.22.0 + +### Minor Changes + +- [#7032](https://github.com/Shopify/polaris/pull/7032) [`40ee692aa`](https://github.com/Shopify/polaris/commit/40ee692aaddbb75ed0d524f598fbac9f6817612a) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Added Playroom integration to Polaris docs site. + +### Patch Changes + +- [#7032](https://github.com/Shopify/polaris/pull/7032) [`40ee692aa`](https://github.com/Shopify/polaris/commit/40ee692aaddbb75ed0d524f598fbac9f6817612a) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Improved the design of the Sandbox feature. + +* [#7400](https://github.com/Shopify/polaris/pull/7400) [`9f9fe1f99`](https://github.com/Shopify/polaris/commit/9f9fe1f99aed8b8814e7e854e06f4f8aa156c9da) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a scaling bug caused by content overflow + Fixed a bug where examples that don't have any content wouldn't show up +* Updated dependencies [[`8a6c323e2`](https://github.com/Shopify/polaris/commit/8a6c323e2965e4db82fe5e7a398d771f9f126a0e), [`e4b2c36d8`](https://github.com/Shopify/polaris/commit/e4b2c36d8ea8990c2f7e7229ad2529cc0391cf82), [`c3f427c17`](https://github.com/Shopify/polaris/commit/c3f427c17d268f406618aaddb684ba12c3fa15d1), [`ea2a45bbb`](https://github.com/Shopify/polaris/commit/ea2a45bbb9d706fc44100366c7e389f2d25abcf4), [`5bc885765`](https://github.com/Shopify/polaris/commit/5bc8857654475fe0006520d1d448170f7a51976b)]: + - @shopify/polaris@10.8.0 + - @shopify/polaris-tokens@6.2.1 + ## 0.21.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 319c43049eb..c8b42810acc 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.21.1", + "version": "0.22.0", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build", @@ -21,9 +21,9 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.7.0", + "@shopify/polaris": "^10.8.0", "@shopify/polaris-icons": "^6.4.0", - "@shopify/polaris-tokens": "^6.2.0", + "@shopify/polaris-tokens": "^6.2.1", "codesandbox": "^2.2.3", "framer-motion": "^6.5.1", "fuse.js": "^6.5.3", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index a5fdebd30f0..1c01e78b353 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.3.2 + +### Patch Changes + +- Updated dependencies [[`c3f427c17`](https://github.com/Shopify/polaris/commit/c3f427c17d268f406618aaddb684ba12c3fa15d1)]: + - @shopify/polaris-tokens@6.2.1 + ## 4.3.1 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 317792058a3..5671cc5f626 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": "4.3.1", + "version": "4.3.2", "private": false, "license": "MIT", "author": "Shopify ", @@ -34,7 +34,7 @@ "dependencies": { "postcss-value-parser": "^4.2.0", "postcss-media-query-parser": "^0.2.3", - "@shopify/polaris-tokens": "^6.2.0" + "@shopify/polaris-tokens": "^6.2.1" }, "peerDependencies": { "stylelint": "^14.1.0"