From 1619adad7240b55e8531a32256fd5d836d59b723 Mon Sep 17 00:00:00 2001 From: Jamie Halvorson Date: Tue, 17 Jul 2018 13:29:19 +0100 Subject: [PATCH 1/3] Add publishConfig and set to public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2d1ec7b..9f2e033 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "@cellosignal/react-tabs", "version": "0.0.3", "description": "Acessible react tabs that collapse into an accordion on mobile", + "publishConfig": { + "registry": "https://registry.npmjs.com/" + }, "main": "index.js", "scripts": { "test": "jest", From a8dc849b0d73bf3cc04786bf46ee51b37ea1e5d8 Mon Sep 17 00:00:00 2001 From: Jamie Halvorson Date: Tue, 17 Jul 2018 13:48:34 +0100 Subject: [PATCH 2/3] Add installation guides --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a8135ba..e853a9e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This component uses the Context API, therefore there is a minimum requirement of ![Desktop vs Mobile example](images/example.jpg) +## Installation + +``` +npm i @cellosignal/react-tabs +``` + ## Usage ```javascript From f8c2fbcd76736b337457b52c37d98bd6f3e8c0e1 Mon Sep 17 00:00:00 2001 From: Jamie Halvorson Date: Tue, 17 Jul 2018 13:49:32 +0100 Subject: [PATCH 3/3] Prep release --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d44ba..9e6babf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [0.0.4] - 17-07-18 +- Minor documentation updates, general tidy up + ## [0.0.3] - 17-07-18 - Public release of the tabs component, includes the `` and `` with initial API. \ No newline at end of file diff --git a/package.json b/package.json index 9f2e033..db35dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellosignal/react-tabs", - "version": "0.0.3", + "version": "0.0.4", "description": "Acessible react tabs that collapse into an accordion on mobile", "publishConfig": { "registry": "https://registry.npmjs.com/"