Skip to content

Commit 6428d87

Browse files
chore(main): release 8.15.0
1 parent a390679 commit 6428d87

4 files changed

+13
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.14.0"
2+
".": "8.15.0"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [8.15.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.14.0...v8.15.0) (2025-03-10)
4+
5+
6+
### Features
7+
8+
* add QUERY_TECHNICAL_MARK to all UI queries ([#1992](https://github.com/ydb-platform/ydb-embedded-ui/issues/1992)) ([6d53518](https://github.com/ydb-platform/ydb-embedded-ui/commit/6d535186247307f40b01386a850bf30ffb9ffb93))
9+
* add ShardsTable to componentsRegistry ([#1993](https://github.com/ydb-platform/ydb-embedded-ui/issues/1993)) ([a390679](https://github.com/ydb-platform/ydb-embedded-ui/commit/a390679234d1085b5e19e1933691a60414a450d8))
10+
* **YDBSyntaxHighlighter:** separate component, load languages on demand ([#2004](https://github.com/ydb-platform/ydb-embedded-ui/issues/2004)) ([a544def](https://github.com/ydb-platform/ydb-embedded-ui/commit/a544deff6db5539f5622111519f770a2c474377b))
11+
312
## [8.14.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.13.0...v8.14.0) (2025-03-07)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "8.14.0",
3+
"version": "8.15.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)