@galacean/effects-plugin-rich-text 2.8.0-alpha.6 → 2.8.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 player rich text plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 云垣
6
- * Version: v2.8.0-alpha.6
6
+ * Version: v2.8.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -1747,7 +1747,7 @@ EFFECTS.applyMixins(exports.RichTextComponent, [
1747
1747
 
1748
1748
  /**
1749
1749
  * 插件版本号
1750
- */ var version = "2.8.0-alpha.6";
1750
+ */ var version = "2.8.0";
1751
1751
  EFFECTS.registerPlugin("rich-text", RichTextLoader);
1752
1752
  EFFECTS.logger.info("Plugin rich text version: " + version + ".");
1753
1753
  if (version !== EFFECTS__namespace.version) {