Skip to content

Commit

Permalink
[ts] Release 4.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jun 20, 2023
1 parent 74719c1 commit 8a8e64b
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 48 deletions.
89 changes: 55 additions & 34 deletions spine-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.31",
"version": "4.1.32",
"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.1.31",
"version": "4.1.32",
"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.1.31"
"@esotericsoftware/spine-core": "4.1.32"
}
}
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.1.31",
"version": "4.1.32",
"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.1.31",
"version": "4.1.32",
"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.1.31",
"@esotericsoftware/spine-webgl": "4.1.31",
"@esotericsoftware/spine-canvas": "4.1.31"
"@esotericsoftware/spine-core": "4.1.32",
"@esotericsoftware/spine-webgl": "4.1.32",
"@esotericsoftware/spine-canvas": "4.1.32"
}
}
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.1.31",
"version": "4.1.32",
"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.1.31"
"@esotericsoftware/spine-webgl": "4.1.32"
}
}
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.1.31",
"version": "4.1.32",
"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.1.31"
"@esotericsoftware/spine-core": "4.1.32"
}
}
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.1.31",
"version": "4.1.32",
"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.1.31"
"@esotericsoftware/spine-core": "4.1.32"
}
}

0 comments on commit 8a8e64b

Please sign in to comment.