@next-bricks/markdown 1.12.2 → 1.12.4

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/stories.json CHANGED
@@ -23,10 +23,6 @@
23
23
  "bricks": [
24
24
  {
25
25
  "brick": "eo-markdown-editor",
26
- "description": {
27
- "title": "Markdown Editor",
28
- "bucketName": "test"
29
- },
30
26
  "properties": {
31
27
  "value": "### 三级标题\n- 列表1\n- 列表2\n- 列表3"
32
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/markdown",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/markdown",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,12 +33,12 @@
33
33
  "postpublish": "mv package.json.bak package.json"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/build-next-bricks": "^1.23.1",
36
+ "@next-core/build-next-bricks": "^1.23.2",
37
37
  "@next-core/test-next": "^1.1.6"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@next-bricks/form": "*",
41
41
  "@next-bricks/icons": "*"
42
42
  },
43
- "gitHead": "4c65fdab6db11ab4142e53ebd75e4fea6d281c0f"
43
+ "gitHead": "f2f344a2f8d90b99070147e29422fbd08deafe8d"
44
44
  }