@galacean/effects-plugin-dom-content 2.10.0-alpha.5 → 2.10.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 plugin for rendering HTML/CSS DOM content as texture
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 陈茉
6
- * Version: v2.10.0-alpha.5
6
+ * Version: v2.10.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -1744,7 +1744,7 @@ exports.DomContentComponent = __decorate([
1744
1744
  EFFECTS.effectsClass(DATA_TYPE)
1745
1745
  ], exports.DomContentComponent);
1746
1746
 
1747
- var version = "2.10.0-alpha.5";
1747
+ var version = "2.10.0";
1748
1748
  EFFECTS.registerPlugin("dom-content", DomContentLoader);
1749
1749
  EFFECTS.logger.info("Plugin dom-content version: " + version + ".");
1750
1750
  if (version !== EFFECTS__namespace.version) {