Skip to content

Commit 0a071fa

Browse files
chore(main): release 2.2.0 (#96)
1 parent 1126189 commit 0a071fa

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.1.1...v2.2.0) (2023-08-29)
4+
5+
6+
### Features
7+
8+
* ignore minimum check when a number field is empty ([#95](https://github.com/gravity-ui/dynamic-forms/issues/95)) ([1126189](https://github.com/gravity-ui/dynamic-forms/commit/1126189a7735c632dee17885bfc9df24c8821748))
9+
* **NewSettingForArray:** added new settings to the array ([#83](https://github.com/gravity-ui/dynamic-forms/issues/83)) ([de1c422](https://github.com/gravity-ui/dynamic-forms/commit/de1c422cd8973dc6ac52b4f6cde85132aba898cf))
10+
311
## [2.1.1](https://github.com/gravity-ui/dynamic-forms/compare/v2.1.0...v2.1.1) (2023-08-25)
412

513

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

0 commit comments

Comments
 (0)