Zhi 6 gadi atpakaļ
vecāks
revīzija
773123987b
3 mainītis faili ar 12 papildinājumiem un 12 dzēšanām
  1. 10 10
      build/release.sh
  2. 1 1
      examples/versions.json
  3. 1 1
      src/index.js

+ 10 - 10
build/release.sh

@@ -16,16 +16,16 @@ then
   VERSION=$VERSION npm run dist
 
   # publish theme
-  echo "Releasing theme-chalk $VERSION ..."
-  cd packages/theme-chalk
-  npm version $VERSION --message "[release] $VERSION"
-  if [[ $VERSION =~ "beta" ]]
-  then
-    npm publish --tag beta
-  else
-    npm publish
-  fi
-  cd ../..
+  # echo "Releasing theme-chalk $VERSION ..."
+  # cd packages/theme-chalk
+  # npm version $VERSION --message "[release] $VERSION"
+  # if [[ $VERSION =~ "beta" ]]
+  # then
+  #   npm publish --tag beta
+  # else
+  #   npm publish
+  # fi
+  # cd ../..
 
   # commit
   git add -A

+ 1 - 1
examples/versions.json

@@ -1 +1 @@
-{"1.4.13":"1.4","2.0.11":"2.0","2.1.0":"2.1","2.2.2":"2.2","2.3.9":"2.3","2.5.0":"2.4"}
+{"1.4.13":"1.4","2.0.11":"2.0","2.1.0":"2.1","2.2.2":"2.2","2.3.9":"2.3","2.4.11":"2.4","2.5.1":"2.5"}

+ 1 - 1
src/index.js

@@ -172,7 +172,7 @@ if (typeof window !== 'undefined' && window.Vue) {
 }
 
 export default {
-  version: '2.5.0',
+  version: '2.5.1',
   locale: locale.use,
   i18n: locale.i18n,
   install,