diff --git a/.changeset/chatty-candles-shave.md b/.changeset/chatty-candles-shave.md deleted file mode 100644 index 93e6aba6189..00000000000 --- a/.changeset/chatty-candles-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Updated FirstViewMajor icon diff --git a/.changeset/dirty-hairs-sell.md b/.changeset/dirty-hairs-sell.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/dirty-hairs-sell.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 937a989bd60..6bc0c54f05b 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.2.25 + ## 0.2.24 ## 0.2.23 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 8d14e69af9d..04b896b120f 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.2.24", + "version": "0.2.25", "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 9f5b557d91e..6073798923e 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^11.9.0", + "@shopify/polaris": "^11.9.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 348c762b11c..04c92b4d7e6 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.7.0 + +### Minor Changes + +- [#9810](https://github.com/Shopify/polaris/pull/9810) [`6bb284d11`](https://github.com/Shopify/polaris/commit/6bb284d11f100b5813c27ded6cc9779eb7fc9a49) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated FirstViewMajor icon + ## 7.6.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index d7117356043..87e09caac16 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "7.6.0", + "version": "7.7.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 a904a4bd324..71eb13b5ad5 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.9.0", + "@shopify/polaris": "^11.9.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 679851ecad8..820f601a833 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 11.9.1 + +### Patch Changes + +- Updated dependencies [[`6bb284d11`](https://github.com/Shopify/polaris/commit/6bb284d11f100b5813c27ded6cc9779eb7fc9a49)]: + - @shopify/polaris-icons@7.7.0 + ## 11.9.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index cd6dba769f5..b63595e53e7 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 8d7c9ef05aa..bcffa53c892 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.9.0", + "version": "11.9.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.6.0", + "@shopify/polaris-icons": "^7.7.0", "@shopify/polaris-tokens": "^7.5.2", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index c5b747d8c6c..656fa7050fe 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 0.56.3 + +### Patch Changes + +- Updated dependencies [[`6bb284d11`](https://github.com/Shopify/polaris/commit/6bb284d11f100b5813c27ded6cc9779eb7fc9a49)]: + - @shopify/polaris-icons@7.7.0 + - @shopify/polaris@11.9.1 + ## 0.56.2 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 9d5462acf4e..6a4ca23c4c5 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.56.2", + "version": "0.56.3", "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.9.0", - "@shopify/polaris-icons": "^7.6.0", + "@shopify/polaris": "^11.9.1", + "@shopify/polaris-icons": "^7.7.0", "@shopify/polaris-tokens": "^7.5.2", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",