From a5fabb5038899141f2dbc528825710e2effe09d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Apr 2023 00:38:02 +0000 Subject: [PATCH] Version Packages --- .changeset/grumpy-squids-dance.md | 5 ----- .changeset/rude-kings-cheer.md | 5 ----- polaris-cli/CHANGELOG.md | 2 ++ polaris-cli/package.json | 2 +- polaris-codemods/package.json | 2 +- polaris-icons/CHANGELOG.md | 6 ++++++ polaris-icons/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 9 +++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- 13 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 .changeset/grumpy-squids-dance.md delete mode 100644 .changeset/rude-kings-cheer.md diff --git a/.changeset/grumpy-squids-dance.md b/.changeset/grumpy-squids-dance.md deleted file mode 100644 index caf62757291..00000000000 --- a/.changeset/grumpy-squids-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed PopoverOverlay not closing diff --git a/.changeset/rude-kings-cheer.md b/.changeset/rude-kings-cheer.md deleted file mode 100644 index d41020c1852..00000000000 --- a/.changeset/rude-kings-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added any click attribution model icon diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 016d066b072..d4194633f83 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.1.32 + ## 0.1.31 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 044600cc111..e342bddb0f6 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.31", + "version": "0.1.32", "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 eff98b23f25..e8cb34d0fc2 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^10.47.0", + "@shopify/polaris": "^10.47.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 b4ae21d7ab4..fd6d88aa606 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.14.0 + +### Minor Changes + +- [#9049](https://github.com/Shopify/polaris/pull/9049) [`13b1a9109`](https://github.com/Shopify/polaris/commit/13b1a9109b996dd19f996b9bdf2a15b96c519c49) Thanks [@vngauv](https://github.com/vngauv)! - Added any click attribution model icon + ## 6.13.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 154139f8483..98b4f7488e9 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "6.13.0", + "version": "6.14.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 097d96d41a2..b3b9aa92856 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -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.47.0", + "@shopify/polaris": "^10.47.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 713a9e38e6f..c67fc7bda3f 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 10.47.1 + +### Patch Changes + +- [#9057](https://github.com/Shopify/polaris/pull/9057) [`65db7dd2b`](https://github.com/Shopify/polaris/commit/65db7dd2be650b49b54350ba458700d7c29e7c0d) Thanks [@qt314](https://github.com/qt314)! - Fixed PopoverOverlay not closing + +- Updated dependencies [[`13b1a9109`](https://github.com/Shopify/polaris/commit/13b1a9109b996dd19f996b9bdf2a15b96c519c49)]: + - @shopify/polaris-icons@6.14.0 + ## 10.47.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index e33571869eb..3322ffc6cd2 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 7bd96e1b317..e6e96273984 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.47.0", + "version": "10.47.1", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -62,7 +62,7 @@ "preversion": "node ./scripts/readme-update-version" }, "dependencies": { - "@shopify/polaris-icons": "^6.13.0", + "@shopify/polaris-icons": "^6.14.0", "@shopify/polaris-tokens": "^6.12.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 6e770150ccc..7cb6e6cd344 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.50.2 + +### Patch Changes + +- Updated dependencies [[`65db7dd2b`](https://github.com/Shopify/polaris/commit/65db7dd2be650b49b54350ba458700d7c29e7c0d), [`13b1a9109`](https://github.com/Shopify/polaris/commit/13b1a9109b996dd19f996b9bdf2a15b96c519c49)]: + - @shopify/polaris@10.47.1 + - @shopify/polaris-icons@6.14.0 + ## 0.50.1 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 216418fa2c2..aa860beb2f3 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.50.1", + "version": "0.50.2", "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,8 +22,8 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.47.0", - "@shopify/polaris-icons": "^6.13.0", + "@shopify/polaris": "^10.47.1", + "@shopify/polaris-icons": "^6.14.0", "@shopify/polaris-tokens": "^6.12.0", "@radix-ui/react-polymorphic": "^0.0.14", "@types/react-syntax-highlighter": "^15.5.6",