mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 04:38:57 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
bdd43b239c
commit
244fb2448a
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 9.3.20 (2025-03-20)
|
||||
|
||||
- Fix text rendering when ellipses are used
|
||||
|
||||
## 9.3.19 (2025-03-12)
|
||||
|
||||
- Typescript fixes
|
||||
|
18
release.sh
18
release.sh
@ -49,7 +49,7 @@ echo "build for $1"
|
||||
npm run build >/dev/null
|
||||
git commit -am "build for $1" --allow-empty >/dev/null
|
||||
|
||||
echo "update CDN link in REAME"
|
||||
echo "update CDN link in README"
|
||||
perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" ./README.md >/dev/null
|
||||
git commit -am "update cdn link" --allow-empty >/dev/null
|
||||
|
||||
@ -61,17 +61,17 @@ git push >/dev/null
|
||||
git push --tags >/dev/null
|
||||
npm publish
|
||||
|
||||
echo "copy konva.js into konva-site"
|
||||
cp ./konva.js ../konva-site/
|
||||
cd ../konva-site
|
||||
# echo "copy konva.js into konva-site"
|
||||
# cp ./konva.js ../konva-site/
|
||||
# cd ../konva-site
|
||||
|
||||
echo "replace CDN links"
|
||||
# echo "replace CDN links"
|
||||
|
||||
|
||||
find source themes/hexo3/layout react-demos vue-demos main-demo -name "*.json" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
|
||||
find source themes/hexo3/layout react-demos vue-demos main-demo -name "*.html" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
|
||||
# find source themes/hexo3/layout react-demos vue-demos main-demo -name "*.json" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
|
||||
# find source themes/hexo3/layout react-demos vue-demos main-demo -name "*.html" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
|
||||
|
||||
echo "regenerate site"
|
||||
./deploy.sh >/dev/null
|
||||
# echo "regenerate site"
|
||||
# ./deploy.sh >/dev/null
|
||||
|
||||
echo "DONE!"
|
||||
|
Loading…
Reference in New Issue
Block a user