Skip to content

Commit

Permalink
chore(main): release ui 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ma-efremoff committed Feb 9, 2024
1 parent 60c0893 commit 7c83b93
Show file tree
Hide file tree
Showing 4 changed files with 15 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,5 +1,5 @@
{
"packages/javascript-wrapper": "0.7.0",
"packages/interface-helpers": "0.3.0",
"packages/ui": "1.15.1"
"packages/ui": "1.15.2"
}
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.15.2](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.15.1...ui-v1.15.2) (2024-02-09)


### Bug Fixes

* **layout:** the left menu disappears on long tables [[#225](https://github.com/ytsaurus/ytsaurus-ui/issues/225)] ([d54448a](https://github.com/ytsaurus/ytsaurus-ui/commit/d54448ab86c6ae888128ef485ff03d565331c2b2))
* **Navigation/MapNode:** do not wrap escaped characters ([60c0893](https://github.com/ytsaurus/ytsaurus-ui/commit/60c089364290fffae0d3ea88476c8a2cc6c52e40))
* **OperationsList:** fix for 'unexpected error' after aborting an operation [YTFRONT-4013] ([7847e91](https://github.com/ytsaurus/ytsaurus-ui/commit/7847e91ec931654a97b23d0e9c09972cb91ce61a))
* **Scheduling:** allow to create pools with <Root> parent [[#274](https://github.com/ytsaurus/ytsaurus-ui/issues/274)] ([91aa32e](https://github.com/ytsaurus/ytsaurus-ui/commit/91aa32e45aee7700fd55b12c2a0e77011fdb40a7))
* **table:** the left menu disappears on long tables [[#225](https://github.com/ytsaurus/ytsaurus-ui/issues/225)] ([4c4b015](https://github.com/ytsaurus/ytsaurus-ui/commit/4c4b015c1c327a9fc26dce39ca373fff3a4d709f))

## [1.15.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.15.0...ui-v1.15.1) (2024-02-05)


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

0 comments on commit 7c83b93

Please sign in to comment.