Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main-beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 16, 2025
2 parents 0d8c153 + b099552 commit 2e31ca3
Show file tree
Hide file tree
Showing 8 changed files with 3,126 additions and 1,425 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ plugins:
label: Released ESLint Config NPM Tarball
- path: CHANGELOG.md
label: Changelog
successComment: false
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.0.0-beta.45](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.44...v5.0.0-beta.45) (2025-01-16)

### Bug Fixes

* overall dependencies invalidation ([35e3042](https://github.com/exadel-inc/esl/commit/35e30421b012dac82509b54dcc4a3e54dc4e9449))

## [5.0.0-beta.44](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.43...v5.0.0-beta.44) (2025-01-16)

### Bug Fixes

* **esl-mixin-element:** fix ESLMixin broken order when mixins modify DOM when connected ([36352d9](https://github.com/exadel-inc/esl/commit/36352d96e1512d70ff70742747632acb9968601d))
* **esl-toggleable:** inner activator leads to infinite loop while getting toggleables chain ([b8c40dc](https://github.com/exadel-inc/esl/commit/b8c40dc539d2bb1650237b3672a01a2a8924c937))
* **eslint-plugin:** remove 4 version checks due to stable 5.0.0 release; fix unexpected version note message ([2312443](https://github.com/exadel-inc/esl/commit/231244375b83b8a061bfff3fa4dc74a0738a7db5))

## [5.0.0-beta.43](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.42...v5.0.0-beta.43) (2024-12-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@exadel/esl-snapshot-tests",
"version": "5.0.0-beta.43",
"version": "5.0.0-beta.45",
"description": "Integration snapshot tests for ESL",
"homepage": "https://esl-ui.com/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@exadel/eslint-config-esl",
"private": false,
"version": "5.0.0-beta.43",
"version": "5.0.0-beta.45",
"keywords": [
"eslint",
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@exadel/eslint-plugin-esl",
"private": false,
"version": "5.0.0-beta.43",
"version": "5.0.0-beta.45",
"keywords": [
"eslint",
"eslint-plugin",
Expand Down
Loading

0 comments on commit 2e31ca3

Please sign in to comment.