Skip to content

Commit fcd1d32

Browse files
authored
Merge pull request #12 from codemix/changeset-release/main
chore: version packages
2 parents 1130cd4 + 4c183f4 commit fcd1d32

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/cuddly-emus-juggle.md

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

packages/graph/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 83a2baf: Add `TraversalPath.nodes()`, `relationships()`, `length()`, and `sum()` to make path post-processing easier, and support `ORDER BY` expressions that reference projected aliases before `RETURN` and `WITH`.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemix/graph",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "The codemix graph database.",
55
"license": "MIT",
66
"files": [

packages/y-graph-storage/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [83a2baf]
8+
- @codemix/graph@0.3.0
9+
310
## 0.0.4
411

512
### Patch Changes

packages/y-graph-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemix/y-graph-storage",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A YJS storage adapter for the codemix graph database.",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)