From d1122bb5193598f131aace72294d55e8d920cc46 Mon Sep 17 00:00:00 2001 From: Sun Liang Date: Wed, 19 Jun 2019 12:44:28 +0800 Subject: [PATCH] v4.1.2 --- 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 0e266625..4d1cdc25 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 69f124c8..b94240f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hackplan/polaris", "description": "Shopify’s product component library", - "version": "4.1.0", + "version": "4.1.2", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/src/components/README.md b/src/components/README.md index 94a81d57..e85927af 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 ```