Skip to content

Commit

Permalink
chore(main): release ui 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 6, 2025
1 parent 03fdc67 commit 78beecb
Show file tree
Hide file tree
Showing 4 changed files with 19 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.79.1",
"packages/ui": "1.80.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.80.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.79.1...ui-v1.80.0) (2025-02-06)


### Features

* now UIFactory.getNavigationExtraTabs allows to request additional attributes for navigation node ([36a2d12](https://github.com/ytsaurus/ytsaurus-ui/commit/36a2d128fd36b9cdcc6e347c20166a3816ea59f8))


### Bug Fixes

* **ACL:** ui should display an error when user has no permission to set acl [[#938](https://github.com/ytsaurus/ytsaurus-ui/issues/938)] ([93722c7](https://github.com/ytsaurus/ytsaurus-ui/commit/93722c7fc76d344ce9e1f710316d8302c6ebe7fe))
* **ManageTokens:** manage tokens does not work for http [[#953](https://github.com/ytsaurus/ytsaurus-ui/issues/953)] ([03fdc67](https://github.com/ytsaurus/ytsaurus-ui/commit/03fdc67ac0ad31bb52cae1332d1b7af469f5f241))
* **Navigation:** check file existence by name [YTFRONT-4638] ([2edc61b](https://github.com/ytsaurus/ytsaurus-ui/commit/2edc61b2634e6df8dd529848e34fcee80e5e729a))
* **Queries:** graph nodes clickable again [YTFRONT-4682] ([ddb125c](https://github.com/ytsaurus/ytsaurus-ui/commit/ddb125cdfeff24fc34447bfd6e83087a8974e0dd))

## [1.79.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.79.0...ui-v1.79.1) (2025-01-31)


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

0 comments on commit 78beecb

Please sign in to comment.