Skip to content

Commit cc96523

Browse files
committed
[ts] Release 4.2.54
1 parent 68ec745 commit cc96523

File tree

10 files changed

+37
-37
lines changed

10 files changed

+37
-37
lines changed

spine-ts/package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spine-ts/package.json

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

spine-ts/spine-canvas/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-canvas",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
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.2.53"
34+
"@esotericsoftware/spine-core": "4.2.54"
3535
}
3636
}

spine-ts/spine-canvaskit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-canvaskit",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
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.2.53",
34+
"@esotericsoftware/spine-core": "4.2.54",
3535
"canvaskit-wasm": "0.39.1"
3636
},
3737
"devDependencies": {

spine-ts/spine-core/package.json

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

spine-ts/spine-phaser/package.json

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

spine-ts/spine-pixi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-pixi",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
44
"description": "The official Spine Runtimes for the web.",
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.2.53"
34+
"@esotericsoftware/spine-core": "4.2.54"
3535
},
3636
"peerDependencies": {
3737
"@pixi/core": "^7.2.4",

spine-ts/spine-player/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-player",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
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-webgl": "4.2.53"
34+
"@esotericsoftware/spine-webgl": "4.2.54"
3535
}
3636
}

spine-ts/spine-threejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-threejs",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
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.2.53"
34+
"@esotericsoftware/spine-core": "4.2.54"
3535
}
3636
}

spine-ts/spine-webgl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esotericsoftware/spine-webgl",
3-
"version": "4.2.53",
3+
"version": "4.2.54",
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.2.53"
34+
"@esotericsoftware/spine-core": "4.2.54"
3535
}
3636
}

0 commit comments

Comments
 (0)