Skip to content

Commit 61ad535

Browse files
committed
Prepare release
1 parent 041c203 commit 61ad535

File tree

18 files changed

+45
-41
lines changed

18 files changed

+45
-41
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Important Project changes and notes about the project's history are found [here]
7979

8080
These are the current versions of packages from this repository and their alignment with **@codingame/monaco-vscode-api** **monaco-editor** and **vscode**:
8181

82-
- **monaco-languageclient**: `9.6.0-next.2` (release date: 2025-05-05)
83-
- **monaco-editor-wrapper**: `6.7.0-next.2` (release date: 2025-05-05)
84-
- **@typefox/monaco-editor-react**: `6.7.0-next.2` (release date: 2025-05-05)
82+
- **monaco-languageclient**: `9.6.0` (release date: 2025-05-06)
83+
- **monaco-editor-wrapper**: `6.7.0` (release date: 2025-05-06)
84+
- **@typefox/monaco-editor-react**: `6.7.0` (release date: 2025-05-06)
8585
- Aligned with:
86-
- **@codingame/monaco-vscode-[editor]-api**: `16.1.0`
86+
- **@codingame/monaco-vscode-[editor]-api**: `16.1.1`
8787
- **vscode**: `1.99.3`
8888
- **monaco-editor**: `0.52.2`
8989
- **vscode-ws-jsonrpc**: `3.4.0` (release date: 2024-12-18)

docs/versions-and-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following table describes which version of **monaco-languageclient** and **@
66

77
| monaco-languageclient | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
88
| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
9-
| 9.6.0-next.2 | 6.7.0-next.2| 6.7.0-next.2 | 16.1.0 | 1.99.3 | 0.52.2 | 2025-05-05 | |
9+
| 9.6.0 | 6.7.0 | 6.7.0 | 16.1.1 | 1.99.3 | 0.52.2 | 2025-05-06 | |
1010
| 9.5.0 | 6.6.0 | 6.6.0 | 15.0.2 | 1.97.2 | 0.52.2 | 2025-03-13 | |
1111
| 9.4.0 | 6.4.0 | 6.4.0 | 14.0.4 | 1.97.2 | 0.52.2 | 2025-02-18 | |
1212
| 9.3.0 | 6.3.0 | 6.3.0 | 14.0.2 | 1.97.0 | 0.52.2 | 2025-02-12 | |

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

5-
## [9.6.0-next.2] - 2025-05-05
5+
## [9.6.0] - 2025-05-06
66

