Merge pull request #14228 from iamkun/bugfix/2.5.1fix

chore: 2.5.1 fix
pull/14231/head
Zhi Cun 2019-01-26 20:56:20 +08:00 committed by GitHub
commit 15b76faef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "element-theme-chalk",
"version": "2.5.0",
"version": "2.5.1",
"description": "Element component chalk theme.",
"main": "lib/index.css",
"style": "lib/index.css",