Skip to content

Commit 87e67ae

Browse files
committed
[build] 3.0.0
1 parent 65dbfec commit 87e67ae

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/vuex.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vuex v2.5.0
2+
* vuex v3.0.0
33
* (c) 2017 Evan You
44
* @license MIT
55
*/
@@ -921,7 +921,7 @@ function getModuleByNamespace (store, helper, namespace) {
921921
var index = {
922922
Store: Store,
923923
install: install,
924-
version: '2.5.0',
924+
version: '3.0.0',
925925
mapState: mapState,
926926
mapMutations: mapMutations,
927927
mapGetters: mapGetters,

dist/vuex.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vuex v2.5.0
2+
* vuex v3.0.0
33
* (c) 2017 Evan You
44
* @license MIT
55
*/
@@ -919,7 +919,7 @@ function getModuleByNamespace (store, helper, namespace) {
919919
var index_esm = {
920920
Store: Store,
921921
install: install,
922-
version: '2.5.0',
922+
version: '3.0.0',
923923
mapState: mapState,
924924
mapMutations: mapMutations,
925925
mapGetters: mapGetters,

dist/vuex.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vuex v2.5.0
2+
* vuex v3.0.0
33
* (c) 2017 Evan You
44
* @license MIT
55
*/
@@ -925,7 +925,7 @@ function getModuleByNamespace (store, helper, namespace) {
925925
var index = {
926926
Store: Store,
927927
install: install,
928-
version: '2.5.0',
928+
version: '3.0.0',
929929
mapState: mapState,
930930
mapMutations: mapMutations,
931931
mapGetters: mapGetters,

dist/vuex.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)