Skip to content

Commit 30b68cc

Browse files
committed
Version bump
1 parent 40dec5f commit 30b68cc

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"bright-vans-report",
1414
"cool-chefs-listen",
1515
"eight-suns-doubt",
16+
"fluffy-spoons-camp",
1617
"friendly-masks-punch",
1718
"gentle-mice-battle",
1819
"great-falcons-move",

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.14
4+
5+
### Patch Changes
6+
7+
- 8702c18: removed recursive property type
8+
39
## 1.0.0-next.13
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.13",
3+
"version": "1.0.0-next.14",
44
"description": "Utilities for Neo4j Graph Schema JSON representation",
55
"module": "./dist/index.js",
66
"types": "./dist/types/index.d.ts",

packages/introspection/CHANGELOG.md

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

3+
## 1.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- 8702c18: removed recursive property type
8+
39
## 1.0.0-next.1
410

511
### Patch Changes

packages/introspection/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-introspection",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"description": "Library for introspecting Neo4j graph schemas",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)