Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.2...v2.4.0) (2021-04-13)

### Bug Fixes

* add ability to pass custom user data trough toggleable params ([9e7af26](9e7af26))

### Features

* extend Scrollable Tabs to support center position ([b3bb7d8](b3bb7d8))
* override and readonly decorators deprecate and replaced with a `prop` decorator ([eb4040e](eb4040e))
  • Loading branch information
semantic-release-bot committed Apr 13, 2021
1 parent 5dbb633 commit 6d8242d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.4.0](https://github.com/exadel-inc/esl/compare/v2.3.2...v2.4.0) (2021-04-13)


### Bug Fixes

* add ability to pass custom user data trough toggleable params ([9e7af26](https://github.com/exadel-inc/esl/commit/9e7af2640be7868749184cff0fb9d489229b1dbb))


### Features

* extend Scrollable Tabs to support center position ([b3bb7d8](https://github.com/exadel-inc/esl/commit/b3bb7d8f3602a81da4f5ce7bfab6e48db73df4ac))
* override and readonly decorators deprecate and replaced with a `prop` decorator ([eb4040e](https://github.com/exadel-inc/esl/commit/eb4040e08ce7522e330faabb6696fbc1f0d25afa))

## [2.3.2](https://github.com/exadel-inc/esl/compare/v2.3.1...v2.3.2) (2021-04-08)


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 @@
{
"private": false,
"name": "@exadel/esl",
"version": "2.3.2",
"version": "2.4.0",
"description": "Exadel Smart Library (ESL) - is the lightweight custom elements library that provide a set of super-flexible components",
"license": "MIT",
"homepage": "https://exadel-inc.github.io/esl/",
Expand Down

0 comments on commit 6d8242d

Please sign in to comment.