Skip to content

Commit 4ccb157

Browse files
chore(main): release 4.1.0 (#183)
1 parent b859136 commit 4ccb157

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/gravity-ui/dynamic-forms/compare/v4.0.1...v4.1.0) (2024-03-14)
4+
5+
6+
### Features
7+
8+
* **BooleanOneOf:** add new input BooleanOneOf ([#182](https://github.com/gravity-ui/dynamic-forms/issues/182)) ([b859136](https://github.com/gravity-ui/dynamic-forms/commit/b85913687c9198dc655ca5f49126090f9be35e86))
9+
* **Delimiter:** add delimiter for object inline ([#181](https://github.com/gravity-ui/dynamic-forms/issues/181)) ([5012d5d](https://github.com/gravity-ui/dynamic-forms/commit/5012d5dc93a2daeaaf7df737ac5707fa35c144b2))
10+
311
## [4.0.1](https://github.com/gravity-ui/dynamic-forms/compare/v4.0.0...v4.0.1) (2024-03-12)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)