Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 804a4f5

Browse files
committed
Merge branch 'release/v0.1.1'
2 parents 48d9d5f + 040ac58 commit 804a4f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1 - 2020-05-04
9+
10+
### Fixed
11+
12+
- Convert numeric values when updating form values ([#1](https://github.com/alvarosaburido/vue-dynamic-forms/issues/1))
13+
- Preselect option on Input-Select not working ([#7](https://github.com/alvarosaburido/vue-dynamic-forms/issues/7))
14+
- Missing github link in npm ([#8](https://github.com/alvarosaburido/vue-dynamic-forms/issues/6))
15+
816
## 0.1.0 - 2020-22-03
917

1018
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asigloo/vue-dynamic-forms",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Easy way to dynamically create reactive forms in vue based on varying business object model",
55
"author": "Alvaro Saburido <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)