Skip to content

Commit c67d1c0

Browse files
committed
fix node completion state
1 parent 57a29b6 commit c67d1c0

5 files changed

Lines changed: 826 additions & 21 deletions

File tree

.changeset/fancy-chefs-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@learningmap/learningmap": patch
3+
---
4+
5+
Fix node completion state

docs/book/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ If you need a new feature, open an [issue](https://github.com/openpatch/learning
1313

1414
:::
1515

16+
## v0.5.1
17+
18+
::::tabs
19+
20+
:::tab{title="Fixed :bug:" id="fixed"}
21+
22+
- Fix node completion state not updating correctly.
23+
24+
:::
25+
26+
::::
27+
1628
## v0.5.0
1729

1830
::::tabs

packages/learningmap/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"scripts": {
2929
"version": "pnpm build",
3030
"lint": "tsc --noEmit",
31+
"test": "vitest run",
32+
"test:watch": "vitest",
3133
"build": "rimraf dist && pnpm build:pkg && pnpm build:types",
3234
"build:pkg": "node ../../scripts/build.mjs",
3335
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly",

0 commit comments

Comments
 (0)