From 64e5ae4b7a6405cdfc8a8ff8a459dbaa106aee5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Jul 2023 00:11:21 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 4 +++- polaris-codemods/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 6 ++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/package.json | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 19b99aced6f..6147977eca8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,5 +12,7 @@ "polaris.shopify.com": "0.56.3", "@shopify/stylelint-polaris": "13.0.8" }, - "changesets": [] + "changesets": [ + "nice-zoos-vanish" + ] } diff --git a/polaris-codemods/package.json b/polaris-codemods/package.json index 8eb7b64f915..fcd9300ff7b 100644 --- a/polaris-codemods/package.json +++ b/polaris-codemods/package.json @@ -41,7 +41,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@shopify/polaris": "^11.11.0", + "@shopify/polaris": "^12.0.0-beta.0", "@types/jscodeshift": "^0.11.6", "jscodeshift": "^0.13.1", "plop": "^3.1.2", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index a3cfab6c45f..a9e6c7e460d 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.11.0", + "@shopify/polaris": "^12.0.0-beta.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 95d90c3ebcf..a314e34172d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.0.0-beta.0 + +### Major Changes + +- [`c69524c3c`](https://github.com/Shopify/polaris/commit/c69524c3ca024383344cafe6ede8feda7c9e99eb) Thanks [@samrose3](https://github.com/samrose3)! - Enabled the Summer Editions 2023 feature flag by default + ## 11.11.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 9dddcf34b51..f089828a524 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 f29c7290260..67ec3f8a06f 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.11.0", + "version": "12.0.0-beta.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index ba7bba5c5b0..2c9a6acfff9 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -26,7 +26,7 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.11.0", + "@shopify/polaris": "^12.0.0-beta.0", "@shopify/polaris-icons": "^7.8.0", "@shopify/polaris-tokens": "^7.5.2", "@types/react-syntax-highlighter": "^15.5.6",