Skip to content

Commit 39a11b5

Browse files
chore(main): release 3.0.0 (#128)
1 parent def7d9d commit 39a11b5

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.8.2...v3.0.0) (2023-10-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove card config ([#129](https://github.com/gravity-ui/dynamic-forms/issues/129))
9+
10+
### Features
11+
12+
* remove card config ([#129](https://github.com/gravity-ui/dynamic-forms/issues/129)) ([def7d9d](https://github.com/gravity-ui/dynamic-forms/commit/def7d9d0eacd6937b9dd894e5a0f6058ad788da7))
13+
14+
15+
### Bug Fixes
16+
17+
* add spec correctness check for view controller ([#127](https://github.com/gravity-ui/dynamic-forms/issues/127)) ([a1f3601](https://github.com/gravity-ui/dynamic-forms/commit/a1f3601dc5c1e19d524c276dd56b637f34a6deb1))
18+
319
## [2.8.2](https://github.com/gravity-ui/dynamic-forms/compare/v2.8.1...v2.8.2) (2023-10-06)
420

521

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

0 commit comments

Comments
 (0)