Skip to content

Commit a340f69

Browse files
github-actions[bot]sophschneider
authored andcommitted
Version Packages (beta)
1 parent 544cd16 commit a340f69

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
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-react/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7070
```html
7171
<link
7272
rel="stylesheet"
73+
<<<<<<< HEAD
7374
href="https://unpkg.com/@shopify/polaris@11.19.0/build/esm/styles.css"
75+
=======
76+
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.0/build/esm/styles.css"
77+
>>>>>>> 3a2b6f6b7 (Version Packages (beta))
7478
/>
7579
```
7680

polaris-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4+
<<<<<<< HEAD
45
"version": "11.19.0",
6+
=======
7+
"version": "12.0.0-beta.0",
8+
>>>>>>> 3a2b6f6b7 (Version Packages (beta))
59
"private": false,
610
"license": "SEE LICENSE IN LICENSE.md",
711
"author": "Shopify <dev@shopify.com>",

0 commit comments

Comments
 (0)