Skip to content

Commit

Permalink
[ts] 4.2.13 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Apr 17, 2023
1 parent db6f624 commit 0289cdc
Show file tree
Hide file tree
Showing 8 changed files with 1,569 additions and 1,934 deletions.
3,483 changes: 1,559 additions & 1,924 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.11",
"version": "4.2.13",
"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
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.11",
"version": "4.2.13",
"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.11"
"@esotericsoftware/spine-core": "^4.2.13"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.11",
"version": "4.2.13",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion spine-ts/spine-phaser/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.11",
"version": "4.2.13",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.11",
"version": "4.2.13",
"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.11"
"@esotericsoftware/spine-webgl": "^4.2.13"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-threejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.11",
"version": "4.2.13",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.11",
"version": "4.2.13",
"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.11"
"@esotericsoftware/spine-core": "^4.2.13"
}
}

0 comments on commit 0289cdc

Please sign in to comment.