Skip to content

Commit

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

## [1.75.1](https://github.com/ytsaurus/ytsaurus-ui/compare/ui-v1.75.0...ui-v1.75.1) (2024-12-18)


### Bug Fixes

* **Accounts/Create:** use 'inherit_acl=false' only if parent is 'root' [YTFRONT-4561] ([0a59da8](https://github.com/ytsaurus/ytsaurus-ui/commit/0a59da8bcbe846c07c41a72c40e96d56202198b5))
* **ACL:** use 'keep-missing-fields' mode for 'Manage Responsibles'/'Manage Inheritance' [YTFRONT-4560] ([1e00b7a](https://github.com/ytsaurus/ytsaurus-ui/commit/1e00b7ae5846d30b4a7009c2b1e7b518306f536d))
* **OAuth:** fix redirect to previous page instead of / ([77e3471](https://github.com/ytsaurus/ytsaurus-ui/commit/77e347147f95b601e3dd3a691f4e3f8077f79f88))
* **Scheduling/Overview:** add bottom padding [YTFRONT-4530] ([43837e8](https://github.com/ytsaurus/ytsaurus-ui/commit/43837e8a8dc395cb02ba512bfe0cc0faa75ece44))

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


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

0 comments on commit b7d8c8f

Please sign in to comment.