Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
1 parent 6dd5e6f commit dc3a03f
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .release/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"@exadel/esl": "5.0.0",
"@exadel/eslint-config-esl": "5.0.0",
"@exadel/eslint-plugin-esl": "5.0.0"
"@exadel/eslint-plugin-esl": "5.0.0",
".": "1.0.0",
"eslint-config": "1.0.0",
"eslint-plugin": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

* **eslint-plugin:** remove peer dependency for esl (handled via warnings) ([c06fbde](https://github.com/exadel-inc/esl/commit/c06fbdee050ff5608eda8d3e8bb8c4fba000b981))

## 1.0.0 (2025-01-31)


### Bug Fixes

* **esl-carousel:** ability to provide slide size fallback trough `--esl-slide-fallback-size` variable ([78ae62f](https://github.com/exadel-inc/esl/commit/78ae62f01ce651a24aa165115382ff13d96a0b84)), closes [#2879](https://github.com/exadel-inc/esl/issues/2879)
* **esl-carousel:** fix initial rendering layout shift to eliminate CLS degradation ([7d65335](https://github.com/exadel-inc/esl/commit/7d6533548545744502191b761773e6be9c5081eb)), closes [#2879](https://github.com/exadel-inc/esl/issues/2879)
* **esl-image-utils:** omit console warnings in case of missing inner image ([ca13a8a](https://github.com/exadel-inc/esl/commit/ca13a8a467b769240c7b5e9fd740c01bff75ef4e))
* **eslint-plugin:** remove peer dependency for esl (handled via warnings) ([c06fbde](https://github.com/exadel-inc/esl/commit/c06fbdee050ff5608eda8d3e8bb8c4fba000b981))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @exadel/eslint-plugin-esl bumped from file:eslint-plugin to 1.0.0
* @exadel/eslint-config-esl bumped from file:eslint-config to 1.0.0

## [5.0.1-beta.1](https://github.com/exadel-inc/esl/compare/v5.0.0...v5.0.1-beta.1) (2025-01-24)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2025-01-31)


### Miscellaneous Chores

* **eslint-config:** Synchronize undefined versions
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",
"version": "1.0.0",
"keywords": [
"eslint",
"eslint-config",
Expand Down
8 changes: 8 additions & 0 deletions eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2025-01-31)


### Bug Fixes

* **eslint-plugin:** remove peer dependency for esl (handled via warnings) ([c06fbde](https://github.com/exadel-inc/esl/commit/c06fbdee050ff5608eda8d3e8bb8c4fba000b981))
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",
"version": "1.0.0",
"keywords": [
"eslint",
"eslint-plugin",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/esl",
"version": "5.0.0",
"version": "1.0.0",
"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 Expand Up @@ -97,8 +97,8 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@exadel/eslint-plugin-esl": "file:eslint-plugin",
"@exadel/eslint-config-esl": "file:eslint-config",
"@exadel/eslint-plugin-esl": "1.0.0",
"@exadel/eslint-config-esl": "1.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
Expand Down

0 comments on commit dc3a03f

Please # to comment.