Skip to content

Commit c3593e4

Browse files
committed
v3.5.0
1 parent 505d14f commit c3593e4

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.5.0-rc.3/polaris.min.css"
36+
href="https://sdks.shopifycdn.com/polaris/3.5.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.5.0-rc.3/polaris.min.css"
82+
href="https://sdks.shopifycdn.com/polaris/3.5.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.5.0-rc.3",
4+
"version": "3.5.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
@@ -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.5.0-rc.3/polaris.min.css" />
53+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.5.0/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.5.0-rc.3/polaris.min.css" />
71+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.5.0/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.5.0-rc.3/polaris.min.css" />
101+
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.5.0/polaris.min.css" />
102102
```
103103

104104
Add the appropriate classes to your HTML elements:

0 commit comments

Comments
 (0)