Skip to content

Commit

Permalink
Updated examples version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Nov 13, 2024
1 parent a0b2bea commit 0e78796
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.7] - 2024-11-xy
## [9.0.0-next.7] - 2024-11-13

- Function naming adjustments
- Prototype: File system endpoint.
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.6] - 2024-11-xy
## [2024.10.6] - 2024-11-13

- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.
- Updated all `@codingame/monaco-vscode` packages to `11.0.1`.
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "2024.10.5",
"version": "2024.10.6",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
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.7] - 2024-10-31
## [6.0.0-next.7] - 2024-11-13

- Use `didModelContentChange` from `monaco-editor-wrapper` for model content verifications.
- Updated to eslint 9
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.7] - 2024-10-31
## [6.0.0-next.7] - 2024-11-13

- Moved `createUrl` to `monaco-languageclient/tools`, moved editor app specific utils to editorAppbase and create function `didModelContentChange`.
- Added
Expand Down
2 changes: 1 addition & 1 deletion verify/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "~18.2.8",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.0.1",
"monaco-editor-wrapper": "~6.0.0-next.7",
"monaco-languageclient-examples": "~2024.10.5",
"monaco-languageclient-examples": "~2024.10.6",
"vscode": "npm:@codingame/monaco-vscode-api@~11.0.1",
"rxjs": "~7.8.1",
"zone.js": "~0.14.10"
Expand Down
2 changes: 1 addition & 1 deletion verify/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.0.1",
"monaco-editor-wrapper": "~6.0.0-next.7",
"monaco-languageclient-examples": "~2024.10.5",
"monaco-languageclient-examples": "~2024.10.6",
"vscode": "npm:@codingame/monaco-vscode-api@~11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion verify/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.0.1",
"monaco-editor-wrapper": "~6.0.0-next.7",
"monaco-languageclient-examples": "~2024.10.5",
"monaco-languageclient-examples": "~2024.10.6",
"vscode": "npm:@codingame/monaco-vscode-api@~11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion verify/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.0.1",
"monaco-editor-wrapper": "~6.0.0-next.7",
"monaco-languageclient-examples": "~2024.10.5",
"monaco-languageclient-examples": "~2024.10.6",
"vscode": "npm:@codingame/monaco-vscode-api@~11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@typefox/monaco-editor-react": "~6.0.0-next.7",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.0.1",
"monaco-editor-wrapper": "~6.0.0-next.7",
"monaco-languageclient-examples": "~2024.10.5",
"monaco-languageclient-examples": "~2024.10.6",
"vscode": "npm:@codingame/monaco-vscode-api@~11.0.1",
"vscode-ws-jsonrpc": "~3.3.2"
},
Expand Down

0 comments on commit 0e78796

Please sign in to comment.