diff --git a/.changeset/heavy-bats-jam.md b/.changeset/heavy-bats-jam.md deleted file mode 100644 index 26274af4415..00000000000 --- a/.changeset/heavy-bats-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added `integer` option for the `type` prop of TextField diff --git a/.changeset/long-ghosts-smile.md b/.changeset/long-ghosts-smile.md deleted file mode 100644 index 27aaa690b03..00000000000 --- a/.changeset/long-ghosts-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Updated instances of "spacing" on `/design/space` to "space". diff --git a/.changeset/stale-tools-allow.md b/.changeset/stale-tools-allow.md deleted file mode 100644 index 945d6b509b4..00000000000 --- a/.changeset/stale-tools-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': major ---- - -Re-enabled layout warnings for coverage rules diff --git a/.changeset/strange-buckets-try.md b/.changeset/strange-buckets-try.md deleted file mode 100644 index ba27507868b..00000000000 --- a/.changeset/strange-buckets-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Matched v11 migration docs to migrations folder diff --git a/.changeset/tidy-papayas-exist.md b/.changeset/tidy-papayas-exist.md deleted file mode 100644 index 750b556eff8..00000000000 --- a/.changeset/tidy-papayas-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Merge /patterns-legacy index page into /patterns to ease discovery (includes a redirect so old links continue to work) diff --git a/.changeset/wild-walls-train.md b/.changeset/wild-walls-train.md deleted file mode 100644 index 6d15f39badd..00000000000 --- a/.changeset/wild-walls-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Updated `ButtonGroup` examples to include `Pressed with segmented buttons` diff --git a/.changeset/wise-walls-cover.md b/.changeset/wise-walls-cover.md deleted file mode 100644 index 22599477f67..00000000000 --- a/.changeset/wise-walls-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Refactored `Box` border radius properties to fix issues with cascading styles diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index b902f13a717..26e36509788 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-cli +## 0.1.35 + +### Patch Changes + +- Updated dependencies []: + - @shopify/polaris-migrator@0.18.1 + ## 0.1.34 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 660f9240faf..5f702d6fffc 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.34", + "version": "0.1.35", "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.18.0" + "@shopify/polaris-migrator": "^0.18.1" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-codemods/CHANGELOG.md b/polaris-codemods/CHANGELOG.md index eb1dbabcd72..da55a3922cd 100644 --- a/polaris-codemods/CHANGELOG.md +++ b/polaris-codemods/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-codemods +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`a64e38948`](https://github.com/Shopify/polaris/commit/a64e3894834f7507834ed21736c932d44f10ff43)]: + - @shopify/stylelint-polaris@12.0.0 + ## 0.1.0 ### Minor Changes diff --git a/polaris-codemods/package.json b/polaris-codemods/package.json index 6b0ca304103..48aa70b801c 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris-codemods", "description": "Codemods for Polaris design system", - "version": "0.1.0", + "version": "0.1.1", "private": false, "license": "MIT", "author": "Shopify ", @@ -31,7 +31,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^6.13.0", - "@shopify/stylelint-polaris": "^11.0.0", + "@shopify/stylelint-polaris": "^12.0.0", "postcss": "^8.4.21", "postcss-scss": "^4.0.6", "postcss-value-parser": "^4.2.0", @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^10.48.0", + "@shopify/polaris": "^10.49.0", "@types/jscodeshift": "^0.11.6", "jscodeshift": "^0.13.1", "plop": "^3.1.2", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index e24a1539c37..8e9fe702e77 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-migrator +## 0.18.1 + +### Patch Changes + +- Updated dependencies [[`a64e38948`](https://github.com/Shopify/polaris/commit/a64e3894834f7507834ed21736c932d44f10ff43)]: + - @shopify/stylelint-polaris@12.0.0 + ## 0.18.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 2a03183afaa..3eb46ebbc1a 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.18.0", + "version": "0.18.1", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -34,7 +34,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^6.13.0", - "@shopify/stylelint-polaris": "^11.0.0", + "@shopify/stylelint-polaris": "^12.0.0", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -52,7 +52,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.48.0", + "@shopify/polaris": "^10.49.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 5794de651bc..44dd56f3b64 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 10.49.0 + +### Minor Changes + +- [#9051](https://github.com/Shopify/polaris/pull/9051) [`722b818b4`](https://github.com/Shopify/polaris/commit/722b818b4c1a970de7802ae87d71409c6f228c19) Thanks [@camielvs](https://github.com/camielvs)! - Added `integer` option for the `type` prop of TextField + +### Patch Changes + +- [#9108](https://github.com/Shopify/polaris/pull/9108) [`6fd00eb7c`](https://github.com/Shopify/polaris/commit/6fd00eb7c4ca5fc7ea997e53e96f657b415e0a1d) Thanks [@laurkim](https://github.com/laurkim)! - Refactored `Box` border radius properties to fix issues with cascading styles + ## 10.48.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 5c66601d11f..44137b158d7 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 8ebb9a26688..e4b7e015b1a 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.48.0", + "version": "10.49.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index a0e18df296c..1b03cf1f12f 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,22 @@ # polaris.shopify.com +## 0.52.0 + +### Minor Changes + +- [#9087](https://github.com/Shopify/polaris/pull/9087) [`efdcb10db`](https://github.com/Shopify/polaris/commit/efdcb10dbf1ac7a29b33f5e5e008ca1e011e5275) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated instances of "spacing" on `/design/space` to "space". + +* [#9088](https://github.com/Shopify/polaris/pull/9088) [`13e9b1e47`](https://github.com/Shopify/polaris/commit/13e9b1e47b9dff7dfb0c9d35511de001e46aa89a) Thanks [@lgriffee](https://github.com/lgriffee)! - Matched v11 migration docs to migrations folder + +- [#9099](https://github.com/Shopify/polaris/pull/9099) [`227490514`](https://github.com/Shopify/polaris/commit/22749051488cc9d2a80f92c3ca0fdbf97ce30fec) Thanks [@chazdean](https://github.com/chazdean)! - Updated `ButtonGroup` examples to include `Pressed with segmented buttons` + +### Patch Changes + +- [#9062](https://github.com/Shopify/polaris/pull/9062) [`32dae8638`](https://github.com/Shopify/polaris/commit/32dae86382534f8418ff52f713742cbc81eb72e7) Thanks [@jesstelford](https://github.com/jesstelford)! - Merge /patterns-legacy index page into /patterns to ease discovery (includes a redirect so old links continue to work) + +- Updated dependencies [[`722b818b4`](https://github.com/Shopify/polaris/commit/722b818b4c1a970de7802ae87d71409c6f228c19), [`6fd00eb7c`](https://github.com/Shopify/polaris/commit/6fd00eb7c4ca5fc7ea997e53e96f657b415e0a1d)]: + - @shopify/polaris@10.49.0 + ## 0.51.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 58bb4decdf0..64591465bba 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.51.0", + "version": "0.52.0", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdirp ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/", @@ -22,7 +22,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.48.0", + "@shopify/polaris": "^10.49.0", "@shopify/polaris-icons": "^6.14.0", "@shopify/polaris-tokens": "^6.13.0", "@radix-ui/react-polymorphic": "^0.0.14", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 77eae87018c..e6ab6ce966a 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.0.0 + +### Major Changes + +- [#9097](https://github.com/Shopify/polaris/pull/9097) [`a64e38948`](https://github.com/Shopify/polaris/commit/a64e3894834f7507834ed21736c932d44f10ff43) Thanks [@samrose3](https://github.com/samrose3)! - Re-enabled layout warnings for coverage rules + ## 11.0.0 ### Major Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 0faa0966123..a6511268831 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": "11.0.0", + "version": "12.0.0", "private": false, "license": "MIT", "author": "Shopify ",