Skip to content

Commit 22ec79c

Browse files
committed
Updated versions and CHANGELOGs
1 parent b7f690d commit 22ec79c

File tree

17 files changed

+41
-624
lines changed

17 files changed

+41
-624
lines changed

docs/CHANGELOG.md

Lines changed: 0 additions & 602 deletions
This file was deleted.

docs/versions-and-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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.1.1 | 6.1.1 | 6.1.1 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-20 | |
910
| 9.1.0 | 6.1.0 | 6.1.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-10 | |
1011
| 9.0.0 | 6.0.0 | 6.0.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-18 | |
1112
| 8.8.3 | 5.5.3 | 4.5.3 | 8.0.4 | 1.92.2 | 0.51.0 | 2024-08-26 | |

packages/client/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+
## [9.1.1] - 2025-01-20
6+
7+
- View service related imports are made dynamically [#829](https://github.com/TypeFox/monaco-languageclient/pull/829)
8+
59
## [9.1.0] - 2025-01-10
610

711
- `@typefox/monaco-editor-react` now works with views service `initialize` [#823](https://github.com/TypeFox/monaco-languageclient/pull/823)

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.1.0",
3+
"version": "9.1.1",
44
"description": "Monaco Language client implementation",
55
"author": {
66
"name": "TypeFox GmbH",

packages/examples/CHANGELOG.md

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

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

5+
## [2025.1.2] - 2025-01-20
6+
7+
- Updated to `monaco-languageclient@9.1.1`, `monaco-editor-wrapper@6.1.1` and `@typefox/monaco-editor-react@6.1.1`.
8+
- View service related imports are made dynamically [#829](https://github.com/TypeFox/monaco-languageclient/pull/829)
9+
- Separated Langium DSL example into Extended and Classic Mode versions
10+
511
## [2025.1.1] - 2025-01-10
612

713
- Updated to `monaco-languageclient@9.1.0`, `monaco-editor-wrapper@6.1.0` and `@typefox/monaco-editor-react@6.1.0`.

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.1.1",
3+
"version": "2025.1.2",
44
"description": "Monaco Language client examples",
55
"author": {
66
"name": "TypeFox GmbH",
@@ -98,14 +98,14 @@
9898
"@codingame/monaco-vscode-typescript-basics-default-extension": "~11.1.2",
9999
"@codingame/monaco-vscode-typescript-language-features-default-extension": "~11.1.2",
100100
"@codingame/monaco-vscode-views-service-override": "~11.1.2",
101-
"@typefox/monaco-editor-react": "~6.1.0",
101+
"@typefox/monaco-editor-react": "~6.1.1",
102102
"cors": "^2.8.5",
103103
"express": "~4.21.2",
104104
"jszip": "~3.10.1",
105105
"langium": "~3.3.0",
106106
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
107-
"monaco-editor-wrapper": "~6.1.0",
108-
"monaco-languageclient": "~9.1.0",
107+
"monaco-editor-wrapper": "~6.1.1",
108+
"monaco-languageclient": "~9.1.1",
109109
"pyright": "~1.1.392",
110110
"react": "~19.0.0",
111111
"react-dom": "~19.0.0",

packages/wrapper-react/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 npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file.
44

5+
## [6.1.1] - 2025-01-20
6+
7+
- View service related imports are made dynamically [#829](https://github.com/TypeFox/monaco-languageclient/pull/829)
8+
-
59
## [6.1.0] - 2025-01-10
610

711
- `@typefox/monaco-editor-react` now works with views service [#823](https://github.com/TypeFox/monaco-languageclient/pull/823)

packages/wrapper-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typefox/monaco-editor-react",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"license": "MIT",
55
"description": "React component for Monaco-Editor and Monaco Languageclient",
66
"keywords": [
@@ -47,12 +47,12 @@
4747
},
4848
"dependencies": {
4949
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
50-
"monaco-languageclient": "~9.1.0",
50+
"monaco-languageclient": "~9.1.1",
5151
"vscode": "npm:@codingame/monaco-vscode-api@~11.1.2",
5252
"vscode-ws-jsonrpc": "~3.4.0"
5353
},
5454
"peerDependencies": {
55-
"monaco-editor-wrapper": "~6.1.0",
55+
"monaco-editor-wrapper": "~6.1.1",
5656
"react": ">=18.0.0 || <20.0.0"
5757
},
5858
"peerDependenciesMeta": {

packages/wrapper/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 npm module [monaco-editor-wrapper](https://www.npmjs.com/package/monaco-editor-wrapper) are documented in this file.
44

5+
## [6.1.1] - 2025-01-20
6+
7+
- View service related imports are made dynamically [#829](https://github.com/TypeFox/monaco-languageclient/pull/829)
8+
59
## [6.1.0] - 2025-01-10
610

711
- `@typefox/monaco-editor-react` now works with views service [#823](https://github.com/TypeFox/monaco-languageclient/pull/823)

packages/wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-editor-wrapper",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"license": "MIT",
55
"description": "Wrapper for monaco-vscode-editor-api and monaco-languageclient",
66
"keywords": [
@@ -125,7 +125,7 @@
125125
"@codingame/monaco-vscode-standalone-typescript-language-features": "~11.1.2"
126126
},
127127
"peerDependencies": {
128-
"monaco-languageclient": "~9.1.0",
128+
"monaco-languageclient": "~9.1.1",
129129
"vscode-ws-jsonrpc": "~3.4.0"
130130
},
131131
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)