diff --git a/CHANGELOG.md b/CHANGELOG.md index b38e68fd..a3f903e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +### 8.3.9 (2020-05-27) + +- Typescript fixes + ### 8.3.8 (2020-05-05) - Disable all exports in `package.json` diff --git a/konva.js b/konva.js index eb473892..5107fb8e 100644 --- a/konva.js +++ b/konva.js @@ -8,7 +8,7 @@ * Konva JavaScript Framework v8.3.8 * http://konvajs.org/ * Licensed under the MIT - * Date: Thu May 05 2022 + * Date: Mon May 30 2022 * * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) diff --git a/konva.min.js b/konva.min.js index 9fb73574..fcdac843 100644 --- a/konva.min.js +++ b/konva.min.js @@ -3,7 +3,7 @@ * Konva JavaScript Framework v8.3.8 * http://konvajs.org/ * Licensed under the MIT - * Date: Thu May 05 2022 + * Date: Mon May 30 2022 * * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) diff --git a/package.json b/package.json index 59d9f0eb..97d9e584 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ } ], "devDependencies": { - "@parcel/transformer-image": "2.5.0", + "@parcel/transformer-image": "2.6.0", "@size-limit/preset-big-lib": "^7.0.8", "@types/mocha": "^9.1.1", "canvas": "^2.9.1", @@ -107,9 +107,9 @@ "gulp-util": "^3.0.8", "mocha": "9.2.2", "mocha-headless-chrome": "^4.0.0", - "parcel": "2.5.0", + "parcel": "2.6.0", "process": "^0.11.10", - "rollup": "^2.70.2", + "rollup": "^2.75.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3", @@ -117,7 +117,7 @@ "size-limit": "^7.0.8", "ts-mocha": "^9.0.2", "ts-node": "^9.1.1", - "typescript": "4.6.3" + "typescript": "^4.6.3" }, "keywords": [ "canvas",