Skip to content

Commit

Permalink
Prepare release 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Aug 18, 2023
1 parent 6d053e3 commit ee337a0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following table describes which version of **monaco-languageclient** and **m

| monaco-languageclient | monaco-vscode-api | monaco-editor | comment |
| :---- | :---- | :--- | :--- |
| 6.4.1 | 1.81.1 | 0.41.0 | Released 2023-08-1x |
| 6.4.1 | 1.81.1 | 0.41.0 | Released 2023-08-18 |
| 6.4.0 | 1.81.0 | 0.41.0 | Released 2023-08-10 |
| 6.3.0 | 1.80.2 | 0.40.0 | Released 2023-08-04 |
| 6.2.0 | 1.79.3 | 0.39.0 | Released 2023-06-16 |
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this npm module are documented in this file.

## [6.4.1] - 2023-08-17
## [6.4.1] - 2023-08-18

- `monaco-vscode-api` `1.81.1` [#523](https://github.com/TypeFox/monaco-languageclient/pull/523)
- Removed `enableQuickaccessService` as it is always loaded now as default
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "6.4.1-next.1",
"version": "6.4.1",
"description": "Monaco Language client implementation",
"author": {
"name": "TypeFox GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"langium": "~1.2.1",
"langium-statemachine-dsl": "~1.2.0",
"monaco-editor-workers": "~0.41.0",
"monaco-languageclient": "6.4.1-next.1",
"monaco-languageclient": "~6.4.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"request-light": "~0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": "true",
"dependencies": {
"monaco-languageclient": "6.4.1-next.1",
"monaco-languageclient": "~6.4.1",
"monaco-editor": "~0.41.0",
"vscode": "npm:@codingame/monaco-vscode-api@1.81.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"monaco-editor-workers": "~0.41.0",
"monaco-languageclient": "6.4.1-next.1",
"monaco-languageclient": "~6.4.1",
"examples-main": "../../examples/main",
"vscode-ws-jsonrpc": "3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"monaco-editor-workers": "~0.41.0",
"monaco-languageclient": "6.4.1-next.1",
"monaco-languageclient": "~6.4.1",
"examples-main": "../../examples/main",
"vscode-ws-jsonrpc": "3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": "true",
"dependencies": {
"monaco-languageclient": "6.4.1-next.1"
"monaco-languageclient": "~6.4.1"
},
"devDependencies": {
"shx": "~0.3.4"
Expand Down

0 comments on commit ee337a0

Please sign in to comment.