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

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Jan 17, 2019
1 parent 6169126 commit 23ea486
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/sappira-inc/molekule/compare/v2.2.5...v3.0.0) (2019-01-17)


### Bug Fixes

* **Input:** Use parentNode.removeChild to teardown textarea shadow node in support of older browsers ([#15](https://github.com/sappira-inc/molekule/issues/15)) ([6169126](https://github.com/sappira-inc/molekule/commit/6169126))


### Features

* Add Badge component and update Badge/Alert variants ([#13](https://github.com/sappira-inc/molekule/issues/13)) ([cc3fcc0](https://github.com/sappira-inc/molekule/commit/cc3fcc0))


### BREAKING CHANGES

* the variants hash will require an update to scope variants by their associated components



<a name="2.2.5"></a>
## [2.2.5](https://github.com/sappira-inc/molekule/compare/v2.2.4...v2.2.5) (2018-12-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "molekule",
"description": "React component library built on top of styled-components and styled-system",
"version": "2.2.5",
"version": "3.0.0",
"main": "lib/molekule.js",
"module": "lib/molekule.es.js",
"files": [
Expand Down

0 comments on commit 23ea486

Please sign in to comment.