Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.35
Browse files Browse the repository at this point in the history
## [5.0.0-beta.35](v5.0.0-beta.34...v5.0.0-beta.35) (2024-09-30)

### Features

* **esl-carousel:** add attribute to carousel if it has only one slide ([25dc3bb](25dc3bb))
* **eslint-config:** introducing shared eslint-config for esl projects (internal use only for now) ([ca5f454](ca5f454))
* **lint:** adapt eslint plugin to be used with ESLint 9 ([93c90d2](93c90d2))

### Bug Fixes

* **lint:** fix Literal import processing & update eslint 9.11.1 ([3345564](3345564))
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 72b7d48 commit 41c838a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.0.0-beta.35](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.34...v5.0.0-beta.35) (2024-09-30)

### Features

* **esl-carousel:** add attribute to carousel if it has only one slide ([25dc3bb](https://github.com/exadel-inc/esl/commit/25dc3bba2c614362c5d8abee99e78cc0f83c5f86))
* **eslint-config:** introducing shared eslint-config for esl projects (internal use only for now) ([ca5f454](https://github.com/exadel-inc/esl/commit/ca5f4549645683a3cf191943ab7df098cb206915))
* **lint:** adapt eslint plugin to be used with ESLint 9 ([93c90d2](https://github.com/exadel-inc/esl/commit/93c90d2678d463c2e5c4c1d3c141db68eb1982fb))

### Bug Fixes

* **lint:** fix Literal import processing & update eslint 9.11.1 ([3345564](https://github.com/exadel-inc/esl/commit/334556429dc2f976c669d0662654056ab0876e90))

## [5.0.0-beta.34](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.33...v5.0.0-beta.34) (2024-09-19)

### Features
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.34",
"version": "5.0.0-beta.35",
"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,6 +1,6 @@
{
"name": "@exadel/eslint-config-esl",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"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,6 +1,6 @@
{
"name": "@exadel/eslint-plugin-esl",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"keywords": [
"eslint",
"eslint-plugin",
Expand Down
12 changes: 6 additions & 6 deletions 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": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"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
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/esl-website",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"private": true,
"description": "ESL Website source",
"homepage": "https://esl-ui.com/",
Expand Down

0 comments on commit 41c838a

Please sign in to comment.