Skip to content

Commit 5fdc619

Browse files
authored
Merge pull request #9 from codemix/changeset-release/main
chore: version packages
2 parents 02353fe + 4d25ccd commit 5fdc619

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/bright-turkeys-study.md

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

packages/graph/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e8213bf: Expand traversal parity across value and edge pipelines.
8+
9+
`ValueTraversal` now supports `dedup()`, `skip()`, `limit()`, `range()`, `count()`, `property()`, and `properties()` so extracted values can keep flowing through the same shaping and projection steps as other traversal results.
10+
11+
`EdgeTraversal` now supports direct `skip()`, `limit()`, `range()`, `count()`, `map()`, `property()`, `properties()`, and `order()` operations, making it possible to paginate, transform, project, and sort edges without first converting them to vertices or raw values.
12+
313
## 0.1.0
414

515
### 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.1.0",
3+
"version": "0.2.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e8213bf]
8+
- @codemix/graph@0.2.0
9+
310
## 0.0.3
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.3",
3+
"version": "0.0.4",
44
"description": "A YJS storage adapter for the codemix graph database.",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)