Skip to content

Commit 8115647

Browse files
committed
v2.0.3
- Hot fix for #32, see #33 and [meteor/#9060](meteor/meteor#9060), thanks to @jankapunkt - Dependencies update - Overall fixes - Compatibility with `meteor@1.5.2`
1 parent 3b94ee3 commit 8115647

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.versions

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
aldeed:autoform@6.2.0
22
allow-deny@1.0.6
3-
babel-compiler@6.19.4
3+
babel-compiler@6.20.0
44
babel-runtime@1.0.1
55
base64@1.0.10
66
binary-heap@1.0.10
77
blaze@2.3.2
88
blaze-tools@1.0.10
9-
boilerplate-generator@1.1.1
9+
boilerplate-generator@1.2.0
1010
caching-compiler@1.1.9
1111
caching-html-compiler@1.0.6
1212
callback-hook@1.0.10
1313
check@1.2.5
1414
coffeescript@1.11.1_3
1515
ddp@1.3.0
16-
ddp-client@2.0.0
16+
ddp-client@2.1.0
1717
ddp-common@1.2.9
1818
ddp-server@2.0.0
1919
deps@1.0.12
2020
diff-sequence@1.0.7
21-
ecmascript@0.8.1
21+
ecmascript@0.8.2
2222
ecmascript-runtime@0.4.1
2323
ecmascript-runtime-client@0.4.3
2424
ecmascript-runtime-server@0.4.1
25-
ejson@1.0.13
25+
ejson@1.0.14
2626
geojson-utils@1.0.10
2727
html-tools@1.0.11
2828
htmljs@1.0.11
@@ -31,20 +31,21 @@ id-map@1.0.9
3131
jquery@1.11.10
3232
livedata@1.0.18
3333
logging@1.1.17
34-
meteor@1.7.0
35-
minimongo@1.2.1
36-
modules@0.9.2
34+
meteor@1.7.1
35+
minimongo@1.3.0
36+
modules@0.10.0
3737
modules-runtime@0.8.0
3838
momentjs:moment@2.10.6
39-
mongo@1.1.19
39+
mongo@1.2.0
40+
mongo-dev-server@1.0.1
4041
mongo-id@1.0.6
4142
npm-mongo@2.2.30
4243
observe-sequence@1.0.16
4344
ordered-dict@1.0.9
44-
ostrio:autoform-files@2.0.2
45+
ostrio:autoform-files@2.0.3
4546
ostrio:cookies@2.2.2
46-
ostrio:files@1.8.2
47-
promise@0.8.9
47+
ostrio:files@1.8.3
48+
promise@0.9.0
4849
random@1.0.10
4950
reactive-dict@1.1.9
5051
reactive-var@1.0.11
@@ -58,5 +59,5 @@ tracker@1.1.3
5859
ui@1.0.13
5960
underscore@1.0.10
6061
url@1.1.0
61-
webapp@1.3.17
62+
webapp@1.3.18
6263
webapp-hashing@1.0.9

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Package.onUse(function(api) {
1717
'reactive-var',
1818
'templating',
1919
'aldeed:autoform@6.2.0',
20-
'ostrio:files@1.8.2'
20+
'ostrio:files@1.8.3'
2121
]);
2222

2323
api.addFiles([

0 commit comments

Comments
 (0)