diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7bb98cc9e..3e6e3ec9b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [next] +## [6.0.0-beta20] + - chore(TS): minor changes to typescript notation to be compatible with a 5.3.3 [#9725](https://github.com/fabricjs/fabric.js/pull/9725) - fix(InteractiveObject): "borderOpacityWhenMoving" does not take effect on the child shapes within the group [#9374](https://github.com/fabricjs/fabric.js/issues/9734) - fix(SVGParser): Consider the transformMatrix of the clipPath owner as part of the clipPath trasnformation [#9750](https://github.com/fabricjs/fabric.js/pull/9750) diff --git a/package-lock.json b/package-lock.json index 8683a526e38..1afb4ce7c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabric", - "version": "6.0.0-beta19", + "version": "6.0.0-beta20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fabric", - "version": "6.0.0-beta19", + "version": "6.0.0-beta20", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.9", diff --git a/package.json b/package.json index 481bce5e696..82861061a36 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", "homepage": "http://fabricjs.com/", - "version": "6.0.0-beta19", + "version": "6.0.0-beta20", "author": "Juriy Zaytsev ", "contributors": [ {