update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2022-05-30 09:36:11 -05:00
parent b45e243f54
commit dc4575507d
4 changed files with 10 additions and 6 deletions

View File

@ -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/).
### 8.3.9 (2020-05-27)
- Typescript fixes
### 8.3.8 (2020-05-05) ### 8.3.8 (2020-05-05)
- Disable all exports in `package.json` - Disable all exports in `package.json`

View File

@ -8,7 +8,7 @@
* Konva JavaScript Framework v8.3.8 * Konva JavaScript Framework v8.3.8
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu May 05 2022 * Date: Mon May 30 2022
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

2
konva.min.js vendored
View File

@ -3,7 +3,7 @@
* Konva JavaScript Framework v8.3.8 * Konva JavaScript Framework v8.3.8
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu May 05 2022 * Date: Mon May 30 2022
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

View File

@ -88,7 +88,7 @@
} }
], ],
"devDependencies": { "devDependencies": {
"@parcel/transformer-image": "2.5.0", "@parcel/transformer-image": "2.6.0",
"@size-limit/preset-big-lib": "^7.0.8", "@size-limit/preset-big-lib": "^7.0.8",
"@types/mocha": "^9.1.1", "@types/mocha": "^9.1.1",
"canvas": "^2.9.1", "canvas": "^2.9.1",
@ -107,9 +107,9 @@
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"mocha": "9.2.2", "mocha": "9.2.2",
"mocha-headless-chrome": "^4.0.0", "mocha-headless-chrome": "^4.0.0",
"parcel": "2.5.0", "parcel": "2.6.0",
"process": "^0.11.10", "process": "^0.11.10",
"rollup": "^2.70.2", "rollup": "^2.75.0",
"rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-sourcemaps": "^0.6.3",
@ -117,7 +117,7 @@
"size-limit": "^7.0.8", "size-limit": "^7.0.8",
"ts-mocha": "^9.0.2", "ts-mocha": "^9.0.2",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "4.6.3" "typescript": "^4.6.3"
}, },
"keywords": [ "keywords": [
"canvas", "canvas",