Skip to content

Commit e411618

Browse files
zhaogeJackWang032
authored andcommitted
chore(release): 1.0.0-beta.3
1 parent ff2015d commit e411618

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.3](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-09-24)
6+
57
## [1.0.0-beta.2](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-09-23)
68

79
## [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)

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.2",
3+
"version": "1.0.0-beta.3",
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.53.0",
58+
"monaco-editor": "0.52.2",
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.53.0"
70+
"monaco-editor": ">=0.52.2"
7171
},
7272
"engines": {
7373
"node": ">=18"

0 commit comments

Comments
 (0)