From 951820bd768e1923fb02f73c96bfbe2cbbce560d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Jun 2023 15:56:11 +0000 Subject: [PATCH] Version Packages --- .changeset/gorgeous-singers-invent.md | 5 ----- .changeset/lemon-lizards-scream.md | 5 ----- .changeset/little-berries-guess.md | 5 ----- .changeset/spotty-hornets-unite.md | 5 ----- polaris-cli/CHANGELOG.md | 2 ++ polaris-cli/package.json | 2 +- polaris-codemods/package.json | 2 +- polaris-icons/CHANGELOG.md | 8 ++++++++ polaris-icons/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 11 +++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- 15 files changed, 40 insertions(+), 31 deletions(-) delete mode 100644 .changeset/gorgeous-singers-invent.md delete mode 100644 .changeset/lemon-lizards-scream.md delete mode 100644 .changeset/little-berries-guess.md delete mode 100644 .changeset/spotty-hornets-unite.md diff --git a/.changeset/gorgeous-singers-invent.md b/.changeset/gorgeous-singers-invent.md deleted file mode 100644 index 29adcebee0e..00000000000 --- a/.changeset/gorgeous-singers-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Restructured `Select` override selectors to patch Sass compilation issue diff --git a/.changeset/lemon-lizards-scream.md b/.changeset/lemon-lizards-scream.md deleted file mode 100644 index 2dbb55e8f0d..00000000000 --- a/.changeset/lemon-lizards-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added support for `Avatar` being presentational diff --git a/.changeset/little-berries-guess.md b/.changeset/little-berries-guess.md deleted file mode 100644 index d237ae721c1..00000000000 --- a/.changeset/little-berries-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added BoldMajor, BoldMinor, IndentMajor, IndentMinor, ItalicMajor, ItalicMinor, OrderedListMajor, OrderedListMinor, OutdentMajor, OutdentMinor, TextColorMajor, TextColorMinor, UnderlineMajor, UnderlineMinor icons diff --git a/.changeset/spotty-hornets-unite.md b/.changeset/spotty-hornets-unite.md deleted file mode 100644 index 9cf08b3d79f..00000000000 --- a/.changeset/spotty-hornets-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added optimize script diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index d6d2c9e6bc6..ec68c19c201 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.2.10 + ## 0.2.9 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index fa5c0448f81..f0e1d3155f1 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.2.9", + "version": "0.2.10", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-codemods/package.json b/polaris-codemods/package.json index 97930f39579..6b383def89c 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^11.3.0", + "@shopify/polaris": "^11.3.1", "@types/jscodeshift": "^0.11.6", "jscodeshift": "^0.13.1", "plop": "^3.1.2", diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index cd2d39b659f..405bca63c47 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.2.0 + +### Minor Changes + +- [#9581](https://github.com/Shopify/polaris/pull/9581) [`991d9fe69`](https://github.com/Shopify/polaris/commit/991d9fe696faaee22f112d30820943bff9f5ee35) Thanks [@Rusty-UX](https://github.com/Rusty-UX)! - Added BoldMajor, BoldMinor, IndentMajor, IndentMinor, ItalicMajor, ItalicMinor, OrderedListMajor, OrderedListMinor, OutdentMajor, OutdentMinor, TextColorMajor, TextColorMinor, UnderlineMajor, UnderlineMinor icons + +* [#9580](https://github.com/Shopify/polaris/pull/9580) [`75f08f32c`](https://github.com/Shopify/polaris/commit/75f08f32c2cf594a73d3d32276bab5bcf87490bf) Thanks [@kyledurand](https://github.com/kyledurand)! - Added optimize script + ## 7.1.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 3a3edda2e00..3f57f98a824 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "7.1.0", + "version": "7.2.0", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 31f8efc001c..cba261c36ee 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -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": "^11.3.0", + "@shopify/polaris": "^11.3.1", "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 424f2cad676..8362b777712 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 11.3.1 + +### Patch Changes + +- [#9556](https://github.com/Shopify/polaris/pull/9556) [`c72d2f905`](https://github.com/Shopify/polaris/commit/c72d2f905df9197f4c476e6dbbd8808e0edd1018) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Restructured `Select` override selectors to patch Sass compilation issue + +* [#9031](https://github.com/Shopify/polaris/pull/9031) [`795ae3782`](https://github.com/Shopify/polaris/commit/795ae3782fbdd98b09993d99e062f40b268bab2d) Thanks [@danbrady](https://github.com/danbrady)! - Added support for `Avatar` being presentational + +* Updated dependencies [[`991d9fe69`](https://github.com/Shopify/polaris/commit/991d9fe696faaee22f112d30820943bff9f5ee35), [`75f08f32c`](https://github.com/Shopify/polaris/commit/75f08f32c2cf594a73d3d32276bab5bcf87490bf)]: + - @shopify/polaris-icons@7.2.0 + ## 11.3.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 7289ed50778..e4b13903cb2 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 0d1707ee032..89a537fbf3c 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": "11.3.0", + "version": "11.3.1", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,7 +56,7 @@ "preversion": "node ./scripts/readme-update-version" }, "dependencies": { - "@shopify/polaris-icons": "^7.1.0", + "@shopify/polaris-icons": "^7.2.0", "@shopify/polaris-tokens": "^7.3.1", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index ae792621e3d..ac3e845afaa 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.55.8 + +### Patch Changes + +- Updated dependencies [[`c72d2f905`](https://github.com/Shopify/polaris/commit/c72d2f905df9197f4c476e6dbbd8808e0edd1018), [`795ae3782`](https://github.com/Shopify/polaris/commit/795ae3782fbdd98b09993d99e062f40b268bab2d), [`991d9fe69`](https://github.com/Shopify/polaris/commit/991d9fe696faaee22f112d30820943bff9f5ee35), [`75f08f32c`](https://github.com/Shopify/polaris/commit/75f08f32c2cf594a73d3d32276bab5bcf87490bf)]: + - @shopify/polaris@11.3.1 + - @shopify/polaris-icons@7.2.0 + ## 0.55.7 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 6a8c2a50a03..f9c3df46b91 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.55.7", + "version": "0.55.8", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -26,8 +26,8 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.3.0", - "@shopify/polaris-icons": "^7.1.0", + "@shopify/polaris": "^11.3.1", + "@shopify/polaris-icons": "^7.2.0", "@shopify/polaris-tokens": "^7.3.1", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",