From 5c5d5122afb80db294c4f2feeb8cc28bce8eb620 Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Tue, 13 Aug 2019 17:03:32 -0400 Subject: [PATCH] v4.0.0-rc.3 --- 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 dddcbd8a..3b91a611 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 39c00041..fa3acf64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s product component library", - "version": "4.0.0-rc.2", + "version": "4.0.0-rc.3", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/src/components/README.md b/src/components/README.md index 71a7345e..353e7e24 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 ```