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

Commit

Permalink
Merge branch 'asds'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Sep 20, 2023
2 parents 24b09ec + fa2a1b1 commit 6493b1d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"@typefox/monaco-editor-react": "~2.0.1",
"@typefox/monaco-editor-react": "2.1.0-next.0",
"http-server": "~14.1.1",
"langium": "~2.0.2",
"langium-statemachine-dsl": "~2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/monaco-editor-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.1.0] - 2023-09-19

- Improve configuration change detection [#47](https://github.com/TypeFox/monaco-components/pull/47)
- semantic highlighting works with classic editor [#45](https://github.com/TypeFox/monaco-components/pull/45)
- Updated to `monaco-editor-wrapper` `3.1.0`

## [2.0.1] - 2023-09-07

- Updated to `monaco-editor-wrapper` `3.0.1`
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.0.1",
"version": "2.1.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.6.7"
},
"peerDependencies": {
"monaco-editor-wrapper": "~3.0.1",
"monaco-editor-wrapper": "3.1.0-next.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/monaco-editor-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [3.1.0] - 2023-09-19

- Make the extension register result accessible [#48](https://github.com/TypeFox/monaco-components/pull/48)
- Improve configuration change detection [#47](https://github.com/TypeFox/monaco-components/pull/47)
- semantic highlighting works with classic editor [#45](https://github.com/TypeFox/monaco-components/pull/45)

## [3.0.1] - 2023-09-07

- Introduce `logger.ts` which allows to centrally enable / disable console logging of the library
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.0.1",
"version": "3.1.0-next.0",
"license": "MIT",
"description": "Monaco-Editor and Monaco Languageclient Wrapper",
"keywords": [
Expand Down

0 comments on commit 6493b1d

Please sign in to comment.