소스 검색

[build] 3.0.0

Evan You 7 년 전
부모
커밋
87e67ae4a7
4개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 2
      dist/vuex.common.js
  2. 2 2
      dist/vuex.esm.js
  3. 2 2
      dist/vuex.js
  4. 1 1
      dist/vuex.min.js

+ 2 - 2
dist/vuex.common.js

@@ -1,5 +1,5 @@
 /**
- * vuex v2.5.0
+ * vuex v3.0.0
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -921,7 +921,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index = {
   Store: Store,
   install: install,
-  version: '2.5.0',
+  version: '3.0.0',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

+ 2 - 2
dist/vuex.esm.js

@@ -1,5 +1,5 @@
 /**
- * vuex v2.5.0
+ * vuex v3.0.0
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -919,7 +919,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index_esm = {
   Store: Store,
   install: install,
-  version: '2.5.0',
+  version: '3.0.0',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

+ 2 - 2
dist/vuex.js

@@ -1,5 +1,5 @@
 /**
- * vuex v2.5.0
+ * vuex v3.0.0
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -925,7 +925,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index = {
   Store: Store,
   install: install,
-  version: '2.5.0',
+  version: '3.0.0',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/vuex.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.