7-
- Updated all `@codingame/monaco-vscode` packages to `16.1.0`.
7+
- Updated all `@codingame/monaco-vscode` packages to `16.1.1`.
88
- Always create a getWorker function [#918](https://github.com/TypeFox/monaco-languageclient/pull/918)
99
- Update complete uri and model handling in EditorApp [#904](https://github.com/TypeFox/monaco-languageclient/pull/904)
1010

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-languageclient",
3-
"version": "9.6.0-next.2",
3+
"version": "9.6.0",
44
"description": "Monaco Language client implementation",
55
"author": {
66
"name": "TypeFox GmbH",

packages/examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2025.5.2] - 2025-05-06
6+
7+
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.
8+
59
## [2025.5.1] - 2025-05-05
610

711
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.

packages/examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-languageclient-examples",
3-
"version": "2025.5.1",
3+
"version": "2025.5.2",
44
"description": "Monaco Language client examples",
55
"author": {
66
"name": "TypeFox GmbH",
@@ -112,13 +112,13 @@
112112
"@codingame/monaco-vscode-typescript-basics-default-extension": "~16.1.1",
113113
"@codingame/monaco-vscode-typescript-language-features-default-extension": "~16.1.1",
114114
"@codingame/monaco-vscode-views-service-override": "~16.1.1",
115-
"@typefox/monaco-editor-react": "~6.7.0-next.2",
115+
"@typefox/monaco-editor-react": "~6.7.0",
116116
"cors": "^2.8.5",
117117
"express": "~5.1.0",
118118
"jszip": "~3.10.1",
119119
"langium": "~3.5.0",
120-
"monaco-editor-wrapper": "~6.7.0-next.2",
121-
"monaco-languageclient": "~9.6.0-next.2",
120+
"monaco-editor-wrapper": "~6.7.0",
121+
"monaco-languageclient": "~9.6.0",
122122
"pyright": "~1.1.400",
123123
"react": "~19.1.0",
124124
"react-dom": "~19.1.0",

packages/wrapper-react/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

5-
## [6.7.0-next.2] - 2025-05-05
5+
## [6.7.0] - 2025-05-06
66

7-
- Updated to `[email protected]-next.2` and `[email protected]-next.2`.
7+
88
- Update monaco-editor-react README for WorkFactory Usage [#914](https://github.com/TypeFox/monaco-languageclient/pull/914)
99
- Update complete uri and model handling in EditorApp [#904](https://github.com/TypeFox/monaco-languageclient/pull/904)
1010

packages/wrapper-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typefox/monaco-editor-react",
3-
"version": "6.7.0-next.2",
3+
"version": "6.7.0",
44
"license": "MIT",
55
"description": "React component for Monaco-Editor and Monaco Languageclient",
66
"keywords": [
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@codingame/monaco-vscode-editor-api": "~16.1.1",
50-
"monaco-editor-wrapper": "~6.7.0-next.2",
50+
"monaco-editor-wrapper": "~6.7.0",
5151
"react": ">=18.0.0 || <20.0.0"
5252
},
5353
"repository": {

packages/wrapper/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

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

5-
## [6.7.0-next.2] - 2025-05-05
5+
## [6.7.0] - 2025-05-06
66

77
- Dependency updates [#902](https://github.com/TypeFox/monaco-languageclient/pull/902)
88
- Removed the pre-bundled workers and the corresponding export `monaco-editor-wrapper/workers/module/*` for the second time (now for real). You can create your own definition. See what is done in the [default worker factory](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/wrapper/src/workers/workerLoaders.ts). A [webpack worker troubleshooting guide](../../README.md#webpack-worker-issues) is now available.
9-
- Updated to `[email protected]-next.2`.
10-
- Updated all `@codingame/monaco-vscode` packages to `16.1.0`.
9+
- Updated to `[email protected]`.
10+
- Updated all `@codingame/monaco-vscode` packages to `16.1.1`.
1111
- Always create a getWorker function [#918](https://github.com/TypeFox/monaco-languageclient/pull/918)
1212
- Fix data URL crash for Unicode characters [#915](https://github.com/TypeFox/monaco-languageclient/pull/915)
1313
- Update monaco-editor-react README for WorkFactory Usage [#914](https://github.com/TypeFox/monaco-languageclient/pull/914)

packages/wrapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-editor-wrapper",
3-
"version": "6.7.0-next.2",
3+
"version": "6.7.0",
44
"license": "MIT",
55
"description": "Wrapper for monaco-vscode-editor-api and monaco-languageclient",
66
"keywords": [
@@ -91,7 +91,7 @@
9191
"@codingame/monaco-vscode-theme-service-override": "~16.1.1",
9292
"@codingame/monaco-vscode-views-service-override": "~16.1.1",
9393
"@codingame/monaco-vscode-workbench-service-override": "~16.1.1",
94-
"monaco-languageclient": "~9.6.0-next.2",
94+
"monaco-languageclient": "~9.6.0",
9595
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.1.1",
9696
"vscode-languageclient": "~9.0.1",
9797
"vscode-languageserver-protocol": "~3.17.5",
@@ -103,7 +103,7 @@
103103
"@codingame/monaco-vscode-standalone-html-language-features": "~16.1.1",
104104
"@codingame/monaco-vscode-standalone-json-language-features": "~16.1.1",
105105
"@codingame/monaco-vscode-standalone-typescript-language-features": "~16.1.1",
106-
"monaco-languageclient-examples": "~2025.5.1"
106+
"monaco-languageclient-examples": "~2025.5.2"
107107
},
108108
"repository": {
109109
"type": "git",

verify/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@angular/platform-browser": "~18.2.8",
1818
"@angular/platform-browser-dynamic": "~18.2.8",
1919
"@codingame/monaco-vscode-editor-api": "~16.1.1",
20-
"monaco-editor-wrapper": "~6.7.0-next.2",
21-
"monaco-languageclient-examples": "~2025.5.1",
20+
"monaco-editor-wrapper": "~6.7.0",
21+
"monaco-languageclient-examples": "~2025.5.2",
2222
"rxjs": "~7.8.1",
2323
"zone.js": "~0.14.10"
2424
},

verify/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"type": "module",
1313
"dependencies": {
14-
"@typefox/monaco-editor-react": "~6.7.0-next.2",
15-
"monaco-languageclient-examples": "~2025.5.1",
14+
"@typefox/monaco-editor-react": "~6.7.0",
15+
"monaco-languageclient-examples": "~2025.5.2",
1616
"next": "~15.2.2",
1717
"react": "~19.0.0",
1818
"react-dom": "~19.0.0"

verify/peerNpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": "10.9.2"
1313
},
1414
"dependencies": {
15-
"monaco-languageclient-examples": "~2025.5.1",
15+
"monaco-languageclient-examples": "~2025.5.2",
1616
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.1.1"
1717
},
1818
"devDependencies": {

verify/peerPnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pnpm": "10.3.0"
1313
},
1414
"dependencies": {
15-
"monaco-languageclient-examples": "~2025.5.1",
15+
"monaco-languageclient-examples": "~2025.5.2",
1616
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.1.1"
1717
},
1818
"devDependencies": {

verify/peerYarn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@codingame/monaco-vscode-localization-service-override": "~16.1.1",
2424
"@codingame/monaco-vscode-log-service-override": "~16.1.1",
2525
"@codingame/monaco-vscode-model-service-override": "~16.1.1",
26-
"monaco-languageclient-examples": "~2025.5.1",
26+
"monaco-languageclient-examples": "~2025.5.2",
2727
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.1.1",
2828
"vscode-languageclient": "~9.0.1"
2929
},

verify/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": "10.9.2"
1313
},
1414
"dependencies": {
15-
"monaco-languageclient-examples": "~2025.5.1"
15+
"monaco-languageclient-examples": "~2025.5.2"
1616
},
1717
"devDependencies": {
1818
"shx": "~0.3.4",

verify/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": "10.9.2"
1313
},
1414
"dependencies": {
15-
"monaco-languageclient-examples": "~2025.5.1"
15+
"monaco-languageclient-examples": "~2025.5.2"
1616
},
1717
"devDependencies": {
1818
"css-loader": "~7.1.2",

0 commit comments

Comments
 (0)