Ver Fonte

[ts] Release 4.2.11.

Mario Zechner há 2 anos atrás
pai
commit
99cdc5f7d7

Diff do ficheiro suprimidas por serem muito extensas
+ 205 - 197
spine-ts/package-lock.json


+ 1 - 1
spine-ts/package.json

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

+ 3 - 3
spine-ts/publish.sh

@@ -19,7 +19,7 @@ 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
 
-# rm -rf node_modules
-# rm package-lock.json
-npm install
+rm package-lock.json
+rm -rf node_modules/@esotericsoftware
+npm install --workspaces
 npm publish --access public --workspaces

+ 2 - 2
spine-ts/spine-canvas/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-canvas",
-  "version": "4.2.10",
+  "version": "4.2.11",
   "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.2.10"
+    "@esotericsoftware/spine-core": "^4.2.11"
   }
 }

+ 1 - 1
spine-ts/spine-core/package.json

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

+ 4 - 4
spine-ts/spine-phaser/package.json

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

+ 2 - 2
spine-ts/spine-player/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-player",
-  "version": "4.2.10",
+  "version": "4.2.11",
   "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.2.10"
+    "@esotericsoftware/spine-webgl": "^4.2.11"
   }
 }

+ 2 - 2
spine-ts/spine-threejs/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-threejs",
-  "version": "4.2.10",
+  "version": "4.2.11",
   "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.146.0",
     "three": "^0.146.0",
-    "@esotericsoftware/spine-core": "^4.2.10"
+    "@esotericsoftware/spine-core": "^4.2.11"
   }
 }

+ 2 - 2
spine-ts/spine-webgl/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-webgl",
-  "version": "4.2.10",
+  "version": "4.2.11",
   "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.2.10"
+    "@esotericsoftware/spine-core": "^4.2.11"
   }
 }

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff