Skip to content

Commit 8277328

Browse files
committed
v3.11.0
1 parent 2ef61ff commit 8277328

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
@@ -33,7 +33,7 @@ yarn add @shopify/polaris
3333
```html
3434
<link
3535
rel="stylesheet"
36-
href="https://sdks.shopifycdn.com/polaris/3.10.0/polaris.min.css"
36+
href="https://sdks.shopifycdn.com/polaris/3.11.0/polaris.min.css"
3737
/>
3838
```
3939

@@ -79,7 +79,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7979
```html
8080
<link
8181
rel="stylesheet"
82-
href="https://sdks.shopifycdn.com/polaris/3.10.0/polaris.min.css"
82+
href="https://sdks.shopifycdn.com/polaris/3.11.0/polaris.min.css"
8383
/>
8484
```
8585

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.10.0",
4+
"version": "3.11.0",
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
@@ -52,7 +52,7 @@ Use React components in most cases, especially if you’re building a highly int
5252
```html
5353
<link
5454
rel="stylesheet"
55-
href="https://sdks.shopifycdn.com/polaris/3.10.0/polaris.min.css"
55+
href="https://sdks.shopifycdn.com/polaris/3.11.0/polaris.min.css"
5656
/>
5757
```
5858

@@ -73,7 +73,7 @@ Include the CSS in your HTML:
7373
```html
7474
<link
7575
rel="stylesheet"
76-
href="https://sdks.shopifycdn.com/polaris/3.10.0/polaris.min.css"
76+
href="https://sdks.shopifycdn.com/polaris/3.11.0/polaris.min.css"
7777
/>
7878
```
7979

@@ -106,7 +106,7 @@ Include the CSS stylesheet in your HTML:
106106
```html
107107
<link
108108
rel="stylesheet"
109-
href="https://sdks.shopifycdn.com/polaris/3.10.0/polaris.min.css"
109+
href="https://sdks.shopifycdn.com/polaris/3.11.0/polaris.min.css"
110110
/>
111111
```
112112

0 commit comments

Comments
 (0)