Skip to content

Commit 52673bd

Browse files
author
Tim Layton
committed
v4.7.1
1 parent 35dc11f commit 52673bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
3939
```html
4040
<link
4141
rel="stylesheet"
42-
href="https://unpkg.com/@shopify/[email protected].0/styles.min.css"
42+
href="https://unpkg.com/@shopify/[email protected].1/styles.min.css"
4343
/>
4444
```
4545

@@ -82,7 +82,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
8282
```html
8383
<link
8484
rel="stylesheet"
85-
href="https://unpkg.com/@shopify/[email protected].0/styles.min.css"
85+
href="https://unpkg.com/@shopify/[email protected].1/styles.min.css"
8686
/>
8787
```
8888

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 product component library",
4-
"version": "4.7.0",
4+
"version": "4.7.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

src/components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Include the CSS in your HTML. We suggest copying the styles file into your own p
6666
```html
6767
<link
6868
rel="stylesheet"
69-
href="https://unpkg.com/@shopify/[email protected].0/styles.min.css"
69+
href="https://unpkg.com/@shopify/[email protected].1/styles.min.css"
7070
/>
7171
```
7272

@@ -100,7 +100,7 @@ Include the CSS stylesheet in your HTML. We suggest copying the styles file into
100100
```html
101101
<link
102102
rel="stylesheet"
103-
href="https://unpkg.com/@shopify/[email protected].0/styles.min.css"
103+
href="https://unpkg.com/@shopify/[email protected].1/styles.min.css"
104104
/>
105105
```
106106

0 commit comments

Comments
 (0)