Skip to content

Commit 4ee6056

Browse files
chore(main): release dae-editor 1.19.0 (#671)
Signed-off-by: kunish <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kunish <[email protected]>
1 parent 89f4b79 commit 4ee6056

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps/web": "1.20.0",
3-
"packages/dae-editor": "1.18.0",
3+
"packages/dae-editor": "1.19.0",
44
"packages/dae-node-parser": "1.19.0",
55
"packages/dae-lsp": "0.0.1"
66
}

packages/dae-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/daeuniverse/daed/compare/dae-editor-v1.18.0...dae-editor-v1.19.0) (2025-12-07)
4+
5+
6+
### Features
7+
8+
* **dae-lsp:** add browser LSP support and fix completions ([32b5b49](https://github.com/daeuniverse/daed/commit/32b5b49abd58b8f16c72a2f2dd188bc7c2cf7877))
9+
310
## [1.18.0](https://github.com/daeuniverse/daed/compare/dae-editor-v1.17.0...dae-editor-v1.18.0) (2025-12-06)
411

512

packages/dae-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@daeuniverse/dae-editor",
33
"type": "module",
4-
"version": "1.18.0",
4+
"version": "1.19.0",
55
"description": "Monaco editor configuration and RoutingA language support for dae",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)