Skip to content

Commit d208aaf

Browse files
authored
Merge pull request #3587 from exadel-inc/release/main-beta
Auto Bump: release/main-beta → refs/heads/main-beta (v6.0.0-beta.5)
2 parents b78e75d + af54584 commit d208aaf

18 files changed

Lines changed: 74 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 6.0.0-beta.5 (2026-01-22)
2+
3+
### 🩹 Fixes
4+
5+
- **esl-footnotes:** refine initialization on esl-note-ignore when connecting or disconnecting ([d93bf0871](https://github.com/exadel-inc/esl/commit/d93bf0871))
6+
7+
### 💅 Refactors
8+
9+
- ⚠️ **esl-footnote:** `ESLNoteIgnore.noteSelector` replaced with restrictive `ESLNoteIgnore.noteTag` ([b78e75d39](https://github.com/exadel-inc/esl/commit/b78e75d39))
10+
- **esl-footnotes:** refine updateIgnoredQuery() implementation ([930f9cdf2](https://github.com/exadel-inc/esl/commit/930f9cdf2))
11+
12+
### ⚠️ Breaking Changes
13+
14+
- **esl-footnote:** `ESLNoteIgnore.noteSelector` replaced with restrictive `ESLNoteIgnore.noteTag` ([b78e75d39](https://github.com/exadel-inc/esl/commit/b78e75d39))
15+
`ESLNoteIgnore.noteSelector` property reamed to `noteTag`, with restriction to use tags only
16+
117
## 6.0.0-beta.4 (2026-01-20)
218

319
### 🚀 Features

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@exadel/esl-root",
33
"private": true,
4-
"version": "6.0.0-beta.4",
4+
"version": "6.0.0-beta.5",
55
"description": "Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components",
66
"license": "MIT",
77
"homepage": "https://esl-ui.com/",

packages/esl-website-monitoring/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-beta.5 (2026-01-22)
2+
3+
This was a version bump only for @exadel/esl-website-monitoring to align it with other projects, there were no code changes.
4+
15
## 6.0.0-beta.4 (2026-01-20)
26

37
### 🚀 Features

packages/esl-website-monitoring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/esl-website-monitoring",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"type": "module",
55
"private": true,
66
"description": "ESL Website Monitoring Actions",

packages/esl-website/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-beta.5 (2026-01-22)
2+
3+
This was a version bump only for esl-website to align it with other projects, there were no code changes.
4+
15
## 6.0.0-beta.4 (2026-01-20)
26

37
### 🚀 Features

packages/esl-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/esl-website",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"type": "module",
55
"private": true,
66
"description": "ESL Website source",

packages/esl/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 6.0.0-beta.5 (2026-01-22)
2+
3+
### 🩹 Fixes
4+
5+
- **esl-footnotes:** refine initialization on esl-note-ignore when connecting or disconnecting ([d93bf0871](https://github.com/exadel-inc/esl/commit/d93bf0871))
6+
7+
### 💅 Refactors
8+
9+
- ⚠️ **esl-footnote:** `ESLNoteIgnore.noteSelector` replaced with restrictive `ESLNoteIgnore.noteTag` ([b78e75d39](https://github.com/exadel-inc/esl/commit/b78e75d39))
10+
- **esl-footnotes:** refine updateIgnoredQuery() implementation ([930f9cdf2](https://github.com/exadel-inc/esl/commit/930f9cdf2))
11+
12+
### ⚠️ Breaking Changes
13+
14+
- **esl-footnote:** `ESLNoteIgnore.noteSelector` replaced with restrictive `ESLNoteIgnore.noteTag` ([b78e75d39](https://github.com/exadel-inc/esl/commit/b78e75d39))
15+
`ESLNoteIgnore.noteSelector` property reamed to `noteTag`, with restriction to use tags only
16+
117
## 6.0.0-beta.4 (2026-01-20)
218

319
### 🚀 Features

packages/esl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/esl",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"private": false,
55
"description": "Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components",
66
"license": "MIT",

packages/esl/src/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ declare global {
88
}
99
}
1010

11-
ExportNs.declare('6.0.0-beta.4');
11+
ExportNs.declare('6.0.0-beta.5');

0 commit comments

Comments
 (0)