Skip to content

Commit

Permalink
chore(release): 2.7.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0-beta.2](v2.7.0-beta.1...v2.7.0-beta.2) (2021-05-20)

### Bug Fixes

* **esl-utils:** update export list ([5b9df8b](5b9df8b))

### Code Refactoring

* **esl-utils:** remove deprecations of version v2.0.0 ([cbd38b6](cbd38b6))

### Features

* **esl-utils:** aggregate decorator function introduced ([0915fd6](0915fd6))
* **esl-utils:** focus order utility ([bd61f99](bd61f99))

### BREAKING CHANGES

* **esl-utils:** `CSSUtil` from 'esl-utils/dom/styles' is removed;
`ScrollUtility` alias is no longer available use `ScrollUtils` instead;
`@override` and `@readonly` deprecated decorators are removed use `@prop` decorator instead;
  • Loading branch information
semantic-release-bot committed May 20, 2021
1 parent c11458f commit f9d3daa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.7.0-beta.2](https://github.com/exadel-inc/esl/compare/v2.7.0-beta.1...v2.7.0-beta.2) (2021-05-20)


### Bug Fixes

* **esl-utils:** update export list ([5b9df8b](https://github.com/exadel-inc/esl/commit/5b9df8b2733efa8fbf3999c47150b4e7e2464ad5))


### Code Refactoring

* **esl-utils:** remove deprecations of version v2.0.0 ([cbd38b6](https://github.com/exadel-inc/esl/commit/cbd38b6011b790b89a243fb4b0d419b7c80907a8))


### Features

* **esl-utils:** aggregate decorator function introduced ([0915fd6](https://github.com/exadel-inc/esl/commit/0915fd6dfad7f09405ebb71877f82fd1a0ed1a92))
* **esl-utils:** focus order utility ([bd61f99](https://github.com/exadel-inc/esl/commit/bd61f996c5138254bade5a19c40561ed075d340b))


### BREAKING CHANGES

* **esl-utils:** `CSSUtil` from 'esl-utils/dom/styles' is removed;
`ScrollUtility` alias is no longer available use `ScrollUtils` instead;
`@override` and `@readonly` deprecated decorators are removed use `@prop` decorator instead;

# [2.7.0-beta.1](https://github.com/exadel-inc/esl/compare/v2.6.4...v2.7.0-beta.1) (2021-05-17)


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,6 +1,6 @@
{
"name": "@exadel/esl",
"version": "2.7.0-beta.1",
"version": "2.7.0-beta.2",
"private": false,
"description": "Exadel Smart Library (ESL) - is the lightweight custom elements library that provide a set of super-flexible components",
"license": "MIT",
Expand Down

0 comments on commit f9d3daa

Please sign in to comment.