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
22
3-
babel-compiler@7.3.4
4-
babel-runtime@1.3.0
5-
3+
babel-compiler@7.5.2
4+
babel-runtime@1.5.0
5+
66
77
88
99
1010
1111
12-
callback-hook@1.1.0
12+
callback-hook@1.3.0
1313
1414
1515
@@ -18,11 +18,11 @@ [email protected]
1818
1919
2020
21-
ecmascript@0.12.4
21+
ecmascript@0.14.2
2222
23-
ecmascript-runtime-client@0.8.0
24-
ecmascript-runtime-server@0.7.1
25-
23+
ecmascript-runtime-client@0.10.0
24+
ecmascript-runtime-server@0.9.0
25+
2626
2727
2828
@@ -36,19 +36,19 @@ [email protected]
3636
3737
3838
39-
modules@0.13.0
40-
modules-runtime@0.10.3
39+
modules@0.15.0
40+
modules-runtime@0.12.0
4141
42-
mongo@1.6.2
42+
mongo@1.8.0
4343
4444
4545
46-
npm-mongo@3.1.2
46+
npm-mongo@3.3.0
4747
4848
49-
50-
ostrio:cookies@2.3.0
51-
ostrio:files@1.11.2
49+
50+
ostrio:cookies@2.5.0
51+
ostrio:files@1.13.0
5252
5353
5454
@@ -67,5 +67,5 @@ [email protected]
6767
6868
6969
70-
webapp@1.7.3
70+
webapp@1.8.0
7171

β€Ž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
1919
20-
'ostrio:files@1.11.2'
20+
'ostrio:files@1.13.0'
2121
], 'client');
2222

2323
api.addFiles([

0 commit comments

Comments
Β (0)