Skip to content

Commit 9c219b6

Browse files
committed
πŸ“¦ 2.3.1
- 🀝 Compatibility with `meteor@1.10.2`; - πŸ“¦ Update `ostrio:files` dependency to `v1.14.2`, *was `v1.14.0`*.
1 parent 6026f5d commit 9c219b6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

β€Ž.versionsβ€Ž

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
aldeed:autoform@6.3.0
22
allow-deny@1.1.0
3-
babel-compiler@7.5.2
3+
babel-compiler@7.5.3
44
babel-runtime@1.5.0
55
base64@1.0.12
66
binary-heap@1.0.11
77
blaze@2.3.2
88
blaze-tools@1.0.10
9-
boilerplate-generator@1.6.0
10-
caching-compiler@1.2.1
9+
boilerplate-generator@1.7.0
10+
caching-compiler@1.2.2
1111
caching-html-compiler@1.1.2
1212
callback-hook@1.3.0
1313
check@1.3.1
1414
ddp@1.4.0
1515
ddp-client@2.3.3
1616
ddp-common@1.4.0
17-
ddp-server@2.3.0
17+
ddp-server@2.3.1
1818
deps@1.0.12
1919
diff-sequence@1.1.1
20-
dynamic-import@0.5.1
21-
ecmascript@0.14.2
20+
dynamic-import@0.5.2
21+
ecmascript@0.14.3
2222
ecmascript-runtime@0.7.0
2323
ecmascript-runtime-client@0.10.0
2424
ecmascript-runtime-server@0.9.0
@@ -29,34 +29,34 @@ html-tools@1.0.11
2929
htmljs@1.0.11
3030
http@1.4.2
3131
id-map@1.1.0
32-
inter-process-messaging@0.1.0
32+
inter-process-messaging@0.1.1
3333
jquery@1.11.10
3434
livedata@1.0.18
3535
logging@1.1.20
3636
meteor@1.9.3
37-
minimongo@1.4.5
38-
modern-browsers@0.1.4
37+
minimongo@1.6.0
38+
modern-browsers@0.1.5
3939
modules@0.15.0
4040
modules-runtime@0.12.0
4141
momentjs:moment@2.10.6
42-
mongo@1.8.0
42+
mongo@1.10.0
4343
mongo-decimal@0.1.1
4444
mongo-dev-server@1.1.0
4545
mongo-id@1.0.7
46-
npm-mongo@3.3.0
46+
npm-mongo@3.7.0
4747
observe-sequence@1.0.16
4848
ordered-dict@1.1.0
49-
ostrio:autoform-files@2.2.1
50-
ostrio:cookies@2.5.0
51-
ostrio:files@1.13.0
49+
ostrio:autoform-files@2.3.1
50+
ostrio:cookies@2.6.0
51+
ostrio:files@1.14.2
5252
promise@0.11.2
53-
random@1.1.0
53+
random@1.2.0
5454
reactive-dict@1.3.0
5555
reactive-var@1.0.11
5656
reload@1.3.0
5757
retry@1.1.0
5858
routepolicy@1.1.0
59-
socket-stream-client@0.2.2
59+
socket-stream-client@0.3.0
6060
spacebars@1.0.15
6161
spacebars-compiler@1.1.2
6262
templating@1.3.2
@@ -66,6 +66,6 @@ templating-tools@1.1.2
6666
tracker@1.2.0
6767
ui@1.0.13
6868
underscore@1.0.10
69-
url@1.2.0
70-
webapp@1.8.0
69+
url@1.3.0
70+
webapp@1.9.1
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.3.0',
5+
version: '2.3.1',
66
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77
});
88

@@ -16,7 +16,7 @@ Package.onUse((api) => {
1616
'reactive-var',
1717
'templating@1.3.2',
1818
'aldeed:autoform@6.3.0',
19-
'ostrio:files@1.14.0'
19+
'ostrio:files@1.14.2'
2020
], 'client');
2121

2222
api.addFiles([

0 commit comments

Comments
Β (0)