From 18f7de2485ec4f5270d4487f9ea94501660a2785 Mon Sep 17 00:00:00 2001 From: ShinCurry Date: Wed, 7 Aug 2019 15:35:25 +0800 Subject: [PATCH] v4.1.8 --- README.md | 4 ++-- package.json | 2 +- src/components/README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b19fc1a7..cc9a2402 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ yarn add @shopify/polaris ```html ``` @@ -81,7 +81,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/package.json b/package.json index 112d4464..d890bd22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hackplan/polaris", "description": "Shopify’s product component library", - "version": "4.1.7", + "version": "4.1.8", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/src/components/README.md b/src/components/README.md index b6202fea..3f909cb4 100644 --- a/src/components/README.md +++ b/src/components/README.md @@ -52,7 +52,7 @@ Use React components in most cases, especially if you’re building a highly int ```html ``` @@ -73,7 +73,7 @@ Include the CSS in your HTML: ```html ``` @@ -106,7 +106,7 @@ Include the CSS stylesheet in your HTML: ```html ```