Skip to content

Commit 64e5ae4

Browse files
github-actions[bot]sophschneider
authored andcommitted
Version Packages (beta)
1 parent 5bd526a commit 64e5ae4

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"polaris.shopify.com": "0.56.3",
1313
"@shopify/stylelint-polaris": "13.0.8"
1414
},
15-
"changesets": []
15+
"changesets": [
16+
"nice-zoos-vanish"
17+
]
1618
}

polaris-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jscodeshift": "^0.13.1"
4242
},
4343
"devDependencies": {
44-
"@shopify/polaris": "^11.11.0",
44+
"@shopify/polaris": "^12.0.0-beta.0",
4545
"@types/jscodeshift": "^0.11.6",
4646
"jscodeshift": "^0.13.1",
4747
"plop": "^3.1.2",

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^11.11.0",
58+
"@shopify/polaris": "^12.0.0-beta.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 12.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [`c69524c3c`](https://github.com/Shopify/polaris/commit/c69524c3ca024383344cafe6ede8feda7c9e99eb) Thanks [@samrose3](https://github.com/samrose3)! - Enabled the Summer Editions 2023 feature flag by default
8+
39
## 11.11.0
410

511
### Minor Changes

polaris-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
3333
```html
3434
<link
3535
rel="stylesheet"
36-
href="https://unpkg.com/@shopify/polaris@11.11.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.0/build/esm/styles.css"
3737
/>
3838
```
3939

@@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7070
```html
7171
<link
7272
rel="stylesheet"
73-
href="https://unpkg.com/@shopify/polaris@11.11.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.0/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "11.11.0",
4+
"version": "12.0.0-beta.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",

polaris.shopify.com/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@floating-ui/react-dom-interactions": "^0.10.1",
2727
"@headlessui/react": "^1.6.5",
2828
"@radix-ui/react-polymorphic": "^0.0.14",
29-
"@shopify/polaris": "^11.11.0",
29+
"@shopify/polaris": "^12.0.0-beta.0",
3030
"@shopify/polaris-icons": "^7.8.0",
3131
"@shopify/polaris-tokens": "^7.5.2",
3232
"@types/react-syntax-highlighter": "^15.5.6",

0 commit comments

Comments
 (0)