mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 17:02:42 +08:00
v4.1.6
This commit is contained in:
@@ -39,7 +39,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.5/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.6/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -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://sdks.shopifycdn.com/polaris/4.1.5/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.6/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@hackplan/polaris",
|
||||
"description": "Shopify’s product component library",
|
||||
"version": "4.1.5",
|
||||
"version": "4.1.6",
|
||||
"private": false,
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"author": "Shopify <dev@shopify.com>",
|
||||
|
||||
@@ -53,7 +53,7 @@ Use CSS components if you don’t have or want a build system for your project.
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.5/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.6/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -74,7 +74,7 @@ Include the CSS in your HTML. We suggest copying the styles file into your own p
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.5/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.6/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -108,7 +108,7 @@ Include the CSS stylesheet in your HTML. We suggest copying the styles file into
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.5/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.6/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user