Commit 77312398 authored by Zhi's avatar Zhi

[build] 2.5.1

parent 47c40505
...@@ -16,16 +16,16 @@ then ...@@ -16,16 +16,16 @@ then
VERSION=$VERSION npm run dist VERSION=$VERSION npm run dist
# publish theme # publish theme
echo "Releasing theme-chalk $VERSION ..." # echo "Releasing theme-chalk $VERSION ..."
cd packages/theme-chalk # cd packages/theme-chalk
npm version $VERSION --message "[release] $VERSION" # npm version $VERSION --message "[release] $VERSION"
if [[ $VERSION =~ "beta" ]] # if [[ $VERSION =~ "beta" ]]
then # then
npm publish --tag beta # npm publish --tag beta
else # else
npm publish # npm publish
fi # fi
cd ../.. # cd ../..
# commit # commit
git add -A git add -A
......
{"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"}
\ No newline at end of file \ No newline at end of file
...@@ -172,7 +172,7 @@ if (typeof window !== 'undefined' && window.Vue) { ...@@ -172,7 +172,7 @@ if (typeof window !== 'undefined' && window.Vue) {
} }
export default { export default {
version: '2.5.0', version: '2.5.1',
locale: locale.use, locale: locale.use,
i18n: locale.i18n, i18n: locale.i18n,
install, install,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment