Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(main): release ui 1.78.0 #932

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.77.0",
"packages/ui": "1.78.0",
"packages/ui-helm-chart": "0.1.3"
}
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.78.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.77.0...ui-v1.78.0) (2025-01-20)


### Features

* **Job/Statistics:** use operation_statistics_descriptions from supported_features [YTFRONT-3522] ([abf49e5](https://github.com/ytsaurus/ytsaurus-ui/commit/abf49e5af07010f7253a01e211e8a19f3a131e3a))
* **Node:** display node version [YTFRONT-4555] ([0e460d2](https://github.com/ytsaurus/ytsaurus-ui/commit/0e460d29bf528a34ea48f4ffef4bccb24dde32f1))


### Bug Fixes

* **CellPreview:** show preview button when yql v3 types disabled [[#928](https://github.com/ytsaurus/ytsaurus-ui/issues/928)] ([0e6fd69](https://github.com/ytsaurus/ytsaurus-ui/commit/0e6fd690a44a79eb4245017a7defc3950cb2e27c))
* **CopyObjectModal:** change checkbox text [YTFRONT-3041] ([ce6a02f](https://github.com/ytsaurus/ytsaurus-ui/commit/ce6a02fd6383371ccc51c844454de0fed605e3a2))
* **Users/Groups:** simpilfy CommaSeparatedListWithRestCounter component, now user always will be able to see all group members and all groups of specific user [[#704](https://github.com/ytsaurus/ytsaurus-ui/issues/704)] ([453d8d7](https://github.com/ytsaurus/ytsaurus-ui/commit/453d8d7f00fad7d2cf054a3b85fb43687c68e002))

## [1.77.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.76.0...ui-v1.77.0) (2024-12-24)


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.77.0",
"version": "1.78.0",
"repository": {
"type": "github",
"url": "https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui"
Expand Down