Skip to content

Commit fe8a8f8

Browse files
committed
Version bump
1 parent 804fdc5 commit fe8a8f8

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"brave-rivers-dream",
1212
"bright-eels-sniff",
1313
"bright-vans-report",
14+
"calm-seas-impress",
1415
"cool-chefs-listen",
1516
"eight-suns-doubt",
1617
"fluffy-spoons-camp",

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.16
4+
5+
### Minor Changes
6+
7+
- ef37ac3: Changed full-text type to fullText for consistency between indexes and constaints types
8+
39
## 1.0.0-next.15
410

511
### Patch Changes

packages/graph-schema-utils/package.json

Lines changed: 2 additions & 2 deletions
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.15",
3+
"version": "1.0.0-next.16",
44
"description": "Utilities for Neo4j Graph Schema JSON representation",
55
"module": "./dist/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -36,6 +36,6 @@
3636
"graph schema"
3737
],
3838
"devDependencies": {
39-
"@neo4j/graph-json-schema": "1.0.0-next.4"
39+
"@neo4j/graph-json-schema": "1.0.0-next.5"
4040
}
4141
}

packages/introspection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"graph schema"
3535
],
3636
"devDependencies": {
37-
"@neo4j/graph-json-schema": "1.0.0-next.4",
37+
"@neo4j/graph-json-schema": "1.0.0-next.5",
3838
"neo4j-driver": "^5.12.0"
3939
}
4040
}

packages/json-schema/CHANGELOG.md

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

3+
## 1.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- ef37ac3: Changed full-text type to fullText for consistency between indexes and constaints types
8+
39
## 1.0.0-next.4
410

511
### Patch Changes

packages/json-schema/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-json-schema",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "",
55
"scripts": {
66
"test": "exit 0",

0 commit comments

Comments
 (0)