Skip to content

Commit

Permalink
chore(main): release ui 1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ma-efremoff committed Oct 2, 2024
1 parent f52eb90 commit f432006
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.10.1",
"packages/interface-helpers": "0.3.1",
"packages/ui": "1.60.0"
"packages/ui": "1.60.1"
}
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.60.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.60.0...ui-v1.60.1) (2024-10-02)


### Bug Fixes

* fix logging of axios error in sendAndLogError function ([b9239dc](https://github.com/ytsaurus/ytsaurus-ui/commit/b9239dc43feab214b4e3520b21e662755be4f33a))
* **Navigation:** pool tree select popup [YTFRONT-4380] ([f52eb90](https://github.com/ytsaurus/ytsaurus-ui/commit/f52eb90da82306d6bf191a0d1375f3c30eaa3aac))
* **Query:** do not show vcs if vcsSettings is empty ([7df0b04](https://github.com/ytsaurus/ytsaurus-ui/commit/7df0b045ecba077363d03471b8d196301d6b8a65))
* **Sort,Merge:** get rid of missing node errors [YTFRONT-4392] ([cf79a79](https://github.com/ytsaurus/ytsaurus-ui/commit/cf79a79ac5366bd5e547eb18ebb2284cc5ae6234))
* **System:** use correct colors for StatsInfo in light and dark theme ([4897f6f](https://github.com/ytsaurus/ytsaurus-ui/commit/4897f6f4fa1b414e944bf392b08d9dd945514dd8))

## [1.60.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.59.0...ui-v1.60.0) (2024-09-26)


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

0 comments on commit f432006

Please sign in to comment.