Skip to content

Commit 668f87c

Browse files
committed
🚒 v2.2.1
- πŸ‘¨β€πŸ’» Merge #56 Get form Id for validation context thanks @harryadelb and @jankapunkt - πŸ“¦ Update Atmosphere `ostrio:files` to `v1.13.0`, *was `v1.11.2`*
1 parent 0f4f8ed commit 668f87c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

β€Ž.versionsβ€Ž

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
aldeed:autoform@6.3.0
22
allow-deny@1.1.0
3-
babel-compiler@7.3.4
4-
babel-runtime@1.3.0
5-
base64@1.0.11
3+
babel-compiler@7.5.2
4+
babel-runtime@1.5.0
5+
base64@1.0.12
66
binary-heap@1.0.11
77
blaze@2.3.2
88
blaze-tools@1.0.10
99
boilerplate-generator@1.6.0
1010
caching-compiler@1.2.1
1111
caching-html-compiler@1.1.2
12-
callback-hook@1.1.0
12+
callback-hook@1.3.0
1313
check@1.3.1
1414
ddp@1.4.0
1515
ddp-client@2.3.3
@@ -18,11 +18,11 @@ ddp-server@2.3.0
1818
deps@1.0.12
1919
diff-sequence@1.1.1
2020
dynamic-import@0.5.1
21-
ecmascript@0.12.4
21+
ecmascript@0.14.2
2222
ecmascript-runtime@0.7.0
23-
ecmascript-runtime-client@0.8.0
24-
ecmascript-runtime-server@0.7.1
25-
ejson@1.1.0
23+
ecmascript-runtime-client@0.10.0
24+
ecmascript-runtime-server@0.9.0
25+
ejson@1.1.1
2626
fetch@0.1.1
2727
geojson-utils@1.0.10
2828
html-tools@1.0.11
@@ -36,19 +36,19 @@ logging@1.1.20
3636
meteor@1.9.3
3737
minimongo@1.4.5
3838
modern-browsers@0.1.4
39-
modules@0.13.0
40-
modules-runtime@0.10.3
39+
modules@0.15.0
40+
modules-runtime@0.12.0
4141
momentjs:moment@2.10.6
42-
mongo@1.6.2
42+
mongo@1.8.0
4343
mongo-decimal@0.1.1
4444
mongo-dev-server@1.1.0
4545
mongo-id@1.0.7
46-
npm-mongo@3.1.2
46+
npm-mongo@3.3.0
4747
observe-sequence@1.0.16
4848
ordered-dict@1.1.0
49-
ostrio:autoform-files@2.2.0
50-
ostrio:cookies@2.3.0
51-
ostrio:files@1.11.2
49+
ostrio:autoform-files@2.2.1
50+
ostrio:cookies@2.5.0
51+
ostrio:files@1.13.0
5252
promise@0.11.2
5353
random@1.1.0
5454
reactive-dict@1.3.0
@@ -67,5 +67,5 @@ tracker@1.2.0
6767
ui@1.0.13
6868
underscore@1.0.10
6969
url@1.2.0
70-
webapp@1.7.3
70+
webapp@1.8.0
7171
webapp-hashing@1.0.9

β€Žpackage.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: 'ostrio:autoform-files',
33
summary: 'File upload for AutoForm using ostrio:files',
44
description: 'File upload for AutoForm using ostrio:files',
5-
version: '2.2.0',
5+
version: '2.2.1',
66
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77
});
88

@@ -17,7 +17,7 @@ Package.onUse((api) => {
1717
'reactive-var',
1818
'templating@1.3.2',
1919
'aldeed:autoform@6.3.0',
20-
'ostrio:files@1.11.2'
20+
'ostrio:files@1.13.0'
2121
], 'client');
2222

2323
api.addFiles([

0 commit comments

Comments
Β (0)