Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 8, 2023
1 parent 49982eb commit 6bbc099
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 108 deletions.
187 changes: 83 additions & 104 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@codingame/monaco-vscode-json-default-extension": "~1.82.4",
"@codingame/monaco-vscode-keybindings-service-override": "~1.82.4",
"@codingame/monaco-vscode-python-default-extension": "~1.82.4",
"@typefox/monaco-editor-react": "~2.2.4",
"@typefox/monaco-editor-react": "~2.3.0-next.0",
"http-server": "~14.1.1",
"langium": "~2.0.2",
"langium-statemachine-dsl": "~2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/monaco-editor-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [2.3.0] - 2023-10-xy

- Properly separate and define classic and extended editor [#54](https://github.com/TypeFox/monaco-components/pull/54)
- Updated to `monaco-editor-wrapper` `3.3.0`

## [2.2.4] - 2023-10-05

- Updated to `monaco-editor-wrapper` `3.2.4`
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-editor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typefox/monaco-editor-react",
"version": "2.2.4",
"version": "2.3.0-next.0",
"license": "MIT",
"description": "React component for Monaco-Editor and Monaco Languageclient",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"npm": "9.8.1"
},
"peerDependencies": {
"monaco-editor-wrapper": "~3.2.4",
"monaco-editor-wrapper": "~3.3.0-next.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/monaco-editor-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [2.3.0] - 2023-10-xy

- Properly separate and define classic and extended editor [#54](https://github.com/TypeFox/monaco-components/pull/54)
- Updated to `monaco-languageclient@6.5.2`

## [3.2.4] - 2023-10-05

- Fixed/Implemented multiple `extensionRegisterResults` handling.
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco-editor-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-wrapper",
"version": "3.2.4",
"version": "3.3.0-next.0",
"license": "MIT",
"description": "Monaco-Editor and Monaco Languageclient Wrapper",
"keywords": [
Expand Down

0 comments on commit 6bbc099

Please sign in to comment.