Skip to content

Commit

Permalink
[ts] 4.2.14 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Apr 21, 2023
1 parent 04d22e1 commit 0a0f007
Show file tree
Hide file tree
Showing 8 changed files with 1,774 additions and 1,506 deletions.
3,252 changes: 1,760 additions & 1,492 deletions spine-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spine-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.13"
"@esotericsoftware/spine-core": "4.2.14"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.13",
"version": "4.2.14",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.13",
"@esotericsoftware/spine-webgl": "4.2.13",
"@esotericsoftware/spine-canvas": "4.2.13"
"@esotericsoftware/spine-core": "4.2.14",
"@esotericsoftware/spine-webgl": "4.2.14",
"@esotericsoftware/spine-canvas": "4.2.14"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.13"
"@esotericsoftware/spine-webgl": "4.2.14"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-threejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.13"
"@esotericsoftware/spine-core": "4.2.14"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.13",
"version": "4.2.14",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.13"
"@esotericsoftware/spine-core": "4.2.14"
}
}

0 comments on commit 0a0f007

Please sign in to comment.