Skip to content

Commit

Permalink
[ts] released 4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Feb 2, 2022
1 parent 738217f commit 8688bbc
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 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.0.19",
"version": "4.0.20",
"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.0.19",
"version": "4.0.20",
"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.0.19"
"@esotericsoftware/spine-core": "^4.0.20"
}
}
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.0.19",
"version": "4.0.20",
"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-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.0.19",
"version": "4.0.20",
"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.0.19"
"@esotericsoftware/spine-webgl": "^4.0.20"
}
}
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.0.19",
"version": "4.0.20",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"@types/three": "^0.133.1",
"three": "^0.133.1",
"@esotericsoftware/spine-core": "^4.0.19"
"@esotericsoftware/spine-core": "^4.0.20"
}
}
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.0.19",
"version": "4.0.20",
"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.0.19"
"@esotericsoftware/spine-core": "^4.0.20"
}
}

0 comments on commit 8688bbc

Please sign in to comment.