1 parent 661083b commit e78fe80Copy full SHA for e78fe80
2 files changed
packages/base-monaco-editor/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0
2
+
3
+- Publish following changes
4
5
## 1.1.0-beta.3
6
7
- 去除 `overflow: visible` 样式,避免动作面板遮住按钮
packages/base-monaco-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-plugin-base-monaco-editor",
- "version": "1.1.0-beta.3",
+ "version": "1.1.0",
"description": "代码编辑组件,monaco-editor 的低代码适配封装",
"publishConfig": {
"access": "public"
@@ -62,5 +62,5 @@
62
"commit-msg": "f2elint commit-msg-scan"
63
}
64
},
65
- "homepage": "https://unpkg.com/@alilc/lowcode-plugin-base-monaco-editor@1.1.0-beta.3/build/index.html"
+ "homepage": "https://unpkg.com/@alilc/lowcode-plugin-base-monaco-editor@1.1.0/build/index.html"
66
0 commit comments