Skip to content

Commit ef7ef5b

Browse files
committed
Bump meteor version
1 parent d456950 commit ef7ef5b

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.meteor/release

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

.meteor/versions

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,63 +16,63 @@ akryum:vue-stylus@0.0.1
1616
akryum:vuex@0.3.0
1717
allow-deny@1.0.5
1818
apollo@0.0.3
19-
autoupdate@1.2.10
20-
babel-compiler@6.8.3
19+
autoupdate@1.2.11
20+
babel-compiler@6.8.4
2121
babel-runtime@0.1.9_1
2222
base64@1.0.9
2323
binary-heap@1.0.9
2424
blaze@2.1.8
2525
blaze-tools@1.0.9
2626
boilerplate-generator@1.0.9
27-
caching-compiler@1.0.5_1
27+
caching-compiler@1.0.6
2828
caching-html-compiler@1.0.6
2929
callback-hook@1.0.9
3030
ccorcos:subs-cache@0.1.0
3131
check@1.2.3
3232
chuangbo:cookie@1.1.0
33-
coffeescript@1.1.2_1
33+
coffeescript@1.1.3
3434
ddp@1.2.5
35-
ddp-client@1.2.8_1
35+
ddp-client@1.2.9
3636
ddp-common@1.2.6
3737
ddp-rate-limiter@1.0.5
38-
ddp-server@1.2.8_1
38+
ddp-server@1.2.9
3939
deps@1.0.12
4040
diff-sequence@1.0.6
41-
ecmascript@0.4.6_1
42-
ecmascript-runtime@0.2.11_1
41+
ecmascript@0.4.7
42+
ecmascript-runtime@0.2.12
4343
ejson@1.0.12
44-
es5-shim@4.5.12_1
44+
es5-shim@4.5.13
4545
fastclick@1.0.12
4646
geojson-utils@1.0.9
4747
hot-code-push@1.0.4
4848
html-tools@1.0.10
4949
htmljs@1.0.10
50-
http@1.1.7
50+
http@1.1.8
5151
id-map@1.0.8
5252
jquery@1.11.9
5353
launch-screen@1.0.12
5454
livedata@1.0.18
5555
localstorage@1.0.11
56-
logging@1.0.13_1
57-
meteor@1.1.15_1
56+
logging@1.0.14
57+
meteor@1.1.16
5858
meteor-base@1.0.4
5959
meteorhacks:fast-render@2.14.0
6060
meteorhacks:inject-data@2.0.0
6161
meteorhacks:meteorx@1.4.1
6262
meteorhacks:picker@1.0.3
63-
minifier-css@1.1.12_1
64-
minifier-js@1.1.12_1
63+
minifier-css@1.1.13
64+
minifier-js@1.1.13
6565
minimongo@1.0.17
6666
mobile-experience@1.0.4
6767
mobile-status-bar@1.0.12
68-
modules@0.6.4
69-
modules-runtime@0.6.4_1
68+
modules@0.6.5
69+
modules-runtime@0.6.5
7070
mongo@1.1.9_1
7171
mongo-id@1.0.5
72-
npm-mongo@1.4.44_1
72+
npm-mongo@1.4.45
7373
observe-sequence@1.0.12
7474
ordered-dict@1.0.8
75-
promise@0.7.2_1
75+
promise@0.7.3
7676
random@1.0.10
7777
rate-limit@1.0.5
7878
reactive-var@1.0.10
@@ -82,15 +82,15 @@ routepolicy@1.0.11
8282
service-configuration@1.0.10
8383
spacebars@1.0.12
8484
spacebars-compiler@1.0.12
85-
standard-minifier-css@1.0.7_1
86-
standard-minifier-js@1.0.7_1
87-
static-html@1.0.10_1
85+
standard-minifier-css@1.0.8
86+
standard-minifier-js@1.0.8
87+
static-html@1.0.11
8888
templating-tools@1.0.4
8989
tmeasday:check-npm-versions@0.3.1
9090
tracker@1.0.14
9191
ui@1.0.11
9292
underscore@1.0.9
9393
url@1.0.10
9494
use-vue-component@0.0.1
95-
webapp@1.2.9_1
95+
webapp@1.2.10
9696
webapp-hashing@1.0.9

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
**This project is experimental.**
44

5-
Tested with Meteor 1.3.4.1
5+
Tested with Meteor 1.3.4.4
66

77
This project contains new meteor packages to help build [meteor](http://meteor.com/) apps with first-class [vuejs](http://vuejs.org/) integration as the ui layer.
88

99
## Examples
1010

1111
- [Simple example project](https://github.com/Akryum/meteor-vue-example)
12-
- [Blaze example project](https://github.com/Akryum/meteor-vue-blaze) [2](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)
12+
- [Blaze example project](https://github.com/Akryum/meteor-vue-blaze) [[2](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)]
1313
- [Routing example project](https://github.com/Akryum/meteor-vue-example-routing)
1414
- [i18n example project](https://github.com/Akryum/meteor-vue-example-i18n)
1515
- [Vuex example project](https://github.com/Akryum/meteor-vuex-example)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"locale": "^0.1.0",
1717
"js-cookie": "^2.1.2",
1818
"graphql-tag": "^0.1.7",
19-
"vuex": "^0.8.0"
19+
"vuex": "^1.0.0-rc.2"
2020
}
2121
}

0 commit comments

Comments
 (0)