Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jul 2, 2024
1 parent 48989e3 commit 751c664
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}

}
1 change: 1 addition & 0 deletions docs/versions-and-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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.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
4 changes: 2 additions & 2 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.1] - 2024-07-02

- Updated to `@typefox/monaco-editor-react@4.3.1`.

## [2024.6.2] - 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/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@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.0",
"@typefox/monaco-editor-react": "~4.3.1",
"express": "~4.19.2",
"langium": "~3.1.1",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/examples/src/ts/wrapperTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const runTsWrapper = async () => {
userConfiguration: {
json: JSON.stringify({
'workbench.colorTheme': 'Default Dark Modern',
'typescript.tsserver.web.projectWideIntellisense.enabled': true,
'typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors': false,
'diffEditor.renderSideBySide': false,
'editor.lightbulb.enabled': 'on',
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.1] - 2024-07-02

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

## [4.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-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.0",
"version": "4.3.1",
"license": "MIT",
"description": "React component for Monaco-Editor and Monaco Languageclient",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@typefox/monaco-editor-react": "~4.3.0",
"@typefox/monaco-editor-react": "~4.3.1",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~6.0.3",
"monaco-editor-wrapper": "~5.3.0",
"monaco-languageclient-examples": "~2024.6.2",
Expand Down

0 comments on commit 751c664

Please sign in to comment.