Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
chore: Fix Changelog; downgrade standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Feb 27, 2019
1 parent e440cb2 commit 045ae6a
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 153 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,35 @@ All notable changes to this project will be documented in this file. See [standa



## [3.2.1](https://github.com/sappira-inc/molekule/compare/v3.2.0...v3.2.1) (2019-02-26)

### Bug Fixes

* Add back lodash dependency ([f367575](https://github.com/sappira-inc/molekule/commit/f367575))
* Bump react peer dependencies ([9c4ec32](https://github.com/sappira-inc/molekule/commit/9c4ec32))



# [3.2.0](https://github.com/sappira-inc/molekule/compare/v3.1.0...v3.2.0) (2019-02-26)


### Features

* **Formbot:** Support for yup via validationSchema; Add Context provider and EasyInput consumer ([#20](https://github.com/sappira-inc/molekule/issues/20)) ([2e457be](https://github.com/sappira-inc/molekule/commit/2e457be))



# [3.1.0](https://github.com/sappira-inc/molekule/compare/v3.0.1...v3.1.0) (2019-02-20)


### Bug Fixes

* **Dropdown:** Support for configuring dropdown offset ([#17](https://github.com/sappira-inc/molekule/issues/17)) ([c739ff3](https://github.com/sappira-inc/molekule/commit/c739ff3))

### Features

* **Linkify:** Add markdown support ([#14](https://github.com/sappira-inc/molekule/issues/14)) ([23b89d1](https://github.com/sappira-inc/molekule/commit/23b89d1))

<a name="3.0.1"></a>
## [3.0.1](https://github.com/sappira-inc/molekule/compare/v3.0.0...v3.0.1) (2019-01-28)

Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<div align="center">
<h1>⚛️ Molekule</h1>
<p>The last React component library you'll ever need</p>


[![Build Status](https://travis-ci.org/sappira-inc/molekule.svg?branch=master)](https://travis-ci.org/sappira-inc/molekule)
[![codecov](https://codecov.io/gh/sappira-inc/molekule/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/molekule)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-:D-blue.svg?style="flats")](https://conventionalcommits.org)
</div>
# ⚛️ Molekule [![Build Status](https://travis-ci.org/sappira-inc/molekule.svg?branch=master)](https://travis-ci.org/sappira-inc/molekule) [![codecov](https://codecov.io/gh/sappira-inc/molekule/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/molekule) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-:D-blue.svg?style="flats")](https://conventionalcommits.org)

> The last React component library you'll ever need
## Contributing

Expand All @@ -18,3 +11,11 @@ $ git clone [email protected]:sappira-inc/molekule.git
$ npm install
$ npm run docs
```

## Releasing

```
$ npm run release
$ git push --follow-tags
$ npm publish
```
Loading

0 comments on commit 045ae6a

Please sign in to comment.