Skip to content

Commit a0f53d9

Browse files
committed
Merge branch 'main' of https://github.com/statelyai/graph
2 parents 8b97c9b + ea94e7b commit a0f53d9

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/optional-label-initialNodeId.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [`976a7e6`](https://github.com/statelyai/graph/commit/976a7e6821d43d0149e5ad776c660a5059484f23) Thanks [@davidkpiano](https://github.com/davidkpiano)! - - Make `Graph.initialNodeId`, `GraphNode.label`, and `GraphEdge.label` optional on resolved types for easier consumer usage
8+
- Add `createGraphNode()` and `createGraphEdge()` helpers that resolve defaults from config
9+
310
## 0.6.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@statelyai/graph",
33
"packageManager": "pnpm@10.28.2",
44
"type": "module",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"description": "A TypeScript-first graph library with plain JSON-serializable objects",
77
"author": "David Khourshid <david@stately.ai>",
88
"license": "MIT",

0 commit comments

Comments
 (0)