From d327a8ee4ffa5997b98d535987e5e787650b8054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Apr 2024 14:19:45 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-bears-greet.md | 5 ----- polaris-icons/CHANGELOG.md | 6 ++++++ polaris-icons/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 7 +++++++ polaris-react/package.json | 4 ++-- polaris.shopify.com/CHANGELOG.md | 8 ++++++++ polaris.shopify.com/package.json | 6 +++--- 8 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 .changeset/brown-bears-greet.md diff --git a/.changeset/brown-bears-greet.md b/.changeset/brown-bears-greet.md deleted file mode 100644 index a59b93ef1ca..00000000000 --- a/.changeset/brown-bears-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Adds BulletIcon to repository diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index 0ec0d5b5a5a..e6015fb4d72 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.11.0 + +### Minor Changes + +- [#11841](https://github.com/Shopify/polaris/pull/11841) [`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds BulletIcon to repository + ## 8.10.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 9771b60e858..d62a58a2970 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "8.10.0", + "version": "8.11.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 451b8429944..3837dd38ae7 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": "^12.26.0", + "@shopify/polaris": "^12.26.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 f5c336dbe5d..feee3483837 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 12.26.1 + +### Patch Changes + +- Updated dependencies [[`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e)]: + - @shopify/polaris-icons@8.11.0 + ## 12.26.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 5eba3d74abb..e26af581991 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": "12.26.0", + "version": "12.26.1", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -55,7 +55,7 @@ "storybook:build": "storybook build -o build-internal/storybook/static" }, "dependencies": { - "@shopify/polaris-icons": "^8.10.0", + "@shopify/polaris-icons": "^8.11.0", "@shopify/polaris-tokens": "^8.10.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index a3d96f76ebd..51f632d999c 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.67.3 + +### Patch Changes + +- Updated dependencies [[`7750bfa4c`](https://github.com/Shopify/polaris/commit/7750bfa4c2c45215935cedcc21746e8fc3dd400e)]: + - @shopify/polaris-icons@8.11.0 + - @shopify/polaris@12.26.1 + ## 0.67.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 0e7962b3f4e..a964399259d 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.67.2", + "version": "0.67.3", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -28,8 +28,8 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.26.0", - "@shopify/polaris-icons": "^8.10.0", + "@shopify/polaris": "^12.26.1", + "@shopify/polaris-icons": "^8.11.0", "@shopify/polaris-tokens": "^8.10.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",