diff --git a/spine-ts/package-lock.json b/spine-ts/package-lock.json index 8336487ec..56b43bd7f 100644 --- a/spine-ts/package-lock.json +++ b/spine-ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esotericsoftware/spine-ts", - "version": "4.1.28", + "version": "4.1.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esotericsoftware/spine-ts", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "workspaces": [ "spine-core", @@ -3396,49 +3396,49 @@ }, "spine-canvas": { "name": "@esotericsoftware/spine-canvas", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "^4.1.28" + "@esotericsoftware/spine-core": "4.1.29" } }, "spine-core": { "name": "@esotericsoftware/spine-core", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE" }, "spine-phaser": { "name": "@esotericsoftware/spine-phaser", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-canvas": "^4.1.28", - "@esotericsoftware/spine-core": "^4.1.28", - "@esotericsoftware/spine-webgl": "^4.1.28" + "@esotericsoftware/spine-canvas": "4.1.29", + "@esotericsoftware/spine-core": "4.1.29", + "@esotericsoftware/spine-webgl": "4.1.29" } }, "spine-player": { "name": "@esotericsoftware/spine-player", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-webgl": "^4.1.28" + "@esotericsoftware/spine-webgl": "4.1.29" } }, "spine-threejs": { "name": "@esotericsoftware/spine-threejs", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "^4.1.28" + "@esotericsoftware/spine-core": "4.1.29" } }, "spine-webgl": { "name": "@esotericsoftware/spine-webgl", - "version": "4.1.28", + "version": "4.1.29", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "^4.1.28" + "@esotericsoftware/spine-core": "4.1.29" } } } diff --git a/spine-ts/package.json b/spine-ts/package.json index cc147436a..2d266ab02 100644 --- a/spine-ts/package.json +++ b/spine-ts/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-ts", - "version": "4.1.28", + "version": "4.1.29", "description": "The official Spine Runtimes for the web.", "files": [ "README.md" diff --git a/spine-ts/spine-canvas/package.json b/spine-ts/spine-canvas/package.json index 732c1712a..8a223e758 100644 --- a/spine-ts/spine-canvas/package.json +++ b/spine-ts/spine-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-canvas", - "version": "4.1.28", + "version": "4.1.29", "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.1.28" + "@esotericsoftware/spine-core": "4.1.29" } } \ No newline at end of file diff --git a/spine-ts/spine-core/package.json b/spine-ts/spine-core/package.json index 39d6dd999..5c748ef61 100644 --- a/spine-ts/spine-core/package.json +++ b/spine-ts/spine-core/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-core", - "version": "4.1.28", + "version": "4.1.29", "description": "The official Spine Runtimes for the web.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/spine-ts/spine-phaser/package.json b/spine-ts/spine-phaser/package.json index b0a241600..964411a73 100644 --- a/spine-ts/spine-phaser/package.json +++ b/spine-ts/spine-phaser/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-phaser", - "version": "4.1.28", + "version": "4.1.29", "description": "The official Spine Runtimes for the Phaser.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "dependencies": { - "@esotericsoftware/spine-core": "4.1.28", - "@esotericsoftware/spine-webgl": "4.1.28", - "@esotericsoftware/spine-canvas": "4.1.28" + "@esotericsoftware/spine-core": "4.1.29", + "@esotericsoftware/spine-webgl": "4.1.29", + "@esotericsoftware/spine-canvas": "4.1.29" } } \ No newline at end of file diff --git a/spine-ts/spine-player/package.json b/spine-ts/spine-player/package.json index 7bf8cdc0e..a6ea0f685 100644 --- a/spine-ts/spine-player/package.json +++ b/spine-ts/spine-player/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-player", - "version": "4.1.28", + "version": "4.1.29", "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.1.28" + "@esotericsoftware/spine-webgl": "4.1.29" } } \ No newline at end of file diff --git a/spine-ts/spine-threejs/package.json b/spine-ts/spine-threejs/package.json index 281b8164d..e37f71eb0 100644 --- a/spine-ts/spine-threejs/package.json +++ b/spine-ts/spine-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-threejs", - "version": "4.1.28", + "version": "4.1.29", "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.1.28" + "@esotericsoftware/spine-core": "4.1.29" } } \ No newline at end of file diff --git a/spine-ts/spine-webgl/package.json b/spine-ts/spine-webgl/package.json index bf952ee77..c874adfb1 100644 --- a/spine-ts/spine-webgl/package.json +++ b/spine-ts/spine-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-webgl", - "version": "4.1.28", + "version": "4.1.29", "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.1.28" + "@esotericsoftware/spine-core": "4.1.29" } } \ No newline at end of file