Skip to content

Commit 9f898cc

Browse files
chore(main): release 3.4.0 (#149)
1 parent 0130131 commit 9f898cc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.4.0](https://github.com/gravity-ui/dynamic-forms/compare/v3.3.0...v3.4.0) (2023-12-14)
4+
5+
6+
### Features
7+
8+
* **validators:** add custom error messages property ([#150](https://github.com/gravity-ui/dynamic-forms/issues/150)) ([0130131](https://github.com/gravity-ui/dynamic-forms/commit/01301313642b69b24351c2a0bc26378586de02c3))
9+
10+
11+
### Bug Fixes
12+
13+
* fix spec mutator key ([#151](https://github.com/gravity-ui/dynamic-forms/issues/151)) ([77c1a47](https://github.com/gravity-ui/dynamic-forms/commit/77c1a475d65a06588a12fca5486c3cf77d67c4ab))
14+
* **ObjectValueView:** fixed view value object value ([#148](https://github.com/gravity-ui/dynamic-forms/issues/148)) ([395bf84](https://github.com/gravity-ui/dynamic-forms/commit/395bf84b312d4403ae4e7c0dd42536b6aff70517))
15+
316
## [3.3.0](https://github.com/gravity-ui/dynamic-forms/compare/v3.2.0...v3.3.0) (2023-11-24)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/dynamic-forms",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)