Skip to content

Commit f25759e

Browse files
chore(main): release 2.8.0 (#118)
1 parent 11bc640 commit f25759e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.7.2...v2.8.0) (2023-09-28)
4+
5+
6+
### Features
7+
8+
* **generateRandomValue:** added the ability to generate a random value ([#117](https://github.com/gravity-ui/dynamic-forms/issues/117)) ([f710ecb](https://github.com/gravity-ui/dynamic-forms/commit/f710ecb5fef1eca9dd85bee92c91c1e354b8f092))
9+
* **newPassword:** new view input password ([#119](https://github.com/gravity-ui/dynamic-forms/issues/119)) ([11bc640](https://github.com/gravity-ui/dynamic-forms/commit/11bc6407c3f207df6e6b4a7a68ca8a04dee4315e))
10+
* **parseJson:** added the ability to include json parse in the editor ([#120](https://github.com/gravity-ui/dynamic-forms/issues/120)) ([777d17e](https://github.com/gravity-ui/dynamic-forms/commit/777d17ebb3576ea6b1f437089d67ea93fc76d8d7))
11+
312
## [2.7.2](https://github.com/gravity-ui/dynamic-forms/compare/v2.7.1...v2.7.2) (2023-09-18)
413

514

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

0 commit comments

Comments
 (0)