Skip to content

Commit

Permalink
release: v2.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rennzhang committed Jun 11, 2024
1 parent 7538b2d commit 836005c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.6.0-beta.0](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.5.8...v2.6.0-beta.0) (2024-06-11)


### Features

* 文档更新,支持配置生成案例 ([dca8355](https://github.com/rennzhang/codemirror-editor-vue3/commit/dca83557b28d207a0ce7a3e2b3c85c3cfc61882e))



## [2.5.8](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.5.0-beta.7...v2.5.8) (2024-04-07)


Expand Down
6 changes: 0 additions & 6 deletions docs/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElTips: typeof import('element-plus/es')['ElTips']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemirror-editor-vue3",
"description": "CodeMirror component for Vue3",
"version": "2.5.8",
"version": "2.6.0-beta.0",
"license": "MIT",
"files": [
"dist"
Expand Down Expand Up @@ -49,7 +49,7 @@
"docs-build": "vitepress build docs",
"docs-serve": "vitepress serve docs",
"deploy-docs": "bash scripts/deploy-docs.sh",
"release": "tsx scripts/release.ts",
"release": "node --import tsx scripts/release.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint:eslint": "eslint --cache --max-warnings 0 \"{docs,packages,tests,types}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"{docx,packages,tests,types}/**/*.{vue,js,jsx,ts,tsx,json,css,less,scss,html,md}\"",
Expand Down

0 comments on commit 836005c

Please sign in to comment.