From 018d84150d568f2da9257f443e0622816b42a1f0 Mon Sep 17 00:00:00 2001 From: Lukasz Jagodzinski Date: Wed, 25 Nov 2015 16:20:58 +0100 Subject: [PATCH] Bump version to 1.1.2 --- HISTORY.md | 4 ++++ package.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 005ebb0..8c329ba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 1.1.2 (2015-11-25) + +- Removes all existing errors for a field on validation, if it's optional and now changed to null + # 1.1.1 (2015-10-31) - Removed the `ui` package to not load `blaze` and `jquery` packages unnecessary diff --git a/package.js b/package.js index 79bbc1e..714775e 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'jagi:astronomy-validators', - version: '1.1.1', + version: '1.1.2', summary: 'Validators for Meteor Astronomy', git: 'https://github.com/jagi/meteor-astronomy-validators.git' }); @@ -8,7 +8,7 @@ Package.describe({ Package.onUse(function(api) { api.versionsFrom('1.1.0.2'); - api.use('jagi:astronomy@1.2.0'); + api.use('jagi:astronomy@1.2.3'); api.use('jagi:reactive-map@2.0.0'); api.use('underscore'); api.use('check');