@alifd/chat 0.2.0-beta.2 → 0.3.0-beta.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/es/index.js CHANGED
@@ -17,4 +17,4 @@ export { default as ImagePreview } from './ImagePreview';
17
17
  export { default as HTMLRenderer } from './HTMLRenderer';
18
18
  export { default as Markdown } from './markdown';
19
19
  export { default as CardLoading } from './card-loading';
20
- export const version = '0.2.0-beta.2';
20
+ export const version = '0.3.0-beta.0';
package/lib/index.js CHANGED
@@ -40,4 +40,4 @@ var markdown_1 = require("./markdown");
40
40
  Object.defineProperty(exports, "Markdown", { enumerable: true, get: function () { return tslib_1.__importDefault(markdown_1).default; } });
41
41
  var card_loading_1 = require("./card-loading");
42
42
  Object.defineProperty(exports, "CardLoading", { enumerable: true, get: function () { return tslib_1.__importDefault(card_loading_1).default; } });
43
- exports.version = '0.2.0-beta.2';
43
+ exports.version = '0.3.0-beta.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.3.0-beta.0",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",