Skip to content

Commit f604ce5

Browse files
committed
bump version
1 parent a23e3f7 commit f604ce5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -18,7 +18,7 @@ [email protected]
1818
1919
2020
21-
local-test:aldeed:[email protected].0
21+
local-test:aldeed:[email protected].1
2222
2323
2424

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ forms with automatic insert and update events, and automatic reactive validation
66

77
## Change Log
88

9+
### 5.0.1
10+
11+
Minor fix
12+
913
### 5.0.0
1014
* **Compatibility break:** You can no longer do `options="auto"`, but you can do `options=afOptionsFromSchema` for essentially the same effect. The `afOptionsFromSchema` helper requires that you have a property named `name` in the current context, which is set to the field name.
1115
* **Compatibility break:** The function signature for `AutoForm.getFieldValue` is reversed from `(formId, fieldName)` to `(fieldName, [formId])` with `formId` optional. You should not pass the `formId` argument when using it in a helper that is run within the context of the form.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: "aldeed:autoform",
33
summary: "Easily create forms with automatic insert and update, and automatic reactive validation.",
44
git: "https://github.com/aldeed/meteor-autoform.git",
5-
version: "5.0.0"
5+
version: "5.0.1"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)