Skip to content

Commit

Permalink
v6.2.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dleroux committed Apr 5, 2021
1 parent bb57afb commit 83810fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@6.2.0/dist/styles.css"
href="https://unpkg.com/@shopify/polaris@6.2.1-rc.1/dist/styles.css"
/>
```

Expand Down Expand Up @@ -76,7 +76,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@6.2.0/dist/styles.css"
href="https://unpkg.com/@shopify/polaris@6.2.1-rc.1/dist/styles.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s product component library",
"version": "6.2.0",
"version": "6.2.1-rc.1",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Include the CSS in your HTML. We suggest copying the styles file into your own p
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@6.2.0/dist/styles.css"
href="https://unpkg.com/@shopify/polaris@6.2.1-rc.1/dist/styles.css"
/>
```

Expand Down Expand Up @@ -100,7 +100,7 @@ Include the CSS stylesheet in your HTML. We suggest copying the styles file into
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@6.2.0/dist/styles.css"
href="https://unpkg.com/@shopify/polaris@6.2.1-rc.1/dist/styles.css"
/>
```

Expand Down

0 comments on commit 83810fb

Please sign in to comment.