From 1ade40381d70b6e2dea423ffa78e0cc504d2e54b Mon Sep 17 00:00:00 2001 From: ShinCurry Date: Thu, 27 Jun 2019 17:36:12 +0800 Subject: [PATCH] v4.1.6 --- 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 6648f9ae..6a806d06 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into ```html ``` @@ -82,7 +82,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 4bea73f7..96f9a72a 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/src/components/README.md b/src/components/README.md index 537d34f5..71cb9cd1 100644 --- a/src/components/README.md +++ b/src/components/README.md @@ -53,7 +53,7 @@ Use CSS components if you don’t have or want a build system for your project. ```html ``` @@ -74,7 +74,7 @@ Include the CSS in your HTML. We suggest copying the styles file into your own p ```html ``` @@ -108,7 +108,7 @@ Include the CSS stylesheet in your HTML. We suggest copying the styles file into ```html ```