Skip to content

Commit 951f3d1

Browse files
committed
Version bump
1 parent 7fc34d7 commit 951f3d1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"gentle-mice-battle",
1919
"great-falcons-move",
2020
"green-doors-teach",
21+
"khaki-pugs-cheer",
2122
"lazy-days-design",
2223
"little-shoes-tease",
2324
"perfect-moons-leave",

packages/graph-schema-utils/CHANGELOG.md

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

3+
## 1.0.0-next.15
4+
5+
### Patch Changes
6+
7+
- 5c29b4f: make sure json type utility functions are also exported
8+
39
## 1.0.0-next.14
410

511
### Patch Changes

packages/graph-schema-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graph-schema-utils",
3-
"version": "1.0.0-next.14",
3+
"version": "1.0.0-next.15",
44
"description": "Utilities for Neo4j Graph Schema JSON representation",
55
"module": "./dist/index.js",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)