Skip to content

Commit

Permalink
chore(main): release ui 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ma-efremoff committed Nov 1, 2024
1 parent 6324642 commit a368584
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.2",
"packages/interface-helpers": "0.3.1",
"packages/ui": "1.65.0",
"packages/ui": "1.66.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.66.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.65.0...ui-v1.66.0) (2024-11-01)


### Features

* **Users:** introduce "Change password" tab in UsersPageEditor, now we can change user passwords via UI [[#633](https://github.com/ytsaurus/ytsaurus-ui/issues/633)] ([2a06c23](https://github.com/ytsaurus/ytsaurus-ui/commit/2a06c237ce10a94d7970a2b09462fdc31aa9a352))
* **Users:** introduce "create new" button which allows to create new user [[#633](https://github.com/ytsaurus/ytsaurus-ui/issues/633)] ([543dcf0](https://github.com/ytsaurus/ytsaurus-ui/commit/543dcf04764d9158cdc222fcccac71f1a3840836))
* **Users:** introduce "Name" field in UsersPageEditor dialog, now we can rename users via UI [[#633](https://github.com/ytsaurus/ytsaurus-ui/issues/633)] ([bcfaead](https://github.com/ytsaurus/ytsaurus-ui/commit/bcfaead8bb9f2e65ed78f0da3099130b3930626f))
* **Users:** introduce remove button which allows to remove user [[#633](https://github.com/ytsaurus/ytsaurus-ui/issues/633)] ([461f6d9](https://github.com/ytsaurus/ytsaurus-ui/commit/461f6d9ee5dce37d49b4e5452e1739e6b7630001))


### Bug Fixes

* **Operation/Details:** Minified React error [#31](https://github.com/ytsaurus/ytsaurus-ui/issues/31) [YTFRONT-4417] ([6324642](https://github.com/ytsaurus/ytsaurus-ui/commit/6324642bfd1474cb9c688637d61a90e3cbd5c42b))

## [1.65.0](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.64.0...ui-v1.65.0) (2024-10-25)


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

0 comments on commit a368584

Please sign in to comment.