Skip to content

Commit

Permalink
[ts] Release 4.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetan committed Apr 24, 2024
1 parent f0fbceb commit 60f3aea
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 111 deletions.
211 changes: 116 additions & 95 deletions spine-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spine-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.38"
"@esotericsoftware/spine-core": "4.2.39"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions spine-ts/spine-phaser/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.38",
"@esotericsoftware/spine-webgl": "4.2.38",
"@esotericsoftware/spine-canvas": "4.2.38"
"@esotericsoftware/spine-core": "4.2.39",
"@esotericsoftware/spine-webgl": "4.2.39",
"@esotericsoftware/spine-canvas": "4.2.39"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-pixi/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.38"
"@esotericsoftware/spine-core": "4.2.39"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-player/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.38"
"@esotericsoftware/spine-webgl": "4.2.39"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-threejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.38"
"@esotericsoftware/spine-core": "4.2.39"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.38",
"version": "4.2.39",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.38"
"@esotericsoftware/spine-core": "4.2.39"
}
}

0 comments on commit 60f3aea

Please sign in to comment.