Skip to content

Commit

Permalink
chore(main): release ui 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ma-efremoff committed Dec 20, 2024
1 parent 527ad72 commit 61231db
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.75.1",
"packages/ui": "1.76.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.76.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.75.1...ui-v1.76.0) (2024-12-20)


### Features

* **CopyObjectModal:** add recursive folders creating while copying [YTFRONT-3041] ([670c084](https://github.com/ytsaurus/ytsaurus-ui/commit/670c084f758d30477ca0cc9915070e06aacbcd62))
* **ManageTokens:** optional password for token issuing ([e696da8](https://github.com/ytsaurus/ytsaurus-ui/commit/e696da8540821afc5f471c2c3210c75bb9deba58))
* **Navigation:** add pages for 500 and 901 errors [YTFRONT-4049] ([8b20786](https://github.com/ytsaurus/ytsaurus-ui/commit/8b20786304fcdc2cf3210756483f48d7bc92d836))
* **System/Masters:** allow to 'Switch leader' for 'Secondary masters' and 'Timestamp provider' [YTFRONT-4214] ([20762b3](https://github.com/ytsaurus/ytsaurus-ui/commit/20762b3091b4d9994404b79d7f405302ae8b1cb5))


### Bug Fixes

* **ExperimentalPages:** wait for allowedExperimentalPages before startPage redirect ([527ad72](https://github.com/ytsaurus/ytsaurus-ui/commit/527ad7269cb14a34009ad82408ebec41785b06e1))

## [1.75.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.75.0...ui-v1.75.1) (2024-12-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.75.1",
"version": "1.76.0",
"repository": {
"type": "github",
"url": "https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui"
Expand Down

0 comments on commit 61231db

Please sign in to comment.