Skip to content

Commit

Permalink
Prepare x.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Feb 12, 2025
1 parent 82cd0b3 commit 8f87e0d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/versions-and-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following table describes which version of **monaco-languageclient** and **@

| monaco-languageclient | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
| 9.3.0 | 6.3.0 | 6.3.0 | 14.0.2 | 1.97.0 | 0.52.2 | 2025-02-1x | |
| 9.3.0 | 6.3.0 | 6.3.0 | 14.0.2 | 1.97.0 | 0.52.2 | 2025-02-12 | |
| 9.2.5 | 6.2.5 | 6.2.5 | 13.1.6 | 1.96.4 | 0.52.2 | 2025-02-08 | |
| 9.2.4 | 6.2.4 | 6.2.4 | 13.1.4 | 1.96.4 | 0.52.2 | 2025-02-06 | |
| 9.2.3 | 6.2.3 | 6.2.3 | 13.1.3 | 1.96.4 | 0.52.2 | 2025-02-04 | |
Expand Down
16 changes: 8 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/browser": "~3.0.5",
"editorconfig": "~2.0.1",
"esbuild": "~0.25.0",
"eslint": "~9.20.0",
"eslint": "~9.20.1",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-unused-imports": "~4.1.4",
Expand Down
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.

## [9.3.0] - 2025-02-1x
## [9.3.0] - 2025-02-12

- Updated all `@codingame/monaco-vscode` packages to `14.0.2`.

Expand Down
7 changes: 5 additions & 2 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

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

## [2025.2.5] - 2025-02-1x
## [2025.2.5] - 2025-02-12

- Update to monaco-vscode-api 14.0.2 and incremented versions to x.3.0 [#852](https://github.com/TypeFox/monaco-languageclient/pull/852)
- Updated all `@codingame/monaco-vscode` packages to `14.0.2`.
- wrapper: start() never resolves if lsp websocket fails, and use of editor must wait for lsp websocket connection. [#851](https://github.com/TypeFox/monaco-languageclient/issues/851)
- Two language clients example makes use of those changes
- Integrate python debugger [#842](https://github.com/TypeFox/monaco-languageclient/pull/842)
- Updated all `@codingame/monaco-vscode` packages to `14.0.2`.
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.

## [2025.2.4] - 2025-02-08
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"langium": "~3.3.1",
"monaco-editor-wrapper": "~6.3.0",
"monaco-languageclient": "~9.3.0",
"pyright": "~1.1.393",
"pyright": "~1.1.394",
"react": "~19.0.0",
"react-dom": "~19.0.0",
"request-light": "~0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrapper-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file.

## [6.3.0] - 2025-02-1x
## [6.3.0] - 2025-02-12

- Move text changes handling from react component to the wrapper [#849](https://github.com/TypeFox/monaco-languageclient/pull/849)
- Updated to `[email protected]` and `[email protected]`.
Expand Down
6 changes: 4 additions & 2 deletions packages/wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to npm module [monaco-editor-wrapper](https://www.npmjs.com/package/monaco-editor-wrapper) are documented in this file.

## [6.3.0] - 2025-02-1x
## [6.3.0] - 2025-02-12

- Update to monaco-vscode-api 14.0.2 and incremented versions to x.3.0 [#852](https://github.com/TypeFox/monaco-languageclient/pull/852)
- Updated all `@codingame/monaco-vscode` packages to `14.0.2`.
- wrapper: start() never resolves if lsp websocket fails, and use of editor must wait for lsp websocket connection. [#851](https://github.com/TypeFox/monaco-languageclient/issues/851)
- Move text changes handling from react component to the wrapper [#849](https://github.com/TypeFox/monaco-languageclient/pull/849)
- Updated all `@codingame/monaco-vscode` packages to `14.0.2`.
- Updated to `[email protected]`.

## [6.2.5] - 2025-02-08
Expand Down

0 comments on commit 8f87e0d

Please sign in to comment.