Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.4...v2.1.0) (2020-05-22)

### Bug Fixes

* **tabs:** react to changes within fw-tabs ([c1fe804](c1fe804))
* month Year Dropdown ([8ac0322](8ac0322))
* select component default value fix ([7be93c5](7be93c5))
* style and default value fix ([dda833f](dda833f))

### Features

* **datepicker:** adding Datepicker component ([9208e76](9208e76))
  • Loading branch information
semantic-release-bot committed May 22, 2020
1 parent dda833f commit f09e54c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/freshdesk/crayons/compare/v2.0.4...v2.1.0) (2020-05-22)


### Bug Fixes

* **tabs:** react to changes within fw-tabs ([c1fe804](https://github.com/freshdesk/crayons/commit/c1fe804dc27b38333ebf9fa01e3b4df038425c0a))
* month Year Dropdown ([8ac0322](https://github.com/freshdesk/crayons/commit/8ac0322895e4c91e381b9a3e425478c303f9923e))
* select component default value fix ([7be93c5](https://github.com/freshdesk/crayons/commit/7be93c5d5f1e5e5c94604d58d4c84afd2d36260f))
* style and default value fix ([dda833f](https://github.com/freshdesk/crayons/commit/dda833f3f5440a3fde480131f861f0d11b39f4f1))


### Features

* **datepicker:** adding Datepicker component ([9208e76](https://github.com/freshdesk/crayons/commit/9208e765ce161edbce3ca497521c8c06bc946f1f))

## [2.0.5](https://github.com/freshdesk/crayons/compare/v2.0.4...v2.0.5) (2020-05-22)


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
Expand Up @@ -15,7 +15,7 @@
"components"
],
"author": "Freshworks Inc",
"version": "2.0.5",
"version": "2.1.0",
"description": "Crayons for Developer Platform",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit f09e54c

Please sign in to comment.