Skip to content

Commit 978aef8

Browse files
Updated to Meteor 1.8.0.1 release.
1 parent 578aa57 commit 978aef8

File tree

4 files changed

+48
-46
lines changed

4 files changed

+48
-46
lines changed

examples/angularjs/.meteor/.finished-upgraders

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ notices-for-facebook-graph-api-2
1515
1.4.1-add-shell-server-package
1616
1.4.3-split-account-service-packages
1717
1.5-add-dynamic-import-package
18+
1.7-split-underscore-from-meteor-base

examples/angularjs/.meteor/packages

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

7-
meteor-base@1.3.0 # Packages every Meteor app needs to have
7+
meteor-base@1.4.0 # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
mongo@1.4.2 # The database Meteor supports right now
9+
mongo@1.6.0 # The database Meteor supports right now
1010
[email protected] # Reactive variable for tracker
11-
tracker@1.1.3 # Meteor's client-side reactive programming library
11+
tracker@1.2.0 # Meteor's client-side reactive programming library
1212

13-
standard-minifier-css@1.4.0 # CSS minifier run for production mode
14-
standard-minifier-js@2.3.1 # JS minifier run for production mode
15-
es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers
16-
ecmascript@0.10.0 # Enable ECMAScript2015+ syntax in app code
17-
shell-server@0.3.1 # Server-side component of the `meteor shell` command
13+
standard-minifier-css@1.5.2 # CSS minifier run for production mode
14+
standard-minifier-js@2.4.0 # JS minifier run for production mode
15+
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
16+
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
17+
shell-server@0.4.0 # Server-side component of the `meteor shell` command
1818

1919
angular-compilers # Compile templates, stylesheets for AngularJS
2020

21-
autopublish
22-
insecure
21+
22+
23+
underscore

examples/angularjs/.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.6.1
1+
METEOR@1.8.0.1

examples/angularjs/.meteor/versions

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,62 @@ [email protected]
44
55
66
7-
autoupdate@1.4.0
8-
babel-compiler@7.0.5
9-
babel-runtime@1.2.2
7+
autoupdate@1.5.0
8+
babel-compiler@7.2.3
9+
babel-runtime@1.3.0
1010
11-
12-
boilerplate-generator@1.4.0
11+
12+
boilerplate-generator@1.6.0
1313
1414
1515
16-
16+
1717
18-
ddp-server@2.1.2
19-
20-
dynamic-import@0.3.0
21-
ecmascript@0.10.5
22-
ecmascript-runtime@0.5.0
23-
ecmascript-runtime-client@0.6.2
24-
ecmascript-runtime-server@0.5.0
18+
ddp-server@2.2.0
19+
20+
dynamic-import@0.5.0
21+
ecmascript@0.12.3
22+
ecmascript-runtime@0.7.0
23+
ecmascript-runtime-client@0.8.0
24+
ecmascript-runtime-server@0.7.1
2525
26-
26+
27+
2728
2829
29-
3030
3131
32+
3233
3334
3435
35-
meteor@1.8.6
36-
meteor-base@1.3.0
37-
minifier-css@1.3.1
38-
minifier-js@2.3.3
39-
36+
meteor@1.9.2
37+
meteor-base@1.4.0
38+
minifier-css@1.4.1
39+
minifier-js@2.4.0
40+
4041
4142
42-
43-
44-
43+
44+
45+
46+
47+
4548
4649
47-
npm-mongo@2.2.34
50+
npm-mongo@3.1.1
4851
49-
promise@0.10.2
52+
promise@0.11.1
5053
5154
5255
5356
54-
55-
56-
57-
58-
59-
60-
61-
57+
58+
59+
60+
61+
62+
6263
63-
64-
64+
6565

0 commit comments

Comments
 (0)