Skip to content

Commit 22e2ff0

Browse files
authored
ci(): Publish 7.3.1 (#10961)
1 parent 1f0441e commit 22e2ff0

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## [next]
44

5+
## [7.3.1]
6+
7+
- ci(): fix the package version [#10961](https://github.com/fabricjs/fabric.js/pull/10961)
58
- ci(): inline npm publish workflow and add manual dispatch [#10960](https://github.com/fabricjs/fabric.js/pull/10960)
69
- ci(): Change permission model and declaration to help with OSSF scorecard. [#10959](https://github.com/fabricjs/fabric.js/pull/10959)
710
- docs(): Revise security vulnerability reporting process [#10955](https://github.com/fabricjs/fabric.js/pull/10955)
811
- ci(): pin workflow dependencies for scorecard hardening [#10954](https://github.com/fabricjs/fabric.js/pull/10954)
912
- ci(): tighten workflow permissions for scorecard hardening [#10953](https://github.com/fabricjs/fabric.js/pull/10953)
1013
- feat(): Update cron schedule for scorecard workflow [#10952](https://github.com/fabricjs/fabric.js/pull/10952)
14+
15+
## [7.3.0]
16+
1117
- Version 7.3.0 [#10951](https://github.com/fabricjs/fabric.js/pull/10951)
1218
- fix(cropping): keep ghost scaling controls anchored on flipped images [#10943](https://github.com/fabricjs/fabric.js/pull/10943)
1319
- chore(deps): bump canvas from 3.2.2 to 3.2.3 [#10940](https://github.com/fabricjs/fabric.js/pull/10940)

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ var Cache = class {
405405
const cache = new Cache();
406406
//#endregion
407407
//#region src/constants.ts
408-
const VERSION = "7.2.0";
408+
const VERSION = "7.3.1";
409409
function noop() {}
410410
const halfPI = Math.PI / 2;
411411
const quarterPI = Math.PI / 4;

dist/index.node.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ var Cache = class {
353353
const cache = new Cache();
354354
//#endregion
355355
//#region src/constants.ts
356-
const VERSION = "7.2.0";
356+
const VERSION = "7.3.1";
357357
function noop() {}
358358
const halfPI = Math.PI / 2;
359359
const quarterPI = Math.PI / 4;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fabric",
33
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
44
"homepage": "http://fabricjs.com/",
5-
"version": "7.2.0",
5+
"version": "7.3.1",
66
"author": "Juriy Zaytsev <kangax@gmail.com>",
77
"contributors": [
88
{

0 commit comments

Comments
 (0)