Skip to content

Commit b7bec58

Browse files
chore(v1): release 1.11.1 (#75)
1 parent 8532d35 commit b7bec58

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+
## [1.11.1](https://github.com/gravity-ui/dynamic-forms/compare/v1.11.0...v1.11.1) (2023-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed array type for default values ([#72](https://github.com/gravity-ui/dynamic-forms/issues/72)) ([#73](https://github.com/gravity-ui/dynamic-forms/issues/73)) ([8532d35](https://github.com/gravity-ui/dynamic-forms/commit/8532d3524e26d8130f93a42f77cad5f8cdfc5cb0))
9+
310
## [1.11.0](https://github.com/gravity-ui/dynamic-forms/compare/v1.10.0...v1.11.0) (2023-08-01)
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": "1.11.0",
3+
"version": "1.11.1",
44
"description": "",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)