Skip to content

Commit d5d8e6d

Browse files
chore(main): release 2.1.1 (#91)
1 parent 0724cac commit d5d8e6d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/gravity-ui/dynamic-forms/compare/v2.1.0...v2.1.1) (2023-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* convert empty string value to undefined for Number Field ([#90](https://github.com/gravity-ui/dynamic-forms/issues/90)) ([0724cac](https://github.com/gravity-ui/dynamic-forms/commit/0724caca315d81c8fdb047351b3bb56356f241ea))
9+
310
## [2.1.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.0.0...v2.1.0) (2023-08-14)
411

512

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": "2.1.0",
3+
"version": "2.1.1",
44
"description": "",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)