Skip to content

Commit d8df136

Browse files
zhaogeJackWang032
authored andcommitted
chore(release): 1.0.0-beta.1
1 parent 4f97725 commit d8df136

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0-beta.1](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2025-09-23)
6+
57
## [1.0.0-beta.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.15.1...v1.0.0-beta.0) (2025-09-22)
68

79
### [0.15.1](https://github.com/DTStack/monaco-sql-languages/compare/v0.15.0...v0.15.1) (2025-06-06)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-sql-languages",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
66
"prepublishOnly": "npm run build",
@@ -55,7 +55,7 @@
5555
"inquirer": "^8.2.2",
5656
"jsdom": "^16.4.0",
5757
"mocha": "^9.2.0",
58-
"monaco-editor": "0.52.2",
58+
"monaco-editor": "0.53.0",
5959
"prettier": "^3.3.3",
6060
"pretty-quick": "^4.0.0",
6161
"requirejs": "^2.3.6",
@@ -67,7 +67,7 @@
6767
"pre-commit": "npx pretty-quick --staged"
6868
},
6969
"peerDependencies": {
70-
"monaco-editor": ">=0.31.0"
70+
"monaco-editor": ">=0.53.0"
7171
},
7272
"engines": {
7373
"node": ">=18"

0 commit comments

Comments
 (0)