Skip to content

Commit

Permalink
chore(main): release ui 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ma-efremoff committed Dec 16, 2024
1 parent 241a9c0 commit 6c5bfe8
Show file tree
Hide file tree
Showing 4 changed files with 22 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.74.0",
"packages/ui": "1.75.0",
"packages/ui-helm-chart": "0.1.3"
}
18 changes: 18 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.75.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.74.0...ui-v1.75.0) (2024-12-16)


### Features

* **Attributes:** add download button [YTFRONT-4310] ([6710c0b](https://github.com/ytsaurus/ytsaurus-ui/commit/6710c0b67ff012f3ebec4de3108c25827177f8a5))
* **CellPreviewModal:** add support image preview [[#773](https://github.com/ytsaurus/ytsaurus-ui/issues/773)] ([7b266dc](https://github.com/ytsaurus/ytsaurus-ui/commit/7b266dc2f15d2a80dff861121244e927c4b2664a))
* **Navigation/Table:** add support truncated image preview [[#773](https://github.com/ytsaurus/ytsaurus-ui/issues/773)] ([34daef1](https://github.com/ytsaurus/ytsaurus-ui/commit/34daef10fef4c22d0f546b2ec6350c0008135212))
* **QueryTracker/Table:** add support truncated image preview [[#773](https://github.com/ytsaurus/ytsaurus-ui/issues/773)] ([39684bc](https://github.com/ytsaurus/ytsaurus-ui/commit/39684bc7d68ebb914d8bdddf27fa9f08da491242))
* **VCS:** new list sort order [YTFRONT-4520] ([cb6b000](https://github.com/ytsaurus/ytsaurus-ui/commit/cb6b0008fecf69dd052dcde2ec249539ccb40a78))


### Bug Fixes

* **Accounts:** medium filter value in url [YTFRONT-4567] ([d61ff09](https://github.com/ytsaurus/ytsaurus-ui/commit/d61ff09edd2f841816132ddbf93c98b7234829fe))
* **ManageTokensModal:** correct time format [[#914](https://github.com/ytsaurus/ytsaurus-ui/issues/914)] ([565b205](https://github.com/ytsaurus/ytsaurus-ui/commit/565b2050959b9b2687385bc6d753d5acf2aebb14))
* **Toaster:** line break in toaster content [YTFRONT-4543] ([eb8faba](https://github.com/ytsaurus/ytsaurus-ui/commit/eb8fabaa788f6e78c6921c7bbd4a19280d6f3cc5))

## [1.74.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.73.0...ui-v1.74.0) (2024-12-09)


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

0 comments on commit 6c5bfe8

Please sign in to comment.