mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 05:01:41 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
e88a485458
commit
5cd523ed98
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [3.1.7][2019-03-06]
|
||||||
|
|
||||||
|
* Better modules and TS types
|
||||||
|
|
||||||
## [3.1.6][2019-02-27]
|
## [3.1.6][2019-02-27]
|
||||||
|
|
||||||
* Fix commonjs exports
|
* Fix commonjs exports
|
||||||
|
16
release.sh
16
release.sh
@ -74,20 +74,20 @@ npm publish >/dev/null
|
|||||||
|
|
||||||
echo "copy konva.js into konva-site"
|
echo "copy konva.js into konva-site"
|
||||||
cp ./konva.js ../konva-site/
|
cp ./konva.js ../konva-site/
|
||||||
cd ../konva-site
|
# cd ../konva-site
|
||||||
|
|
||||||
echo "replace CDN links"
|
# echo "replace CDN links"
|
||||||
|
|
||||||
|
|
||||||
find source themes -exec perl -i -pe "s|${old_cdn}|${new_cdn}|g" {} + >/dev/null
|
# find source themes -exec perl -i -pe "s|${old_cdn}|${new_cdn}|g" {} + >/dev/null
|
||||||
find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} + >/dev/null
|
# find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} + >/dev/null
|
||||||
|
|
||||||
echo "regenerate site"
|
# echo "regenerate site"
|
||||||
./deploy.sh >/dev/null
|
# ./deploy.sh >/dev/null
|
||||||
|
|
||||||
echo "DONE!"
|
echo "DONE!"
|
||||||
|
|
||||||
echo "-------"
|
echo "-------"
|
||||||
echo "Now you need:"
|
echo "Now you need:"
|
||||||
echo "create new relese in github and attach documentation https://github.com/konvajs/konva/releases"
|
echo "1. Update CDN link to ${new_cdn} at http://codepen.io/lavrton/pen/myBPGo"
|
||||||
echo "update CDN link to ${new_cdn} at http://codepen.io/lavrton/pen/myBPGo"
|
echo "2. Update cdn links on konva website from ${old_version} to ${new_version}"
|
||||||
|
Loading…
Reference in New Issue
Block a user