Skip to content

Commit 9c5ca3c

Browse files
committed
[ts] Release 4.3.12
1 parent ec7ae09 commit 9c5ca3c

17 files changed

Lines changed: 64 additions & 62 deletions

File tree

spine-ts/CHANGELOG.md

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

33
## Unreleased
44

5+
## 4.3.12 - 2026-07-23
6+
57
### spine-core
68

79
- Expose restore WebGL logic on ManagedWebGLRenderingContext, so applications that pass an existing WebGL context instead of a canvas can restore all registered WebGL resources.

spine-ts/package-lock.json

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

spine-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-ts",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"description": "The official Spine Runtimes for the web.",
55
"type": "module",
66
"files": [

spine-ts/spine-canvas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-canvas",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"description": "The official Spine Runtimes for the web.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -31,6 +31,6 @@
3131
},
3232
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3333
"dependencies": {
34-
"@esotericsoftware/spine-core": "4.3.11"
34+
"@esotericsoftware/spine-core": "4.3.12"
3535
}
3636
}

spine-ts/spine-canvaskit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-canvaskit",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"description": "The official Spine Runtimes for CanvasKit for NodeJS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3333
"dependencies": {
34-
"@esotericsoftware/spine-core": "4.3.11",
34+
"@esotericsoftware/spine-core": "4.3.12",
3535
"canvaskit-wasm": "0.39.1"
3636
},
3737
"devDependencies": {

spine-ts/spine-construct3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esotericsoftware/spine-construct3",
33
"private": true,
4-
"version": "4.3.11",
4+
"version": "4.3.12",
55
"description": "The official Spine Runtimes for Construct3",
66
"main": "dist/plugin.js",
77
"types": "dist/plugin.d.ts",
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3434
"dependencies": {
35-
"@esotericsoftware/spine-construct3-lib": "4.3.11"
35+
"@esotericsoftware/spine-construct3-lib": "4.3.12"
3636
}
3737
}

spine-ts/spine-construct3/spine-construct3-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esotericsoftware/spine-construct3-lib",
33
"private": true,
4-
"version": "4.3.11",
4+
"version": "4.3.12",
55
"description": "The official Spine Runtimes for the web.",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3434
"dependencies": {
35-
"@esotericsoftware/spine-core": "4.3.11"
35+
"@esotericsoftware/spine-core": "4.3.12"
3636
}
3737
}

spine-ts/spine-construct3/src/addon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "plugin",
88
"name": "Spine Construct3",
99
"id": "EsotericSoftware_SpineConstruct3",
10-
"version": "4.3.11",
10+
"version": "4.3.12",
1111
"author": "Esoteric Software",
1212
"website": "https://www.esotericsoftware.com",
1313
"documentation": "https://www.esotericsoftware.com",

spine-ts/spine-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-core",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"description": "The official Spine Runtimes for the web.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

spine-ts/spine-phaser-v3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-phaser-v3",
3-
"version": "4.3.11",
3+
"version": "4.3.12",
44
"description": "The official Spine Runtimes for the Phaser v3.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -31,9 +31,9 @@
3131
},
3232
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3333
"dependencies": {
34-
"@esotericsoftware/spine-canvas": "4.3.11",
35-
"@esotericsoftware/spine-core": "4.3.11",
36-
"@esotericsoftware/spine-webgl": "4.3.11"
34+
"@esotericsoftware/spine-canvas": "4.3.12",
35+
"@esotericsoftware/spine-core": "4.3.12",
36+
"@esotericsoftware/spine-webgl": "4.3.12"
3737
},
3838
"devDependencies": {
3939
"phaser": "^3.60.0"

0 commit comments

Comments
 (0)