[ts] Release 4.0.27

This commit is contained in:
Mario Zechner 2022-04-07 09:02:34 +02:00
parent 9d7da553bb
commit 7dc0073ab9
7 changed files with 25 additions and 25 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.0.26",
"version": "4.0.27",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -7967,41 +7967,41 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE"
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "^4.0.26"
"@esotericsoftware/spine-webgl": "^4.0.27"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.26",
"@esotericsoftware/spine-core": "^4.0.27",
"@types/three": "^0.138.0",
"three": "^0.138.3"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.0.26",
"version": "4.0.27",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
}
},
@ -8009,7 +8009,7 @@
"@esotericsoftware/spine-canvas": {
"version": "file:spine-canvas",
"requires": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
},
"@esotericsoftware/spine-core": {
@ -8018,13 +8018,13 @@
"@esotericsoftware/spine-player": {
"version": "file:spine-player",
"requires": {
"@esotericsoftware/spine-webgl": "^4.0.26"
"@esotericsoftware/spine-webgl": "^4.0.27"
}
},
"@esotericsoftware/spine-threejs": {
"version": "file:spine-threejs",
"requires": {
"@esotericsoftware/spine-core": "^4.0.26",
"@esotericsoftware/spine-core": "^4.0.27",
"@types/three": "^0.138.0",
"three": "^0.138.3"
}
@ -8032,7 +8032,7 @@
"@esotericsoftware/spine-webgl": {
"version": "file:spine-webgl",
"requires": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
},
"@types/offscreencanvas": {

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "^4.0.26"
"@esotericsoftware/spine-webgl": "^4.0.27"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -32,6 +32,6 @@
"dependencies": {
"@types/three": "^0.138.0",
"three": "^0.138.3",
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.0.26",
"version": "4.0.27",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.26"
"@esotericsoftware/spine-core": "^4.0.27"
}
}