Skip to content

Commit

Permalink
Prepare release next.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 21, 2024
1 parent a2ca141 commit 76f59df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.0-next.4 | 6.0.0-next.4 | 6.0.0-next.4 | 10.1.0 | 1.94.2 | 0.52.0 | 2024-10-22 | |
| 9.0.0-next.4 | 6.0.0-next.4 | 6.0.0-next.4 | 10.1.0 | 1.94.2 | 0.52.0 | 2024-10-21 | |
| 8.8.3 | 5.5.3 | 4.5.3 | 8.0.4 | 1.92.2 | 0.51.0 | 2024-08-26 | |
| 8.8.2 | 5.5.2 | 4.5.2 | 8.0.2 | 1.92.2 | 0.50.0 | 2024-08-21 | |
| 8.8.1 | 5.5.1 | 4.5.1 | 8.0.1 | 1.92.1 | 0.50.0 | 2024-08-12 | |
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.0.0-next.4] - 2024-10-22
## [9.0.0-next.4] - 2024-10-21

- Updated to eslint 9
- Support all arguments for monaco-vscode-api `initialize` [#756](https://github.com/TypeFox/monaco-languageclient/pull/756)
Expand Down
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.10.3] - 20241-10-22
## [2024.10.3] - 2024-10-21

- Updated to `monaco-languageclient@9.0.0-next.4`, `monaco-editor-wrapper@6.0.0-next.4` and `@typefox/monaco-editor-react@6.0.0-next.4`.
Updated all `@codingame/monaco-vscode` packages to `10.1.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.0.0-next.4] - 2024-10-22
## [6.0.0-next.4] - 2024-10-21

- Updated to eslint 9
- Clean-up and allow registering a registerModelUpdate callback. This is used to properly handle `onTextChanged`
Expand Down
2 changes: 1 addition & 1 deletion packages/wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [6.0.0-next.4] - 2024-10-22
## [6.0.0-next.4] - 2024-10-21

- Updated to eslint 9
- Clean-up and allow registering a registerModelUpdate callback
Expand Down

0 comments on commit 76f59df

Please sign in to comment.