diff --git a/README.md b/README.md index 17e1fb2c7e1..ae19c67013e 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 f918b8fba9b..e4d13968f0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s product component library", - "version": "3.17.0-rc.1", + "version": "3.17.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/src/components/README.md b/src/components/README.md index 1a46346809f..0c789ce25ce 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 ```