Skip to content

Commit

Permalink
chore(main): release ui 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 6, 2025
1 parent 57ab5ed commit 649f079
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/javascript-wrapper": "0.10.3",
"packages/interface-helpers": "0.3.1",
"packages/ui": "1.83.0",
"packages/ui": "1.84.0",
"packages/ui-helm-chart": "0.1.3"
}
20 changes: 20 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.84.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.83.0...ui-v1.84.0) (2025-03-06)


### Features

* **Navigation:** change resource usage metadata [YTFRONT-4764] ([5247a7f](https://github.com/ytsaurus/ytsaurus-ui/commit/5247a7f952200e3bebae41ee382b75c207ce8adc))
* **Operation/Jobs:** add 'Incarnation' filter [YTFRONT-4684] ([fa3f2e1](https://github.com/ytsaurus/ytsaurus-ui/commit/fa3f2e10a92be34a59c2da9f1313f2af53cd6db1))


### Bug Fixes

* added proper padding in datepicker popup ([96f19af](https://github.com/ytsaurus/ytsaurus-ui/commit/96f19af972c6e429edccb639989fd599e1b4567e))
* **Components:** processing node list data [YTFRONT-4765] ([e27323b](https://github.com/ytsaurus/ytsaurus-ui/commit/e27323baad47aae7c489502fa9fc0ecd9ae4e61e))
* **Operations:** utf8 statistic [YTFRONT-4700] ([e344415](https://github.com/ytsaurus/ytsaurus-ui/commit/e344415863e601d8f44857f482d018232a344a4a))
* **Queries:** change result align [YTFRONT-4736] ([95cd793](https://github.com/ytsaurus/ytsaurus-ui/commit/95cd793f073f2dad716581e0878000affb6c6084))
* **Queries:** now change of query ACO does not reset chart state and vice versa [[#1006](https://github.com/ytsaurus/ytsaurus-ui/issues/1006)] ([1a94c7f](https://github.com/ytsaurus/ytsaurus-ui/commit/1a94c7f8c7561d98bf01ebe3401fbb2c9a5ac94a))
* **Queries:** the body of the query is not displayed in a new window [[#266](https://github.com/ytsaurus/ytsaurus-ui/issues/266)] ([c80f1ed](https://github.com/ytsaurus/ytsaurus-ui/commit/c80f1ed4881021ffadbff054905376a2abe50256))
* **QueryTracker:** fix exporting query results via excel [[#1022](https://github.com/ytsaurus/ytsaurus-ui/issues/1022)] ([4de3573](https://github.com/ytsaurus/ytsaurus-ui/commit/4de357391c9554389ee1638b21d3d9ae73addbdc))
* **QueryTracker:** fixed insert of suggested path in query editor [[#1027](https://github.com/ytsaurus/ytsaurus-ui/issues/1027)] ([6515314](https://github.com/ytsaurus/ytsaurus-ui/commit/6515314ba74f60ea206c0ffccec232785b459368))

## [1.83.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.82.1...ui-v1.83.0) (2025-02-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui/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 packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ytsaurus/ui",
"version": "1.83.0",
"version": "1.84.0",
"repository": {
"type": "github",
"url": "https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui"
Expand Down

0 comments on commit 649f079

Please sign in to comment.