Skip to content

Commit

Permalink
mew 5.3.1, mer 4.3.2, mlce 2024.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jul 2, 2024
1 parent 5210e71 commit 74e19ce
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 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 |
| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
| 8.6.0 | 5.3.0 | 4.3.1 | 6.0.3 | 1.90.0 | 0.50.0 | 2024-07-02 | |
| 8.6.0 | 5.3.1 | 4.3.2 | 6.0.3 | 1.90.0 | 0.50.0 | 2024-07-02 | |
| 8.6.0 | 5.3.0 | 4.3.0 | 6.0.3 | 1.90.0 | 0.50.0 | 2024-06-29 | |
| 8.5.0 | 5.2.0 | 4.2.0 | 5.2.0 | 1.89.1 | 0.48.0 | 2024-06-04 | |
| 8.4.0 | 5.1.2 | 4.1.2 | 5.1.1 | 1.89.1 | 0.48.0 | 2024-05-17 | |
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [2024.7.2] - 2024-07-02

- Updated to `monaco-editor-wrapper@5.3.1` and `@typefox/monaco-editor-react@4.3.2`.

## [2024.7.1] - 2024-07-02

- Updated to `@typefox/monaco-editor-react@4.3.1`.
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "2024.7.1",
"version": "2024.7.2",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -71,11 +71,11 @@
"@codingame/monaco-vscode-theme-service-override": "~6.0.3",
"@codingame/monaco-vscode-typescript-basics-default-extension": "~6.0.3",
"@codingame/monaco-vscode-typescript-language-features-default-extension": "~6.0.3",
"@typefox/monaco-editor-react": "~4.3.1",
"@typefox/monaco-editor-react": "~4.3.2",
"express": "~4.19.2",
"langium": "~3.1.1",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
"monaco-editor-wrapper": "~5.3.0",
"monaco-editor-wrapper": "~5.3.1",
"monaco-languageclient": "~8.6.0",
"pyright": "~1.1.369",
"react": "~18.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/wrapper-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.3.2] - 2024-07-02

- Updated to `monaco-editor-wrapper@5.3.1`

## [4.3.1] - 2024-07-02

- Fix Diff Editor Model Refs [#696](https://github.com/TypeFox/monaco-languageclient/pull/696)
Expand Down
6 changes: 3 additions & 3 deletions packages/wrapper-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typefox/monaco-editor-react",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"description": "React component for Monaco-Editor and Monaco Languageclient",
"keywords": [
Expand Down Expand Up @@ -43,14 +43,14 @@
},
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
"monaco-editor-wrapper": "~5.3.0",
"monaco-editor-wrapper": "~5.3.1",
"monaco-languageclient": "~8.6.0",
"react": "~18.3.1",
"vscode": "npm:@codingame/monaco-vscode-api@~6.0.3"
},
"peerDependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
"monaco-editor-wrapper": "~5.3.0",
"monaco-editor-wrapper": "~5.3.1",
"monaco-languageclient": "~8.6.0",
"react": "~18.3.1",
"vscode": "npm:@codingame/monaco-vscode-api@~6.0.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.3.1] - 2024-07-02

- Fix Diff Editor Model Refs [#696](https://github.com/TypeFox/monaco-languageclient/pull/696)

## [5.3.0] - 2024-06-29

- Update to latest monaco-vscode-api [#691](https://github.com/TypeFox/monaco-languageclient/pull/691)
Expand Down
2 changes: 1 addition & 1 deletion packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-wrapper",
"version": "5.3.0",
"version": "5.3.1",
"license": "MIT",
"description": "Wrapper for monaco-vscode-editor-api and monaco-languageclient",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"dependencies": {
"@typefox/monaco-editor-react": "~4.3.1",
"@typefox/monaco-editor-react": "~4.3.2",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
"monaco-editor-wrapper": "~5.3.0",
"monaco-languageclient-examples": "~2024.7.1",
"monaco-editor-wrapper": "~5.3.1",
"monaco-languageclient-examples": "~2024.7.2",
"vscode": "npm:@codingame/monaco-vscode-api@~6.0.3",
"vscode-ws-jsonrpc": "~3.3.2"
},
Expand Down

0 comments on commit 74e19ce

Please sign in to comment.