@galacean/effects-core 2.3.0-beta.3 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.3.0-beta.3
6
+ * Version: v2.3.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -32079,7 +32079,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem);
32079
32079
  registerPlugin("particle", ParticleLoader, exports.VFXItem);
32080
32080
  registerPlugin("cal", CalculateLoader, exports.VFXItem);
32081
32081
  registerPlugin("interact", InteractLoader, exports.VFXItem);
32082
- var version = "2.3.0-beta.3";
32082
+ var version = "2.3.0";
32083
32083
  logger.info("Core version: " + version + ".");
32084
32084
 
32085
32085
  exports.AbstractPlugin = AbstractPlugin;