Skip to content

Commit

Permalink
chore(main): release ui 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and SimbiozizV committed Nov 12, 2024
1 parent 1f6efc5 commit cdee29c
Show file tree
Hide file tree
Showing 4 changed files with 18 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.2",
"packages/interface-helpers": "0.3.1",
"packages/ui": "1.66.0",
"packages/ui": "1.67.0",
"packages/ui-helm-chart": "0.1.3"
}
14 changes: 14 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.67.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.66.0...ui-v1.67.0) (2024-11-11)


### Features

* **PoolTreeSuggestControl:** now we could select multiply pool trees on clique creation/edit [[#841](https://github.com/ytsaurus/ytsaurus-ui/issues/841)] ([89c79a8](https://github.com/ytsaurus/ytsaurus-ui/commit/89c79a8733128c8ce0214bbe0857b583bce1d449))
* **Queries:** allow users to copy query id ([f6acc89](https://github.com/ytsaurus/ytsaurus-ui/commit/f6acc897caed62d6a160e657d2e605d8b0182d5a))
* **Queries:** info nodes in query error [YTFRONT-4342] ([c2f4f3f](https://github.com/ytsaurus/ytsaurus-ui/commit/c2f4f3febff66c4330e3db4b919e7896a244b55f))


### Bug Fixes

* **Breadcrumbs:** breadcrumb popup links not working [YTFRONT-4121] ([bad5795](https://github.com/ytsaurus/ytsaurus-ui/commit/bad579593e391bfb73ec0f45e2b99c8e26659063))

## [1.66.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.65.0...ui-v1.66.0) (2024-11-01)


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

0 comments on commit cdee29c

Please sign in to comment.