Skip to content

Commit c4d4c83

Browse files
zhaogeJackWang032
authored andcommitted
chore(release): 1.0.0-beta.5
1 parent e80f9ba commit c4d4c83

2 files changed

Lines changed: 6 additions & 4 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.5](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-09-25)
6+
57
## [1.0.0-beta.4](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-09-24)
68

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "monaco-sql-languages",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
66
"prepublishOnly": "npm run build",
77
"build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json",
88
"build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json",
99
"watch-esm": "tsc -p ./tsconfig.esm.json --watch",
10-
"test": "npm run build-amd && mocha ./test/all.js",
10+
"test": "npm run build-amd && mocha --experimental-vm-modules ./test/all.mjs",
1111
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
1212
"prod": "rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build",
1313
"deploy": "npm run build && npm run prod && gh-pages -d docs -r git@github.com:DTStack/monaco-sql-languages.git",
@@ -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)