Skip to content

Commit 0f8bc37

Browse files
chore(release): 3.5.1 [skip ci]
## [3.5.1](v3.5.0...v3.5.1) (2021-04-13) ### Bug Fixes * remove attrs bind & css on wrapper if dynamic component ([4e8d764](4e8d764)) * reset value to an array if it was ([e6e4ade](e6e4ade))
1 parent 4e635ba commit 0f8bc37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.5.1](https://github.com/14nrv/vue-form-json/compare/v3.5.0...v3.5.1) (2021-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* remove attrs bind & css on wrapper if dynamic component ([4e8d764](https://github.com/14nrv/vue-form-json/commit/4e8d764e3849ef60292e6bfe2855150178741a08))
7+
* reset value to an array if it was ([e6e4ade](https://github.com/14nrv/vue-form-json/commit/e6e4adef91ad333230582855ee6c42dcee315c85))
8+
19
# [3.5.0](https://github.com/14nrv/vue-form-json/compare/v3.4.1...v3.5.0) (2021-03-30)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-json",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Generate a vue form with validation from an array",
55
"author": "14nrv",
66
"license": "MIT",

0 commit comments

Comments
 (0)