Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dleroux committed Nov 12, 2019
1 parent bee562a commit c6f5b8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
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@4.8.0-rc.2/styles.min.css"
href="https://unpkg.com/@shopify/polaris@4.8.0/styles.min.css"
/>
```

Expand Down Expand Up @@ -82,7 +82,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@4.8.0-rc.2/styles.min.css"
href="https://unpkg.com/@shopify/polaris@4.8.0/styles.min.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s product component library",
"version": "4.8.0-rc.2",
"version": "4.8.0",
"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
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@4.8.0-rc.2/styles.min.css"
href="https://unpkg.com/@shopify/polaris@4.8.0/styles.min.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@4.8.0-rc.2/styles.min.css"
href="https://unpkg.com/@shopify/polaris@4.8.0/styles.min.css"
/>
```

Expand Down

0 comments on commit c6f5b8f

Please sign in to comment.