@blocklet/discuss-kit 1.5.183 → 1.5.185

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.
@@ -18,7 +18,7 @@ const en = flat({
18
18
  cancel: "Cancel",
19
19
  tip: "Tip",
20
20
  deleteCommentDesc: "Confirm delete this comment?",
21
- readMore: "Read more",
21
+ readMore: "Read More",
22
22
  showMoreReplies: "Show more replies",
23
23
  deleted: "This comment has been deleted"
24
24
  });
@@ -17,7 +17,7 @@ const en = flat({
17
17
  cancel: "Cancel",
18
18
  tip: "Tip",
19
19
  deleteCommentDesc: "Confirm delete this comment?",
20
- readMore: "Read more",
20
+ readMore: "Read More",
21
21
  showMoreReplies: "Show more replies",
22
22
  deleted: "This comment has been deleted"
23
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit",
3
- "version": "1.5.183",
3
+ "version": "1.5.185",
4
4
  "description": "A react component for Discuss Kit blocklet.",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/es/index.js",
@@ -37,8 +37,8 @@
37
37
  "@arcblock/did-connect": "^2.8.14",
38
38
  "@arcblock/ux": "^2.8.14",
39
39
  "@arcblock/ws": "^1.18.95",
40
- "@blocklet/discuss-kit-ux": "1.5.183",
41
- "@blocklet/editor": "1.5.183",
40
+ "@blocklet/discuss-kit-ux": "1.5.185",
41
+ "@blocklet/editor": "1.5.185",
42
42
  "@emotion/react": "^11.10.5",
43
43
  "@emotion/styled": "^11.10.5",
44
44
  "@mui/icons-material": "^5.14.9",
@@ -77,5 +77,5 @@
77
77
  "vite-plugin-build": "^0.10.0",
78
78
  "vite-plugin-svgr": "^4.1.0"
79
79
  },
80
- "gitHead": "6d597a12b098da62ff187179e43222c45bf0f629"
80
+ "gitHead": "ddb802ddbf61267404f1b151483ccbdfc549099f"
81
81
  }