Skip to content

Commit

Permalink
Merge branch 'release/0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Halvorson committed Jul 17, 2018
2 parents 3fb4ee3 + f8c2fbc commit 4b834c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<Tabs>` and `<Tab>` with initial API.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"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/"
},
"main": "index.js",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 4b834c6

Please sign in to comment.