update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2019-03-19 18:19:40 -05:00
parent b6bf6081cf
commit 706758ecd7
4 changed files with 15 additions and 21 deletions

View File

@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Not released:
## [3.2.2][2019-03-19]
* Remove `dependencies` from npm package
## [3.2.1][2019-03-18]
* Better `find` and `findOne` lookup. Now we should not care about duplicate ids.

View File

@ -8,7 +8,7 @@
* Konva JavaScript Framework v3.2.1
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Mar 18 2019
* Date: Tue Mar 19 2019
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

2
konva.min.js vendored
View File

@ -3,7 +3,7 @@
* Konva JavaScript Framework v3.2.1
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Mar 18 2019
* Date: Tue Mar 19 2019
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

View File

@ -26,7 +26,6 @@
"watch": "rollup -c -w"
},
"devDependencies": {
"@pika/plugin-ts-standard-pkg": "^0.3.12",
"chai": "4.2.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
@ -42,7 +41,14 @@
"mocha-headless-chrome": "^2.0.2",
"parcel-bundler": "^1.11.0",
"prettier": "^1.16.4",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"gulp-exec": "^3.0.2",
"gulp-typescript": "^5.0.0",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1"
},
"keywords": [
"canvas",
@ -67,21 +73,5 @@
"url": "git://github.com/konvajs/konva.git"
},
"license": "MIT",
"dependencies": {
"@pika/pack": "^0.3.3",
"gulp-exec": "^3.0.2",
"gulp-typescript": "^5.0.0",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
]
]
}
"dependencies": {}
}