Skip to content

Commit

Permalink
released v2.0.1 #329
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 11, 2024
1 parent c57276e commit f5f2b58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-nginx",
"version": "2.0.0",
"version": "2.0.1",
"description": "Nginx language for Monaco Editor.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0",
"version": "2.0.1",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "kkt start",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@wcj/dark-mode": "^1.0.13",
"monaco-editor-nginx": "2.0.0",
"monaco-editor-nginx": "2.0.1",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down

0 comments on commit f5f2b58

Please sign in to comment.