Skip to content

Commit 2fd9531

Browse files
chore(main): release 3.5.0 (#159)
1 parent ef5bab2 commit 2fd9531

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [3.5.0](https://github.com/gravity-ui/dynamic-forms/compare/v3.4.1...v3.5.0) (2024-01-25)
4+
5+
6+
### Features
7+
8+
* added text components instead of spans/divs in dynamic forms ([#158](https://github.com/gravity-ui/dynamic-forms/issues/158)) ([f17b426](https://github.com/gravity-ui/dynamic-forms/commit/f17b4266eda54de092f959ac90d7ff99d5334e8e))
9+
10+
11+
### Bug Fixes
12+
13+
* fix controller updateStore method ([#161](https://github.com/gravity-ui/dynamic-forms/issues/161)) ([ef5bab2](https://github.com/gravity-ui/dynamic-forms/commit/ef5bab22767700e2846db87c80a6e87ed4320a19))
14+
315
## [3.4.1](https://github.com/gravity-ui/dynamic-forms/compare/v3.4.0...v3.4.1) (2024-01-17)
416

517

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

0 commit comments

Comments
 (0)