Skip to content

Commit

Permalink
🚒 v2.2.1
Browse files Browse the repository at this point in the history
- πŸ‘¨β€πŸ’» Merge #56 Get form Id for validation context thanks @harryadelb
and @jankapunkt
- πŸ“¦ Update Atmosphere `ostrio:files` to `v1.13.0`, *was `v1.11.2`*
  • Loading branch information
dr-dimitru committed Mar 2, 2020
1 parent 0f4f8ed commit 668f87c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
aldeed:autoform@6.3.0
allow-deny@1.1.0
babel-compiler@7.3.4
babel-runtime@1.3.0
base64@1.0.11
babel-compiler@7.5.2
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
blaze@2.3.2
blaze-tools@1.0.10
boilerplate-generator@1.6.0
caching-compiler@1.2.1
caching-html-compiler@1.1.2
callback-hook@1.1.0
callback-hook@1.3.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
Expand All @@ -18,11 +18,11 @@ ddp-server@2.3.0
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript@0.14.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
ejson@1.1.1
fetch@0.1.1
geojson-utils@1.0.10
html-tools@1.0.11
Expand All @@ -36,19 +36,19 @@ logging@1.1.20
meteor@1.9.3
minimongo@1.4.5
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
modules@0.15.0
modules-runtime@0.12.0
momentjs:moment@2.10.6
mongo@1.6.2
mongo@1.8.0
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.1.2
npm-mongo@3.3.0
observe-sequence@1.0.16
ordered-dict@1.1.0
ostrio:autoform-files@2.2.0
ostrio:cookies@2.3.0
ostrio:files@1.11.2
ostrio:autoform-files@2.2.1
ostrio:cookies@2.5.0
ostrio:files@1.13.0
promise@0.11.2
random@1.1.0
reactive-dict@1.3.0
Expand All @@ -67,5 +67,5 @@ tracker@1.2.0
ui@1.0.13
underscore@1.0.10
url@1.2.0
webapp@1.7.3
webapp@1.8.0
webapp-hashing@1.0.9
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
name: 'ostrio:autoform-files',
summary: 'File upload for AutoForm using ostrio:files',
description: 'File upload for AutoForm using ostrio:files',
version: '2.2.0',
version: '2.2.1',
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
});

Expand All @@ -17,7 +17,7 @@ Package.onUse((api) => {
'reactive-var',
'templating@1.3.2',
'aldeed:autoform@6.3.0',
'ostrio:files@1.11.2'
'ostrio:files@1.13.0'
], 'client');

api.addFiles([
Expand Down

0 comments on commit 668f87c

Please sign in to comment.