Mr.doob há 10 meses atrás
pai
commit
cdd07a5b99
5 ficheiros alterados com 4 adições e 4 exclusões
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.core.js
  3. 0 0
      build/three.core.min.js
  4. 1 1
      package.json
  5. 1 1
      src/constants.js

+ 1 - 1
build/three.cjs

@@ -5,7 +5,7 @@
  */
  */
 'use strict';
 'use strict';
 
 
-const REVISION = '176dev';
+const REVISION = '176';
 
 
 /**
 /**
  * Represents mouse buttons and interaction types in context of controls.
  * Represents mouse buttons and interaction types in context of controls.

+ 1 - 1
build/three.core.js

@@ -3,7 +3,7 @@
  * Copyright 2010-2025 Three.js Authors
  * Copyright 2010-2025 Three.js Authors
  * SPDX-License-Identifier: MIT
  * SPDX-License-Identifier: MIT
  */
  */
-const REVISION = '176dev';
+const REVISION = '176';
 
 
 /**
 /**
  * Represents mouse buttons and interaction types in context of controls.
  * Represents mouse buttons and interaction types in context of controls.

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
build/three.core.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "three",
   "name": "three",
-  "version": "0.175.0",
+  "version": "0.176.0",
   "description": "JavaScript 3D library",
   "description": "JavaScript 3D library",
   "type": "module",
   "type": "module",
   "main": "./build/three.cjs",
   "main": "./build/three.cjs",

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export const REVISION = '176dev';
+export const REVISION = '176';
 
 
 /**
 /**
  * Represents mouse buttons and interaction types in context of controls.
  * Represents mouse buttons and interaction types in context of controls.

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

粤ICP备19079148号