Skip to content

Commit e78fe80

Browse files
committed
feat: bump into stable version
1 parent 661083b commit e78fe80

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/base-monaco-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
- Publish following changes
4+
15
## 1.1.0-beta.3
26

37
- 去除 `overflow: visible` 样式,避免动作面板遮住按钮

packages/base-monaco-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-base-monaco-editor",
3-
"version": "1.1.0-beta.3",
3+
"version": "1.1.0",
44
"description": "代码编辑组件,monaco-editor 的低代码适配封装",
55
"publishConfig": {
66
"access": "public"
@@ -62,5 +62,5 @@
6262
"commit-msg": "f2elint commit-msg-scan"
6363
}
6464
},
65-
"homepage": "https://unpkg.com/@alilc/lowcode-plugin-base-monaco-editor@1.1.0-beta.3/build/index.html"
65+
"homepage": "https://unpkg.com/@alilc/lowcode-plugin-base-monaco-editor@1.1.0/build/index.html"
6666
}

0 commit comments

Comments
 (0)