Skip to content

Commit

Permalink
chore(main): release ui 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 9a8dce8 commit db01be1
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.68.1",
"packages/ui": "1.69.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.69.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.68.1...ui-v1.69.0) (2024-11-21)


### Features

* **Queries:** alias and column autocomplete [YTFRONT-4486] ([b47d3fb](https://github.com/ytsaurus/ytsaurus-ui/commit/b47d3fb1fc215777c0b594dd7e7643c897e830ba))
* **Queries:** change engine order [YTFRONT-4498] ([9a8dce8](https://github.com/ytsaurus/ytsaurus-ui/commit/9a8dce8470268a076756c3d8692dd7f5e66ba7d6))
* **Queries:** change query result tabs order [YTFRONT-4381] ([d851ddf](https://github.com/ytsaurus/ytsaurus-ui/commit/d851ddfac14f6de1e55ee3c4192fcff6ddb92388))


### Bug Fixes

* **Components:** use search of substring for 'Filter hosts' ([ac2c477](https://github.com/ytsaurus/ytsaurus-ui/commit/ac2c477abb47c86ba098264c8e7132b40e547422))
* **Docs:** fix incorrect documentation urls ([9c4a8db](https://github.com/ytsaurus/ytsaurus-ui/commit/9c4a8db47461f14881d128b7887630331cbfbd6f))

## [1.68.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.68.0...ui-v1.68.1) (2024-11-18)


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

0 comments on commit db01be1

Please sign in to comment.