Skip to content

Commit 9c1c398

Browse files
committed
v3.1.1
1 parent 5cee130 commit 9c1c398

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn add @shopify/polaris
3131
1. Include the CSS in your HTML:
3232

3333
```html
34-
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.0/polaris.min.css" />
34+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.1/polaris.min.css" />
3535
```
3636

3737
> Note: you can import the CSS directly into your project if your asset packager supports it:
@@ -74,7 +74,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7474
1. Include the CSS in your HTML:
7575

7676
```html
77-
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.0/polaris.min.css" />
77+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.1/polaris.min.css" />
7878
```
7979

8080
2. Include the markup and associated classes in your HTML document:

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

src/components/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use React components in most cases, especially if you’re building a highly int
5050
- Include the CSS in your HTML to implement:
5151

5252
```html
53-
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.0/polaris.min.css" />
53+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.1/polaris.min.css" />
5454
```
5555

5656
- Have a look at the [CSS examples](https://github.com/Shopify/polaris-react/tree/master/examples/cdn-styles) to see how it’s done
@@ -68,7 +68,7 @@ Here are some basic instructions to help you get started for both React and CSS-
6868
Include the CSS in your HTML:
6969

7070
```html
71-
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.0/polaris.min.css" />
71+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.1/polaris.min.css" />
7272
```
7373

7474
First, import the component into your project:
@@ -98,7 +98,7 @@ ReactDOM.render(app, domContainerNode);
9898
Include the CSS stylesheet in your HTML:
9999

100100
```html
101-
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.0/polaris.min.css" />
101+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.1.1/polaris.min.css" />
102102
```
103103

104104
Add the appropriate classes to your HTML elements:

0 commit comments

Comments
 (0)