Skip to content

Commit

Permalink
[ts] 4.1.34 release, broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 11, 2023
1 parent 0672c6c commit 90b6b6f
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 44 deletions.
56 changes: 28 additions & 28 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
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.33",
"version": "4.1.34",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"
Expand Down
1 change: 1 addition & 0 deletions spine-ts/publish.sh
Expand Up @@ -15,6 +15,7 @@ sed -i '' "s/$lastVersion/$newVersion/" package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-canvas/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-core/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-phaser/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-pixi/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-player/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-threejs/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-webgl/package.json
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.33",
"version": "4.1.34",
"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.33"
"@esotericsoftware/spine-core": "4.1.34"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.1.33",
"version": "4.1.34",
"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
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.33",
"version": "4.1.34",
"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.33",
"@esotericsoftware/spine-webgl": "4.1.33",
"@esotericsoftware/spine-canvas": "4.1.33"
"@esotericsoftware/spine-core": "4.1.34",
"@esotericsoftware/spine-webgl": "4.1.34",
"@esotericsoftware/spine-canvas": "4.1.34"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-pixi/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.31",
"version": "4.1.34",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.31"
"@esotericsoftware/spine-core": "4.1.34"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-player/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.1.33",
"version": "4.1.34",
"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.33"
"@esotericsoftware/spine-webgl": "4.1.34"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-threejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.33",
"version": "4.1.34",
"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.33"
"@esotericsoftware/spine-core": "4.1.34"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.33",
"version": "4.1.34",
"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.33"
"@esotericsoftware/spine-core": "4.1.34"
}
}

0 comments on commit 90b6b6f

Please sign in to comment.