Skip to content

Commit

Permalink
chore(next): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored and ma-efremoff committed Feb 4, 2025
1 parent aaaaa67 commit 276f3f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.0](https://github.com/gravity-ui/dialog-fields/compare/v5.0.9...v6.0.0) (2025-02-04)


### ⚠ BREAKING CHANGES

* udpate @gravity-ui/uikit v7
* **ControlField:** callback onChange should take only one parameter now

### Features

* **ControlField:** callback onChange should take only one parameter now ([b18ac78](https://github.com/gravity-ui/dialog-fields/commit/b18ac78ce5a659ff7abb1ed84dc6d86b9eec14dd))
* udpate @gravity-ui/uikit v7 ([aaaaa67](https://github.com/gravity-ui/dialog-fields/commit/aaaaa67228ec8be6d8e0b6637dcba952442dfb12))

## [5.0.9](https://github.com/gravity-ui/dialog-fields/compare/v5.0.8...v5.0.9) (2024-09-12)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/dialog-fields",
"version": "5.0.9",
"version": "6.0.0",
"description": "The library helps to create dialogs with forms by using registered field-types. Also it is possible to extend it with your own field-types.",
"repository": {
"type": "arc",
Expand Down

0 comments on commit 276f3f9

Please sign in to comment.