Skip to content

Commit 836005c

Browse files
committed
release: v2.6.0-beta.0
1 parent 7538b2d commit 836005c

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.6.0-beta.0](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.5.8...v2.6.0-beta.0) (2024-06-11)
2+
3+
4+
### Features
5+
6+
* 文档更新,支持配置生成案例 ([dca8355](https://github.com/rennzhang/codemirror-editor-vue3/commit/dca83557b28d207a0ce7a3e2b3c85c3cfc61882e))
7+
8+
9+
110
## [2.5.8](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.5.0-beta.7...v2.5.8) (2024-04-07)
211

312

docs/components.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ export {}
77

88
declare module 'vue' {
99
export interface GlobalComponents {
10-
ElButton: typeof import('element-plus/es')['ElButton']
11-
ElDivider: typeof import('element-plus/es')['ElDivider']
12-
ElFormItem: typeof import('element-plus/es')['ElFormItem']
1310
ElInput: typeof import('element-plus/es')['ElInput']
14-
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
15-
ElSlider: typeof import('element-plus/es')['ElSlider']
16-
ElTips: typeof import('element-plus/es')['ElTips']
1711
RouterLink: typeof import('vue-router')['RouterLink']
1812
RouterView: typeof import('vue-router')['RouterView']
1913
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-editor-vue3",
33
"description": "CodeMirror component for Vue3",
4-
"version": "2.5.8",
4+
"version": "2.6.0-beta.0",
55
"license": "MIT",
66
"files": [
77
"dist"
@@ -49,7 +49,7 @@
4949
"docs-build": "vitepress build docs",
5050
"docs-serve": "vitepress serve docs",
5151
"deploy-docs": "bash scripts/deploy-docs.sh",
52-
"release": "tsx scripts/release.ts",
52+
"release": "node --import tsx scripts/release.ts",
5353
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
5454
"lint:eslint": "eslint --cache --max-warnings 0 \"{docs,packages,tests,types}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
5555
"lint:prettier": "prettier --write \"{docx,packages,tests,types}/**/*.{vue,js,jsx,ts,tsx,json,css,less,scss,html,md}\"",

0 commit comments

Comments
 (0)