Skip to content

Commit 7fa1bf1

Browse files
committed
Version bump
1 parent a6fec3a commit 7fa1bf1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"gentle-mice-battle",
1818
"great-falcons-move",
1919
"green-doors-teach",
20+
"lazy-days-design",
21+
"little-shoes-tease",
2022
"perfect-moons-leave",
2123
"polite-ears-help",
2224
"rich-cameras-drive",

packages/graph-schema-utils/CHANGELOG.md

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

3+
## 1.0.0-next.13
4+
5+
### Patch Changes
6+
7+
- a4c00d6: Fix types export
8+
- 66b813c: Move some functions to their right places
9+
310
## 1.0.0-next.12
411

512
### 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.12",
3+
"version": "1.0.0-next.13",
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)