Skip to content

Commit

Permalink
Fix version of the example package
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jun 4, 2024
1 parent 405b38f commit cac9ea8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/examples/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.

## [2024.6.4] - 2024-06-04
## [2024.6.1] - 2024-06-04

- Updated to `monaco-languageclient@8.5.0`, `vscode-ws-jsonrpc@3.3.2`, `monaco-editor-wrapper@5.2.0` and `@typefox/monaco-editor-react@4.2.0`. Updated all `@codingame/monaco-vscode` packages to `5.2.0`.
- Fix: Multiple Monaco editor issue [#666](https://github.com/TypeFox/monaco-languageclient/pull/666)
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "2024.6.x",
"version": "2024.6.1",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
Expand Down
2 changes: 1 addition & 1 deletion verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@typefox/monaco-editor-react": "~4.2.0",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~5.2.0",
"monaco-editor-wrapper": "~5.2.0",
"monaco-languageclient-examples": "~2024.5.17",
"monaco-languageclient-examples": "~2024.6.1",
"vscode": "npm:@codingame/monaco-vscode-api@~5.2.0",
"vscode-ws-jsonrpc": "~3.3.2"
},
Expand Down

0 comments on commit cac9ea8

Please sign in to comment.