Skip to content

Commit b198454

Browse files
author
Dave Allen
committed
Upgraded to Meteor 0.6.5.1
1 parent a889c92 commit b198454

File tree

7 files changed

+26
-15
lines changed

7 files changed

+26
-15
lines changed

.meteor/packages

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
preserve-inputs
77
bootstrap
88
router
9-
accounts-ui-bootstrap-dropdown
109
accounts-password
10+
standard-app-packages
11+
errors
12+
page-js-ie-support
13+
paginated-subscription
14+
spin
15+
accounts-ui-bootstrap-dropdown

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.4
1+
0.6.5.1

packages/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ page-js-ie-support
33
accounts-ui-bootstrap-dropdown
44
spin
55
paginated-subscription
6+
HTML5-History-API
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/Users/dallen/.meteorite/packages/accounts-ui-bootstrap-dropdown/erobit/meteor-accounts-ui-bootstrap-dropdown/e12b128f140caa2797720cbd5fae084de7810c6a
1+
/Users/dallen/.meteorite/packages/accounts-ui-bootstrap-dropdown/erobit/meteor-accounts-ui-bootstrap-dropdown/c8b29d2e7f8611d6dec9d6d23c1c2b94e000b0fb

packages/router

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/Users/dallen/.meteorite/packages/router/tmeasday/meteor-router/7bd3a1bdd1099625bb8b49406d9b8f961d6f4a17
1+
/Users/dallen/.meteorite/packages/router/tmeasday/meteor-router/e40ee450a756b54a32ed67be4595772403256fb5

smart.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages": {
33
"router": {},
4-
"accounts-ui-bootstrap-dropdown": {},
54
"spin": {},
6-
"paginated-subscription": {}
5+
"paginated-subscription": {},
6+
"accounts-ui-bootstrap-dropdown": {}
77
}
88
}

smart.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,15 @@
33
"dependencies": {
44
"basePackages": {
55
"router": {},
6-
"accounts-ui-bootstrap-dropdown": {},
76
"spin": {},
8-
"paginated-subscription": {}
7+
"paginated-subscription": {},
8+
"accounts-ui-bootstrap-dropdown": {}
99
},
1010
"packages": {
1111
"router": {
1212
"git": "https://github.com/tmeasday/meteor-router.git",
13-
"tag": "v0.5.3",
14-
"commit": "7bd3a1bdd1099625bb8b49406d9b8f961d6f4a17"
15-
},
16-
"accounts-ui-bootstrap-dropdown": {
17-
"git": "https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown.git",
18-
"tag": "v0.1.5",
19-
"commit": "e12b128f140caa2797720cbd5fae084de7810c6a"
13+
"tag": "v0.5.4",
14+
"commit": "e40ee450a756b54a32ed67be4595772403256fb5"
2015
},
2116
"spin": {
2217
"git": "https://github.com/SachaG/meteor-spin.git",
@@ -28,10 +23,20 @@
2823
"tag": "v0.1.2",
2924
"commit": "35e0c6112df2b4cfeb60b559276a93cac5ee2dd6"
3025
},
26+
"accounts-ui-bootstrap-dropdown": {
27+
"git": "https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown.git",
28+
"tag": "v0.6.5.1",
29+
"commit": "c8b29d2e7f8611d6dec9d6d23c1c2b94e000b0fb"
30+
},
3131
"page-js-ie-support": {
3232
"git": "https://github.com/tmeasday/meteor-page-js-ie-support.git",
3333
"tag": "v1.3.5",
3434
"commit": "b99ed8380aefd10b2afc8f18d9eed4dd0d8ea9cb"
35+
},
36+
"HTML5-History-API": {
37+
"git": "https://github.com/tmeasday/meteor-HTML5-History-API.git",
38+
"tag": "v4.0.0",
39+
"commit": "dc4965f1424cfca625ec3fbea17eace03f8e32c5"
3540
}
3641
}
3742
}

0 commit comments

Comments
 (0)