Skip to content

Commit 22ccf73

Browse files
Version Packages
1 parent 21cdb82 commit 22ccf73

File tree

9 files changed

+30
-15
lines changed

9 files changed

+30
-15
lines changed

.changeset/eleven-laws-shout.md

-5
This file was deleted.

packages/apollo-federation-subgraph-compatibility/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@apollo/server": "^4.7.0",
1212
"@graphql-tools/wrap": "^10.0.0",
13-
"@neo4j/graphql": "^4.4.6",
13+
"@neo4j/graphql": "^4.4.7",
1414
"graphql": "16.8.1",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql-toolbox/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-toolbox
22

3+
## 2.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77109e`](https://github.com/neo4j/graphql/commit/a77109e22f44eb8ffe2804bb57c99d203cb0a50c)]:
8+
- @neo4j/graphql@4.4.7
9+
310
## 2.1.8
411

512
### Patch Changes

packages/graphql-toolbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neo4j/graphql-toolbox",
33
"private": true,
4-
"version": "2.1.8",
4+
"version": "2.1.9",
55
"description": "Developer UI For Neo4j GraphQL",
66
"exports": "./dist/main.js",
77
"main": "./dist/main.js",
@@ -52,7 +52,7 @@
5252
"@graphiql/react": "0.20.3",
5353
"@neo4j-ndl/base": "2.6.0",
5454
"@neo4j-ndl/react": "2.6.2",
55-
"@neo4j/graphql": "4.4.6",
55+
"@neo4j/graphql": "4.4.7",
5656
"@neo4j/introspector": "2.0.0",
5757
"classnames": "2.5.1",
5858
"cm6-graphql": "0.0.13",

packages/graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neo4j/graphql
22

3+
## 4.4.7
4+
5+
### Patch Changes
6+
7+
- [#5173](https://github.com/neo4j/graphql/pull/5173) [`a77109e`](https://github.com/neo4j/graphql/commit/a77109e22f44eb8ffe2804bb57c99d203cb0a50c) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix non-existing relationships for 1 to 1 relationship.
8+
39
## 4.4.6
410

511
### Patch Changes

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

packages/ogm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-ogm
22

3+
## 4.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77109e`](https://github.com/neo4j/graphql/commit/a77109e22f44eb8ffe2804bb57c99d203cb0a50c)]:
8+
- @neo4j/graphql@4.4.7
9+
310
## 4.4.6
411

512
### Patch Changes

packages/ogm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql-ogm",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
55
"keywords": [
66
"neo4j",
@@ -38,7 +38,7 @@
3838
"@graphql-codegen/plugin-helpers": "^5.0.0",
3939
"@graphql-codegen/typescript": "^4.0.0",
4040
"@graphql-tools/merge": "^9.0.0",
41-
"@neo4j/graphql": "^4.4.6",
41+
"@neo4j/graphql": "^4.4.7",
4242
"prettier": "^2.7.1"
4343
},
4444
"peerDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3669,7 +3669,7 @@ __metadata:
36693669
"@graphql-codegen/plugin-helpers": "npm:^5.0.0"
36703670
"@graphql-codegen/typescript": "npm:^4.0.0"
36713671
"@graphql-tools/merge": "npm:^9.0.0"
3672-
"@neo4j/graphql": "npm:^4.4.6"
3672+
"@neo4j/graphql": "npm:^4.4.7"
36733673
"@types/jest": "npm:29.5.12"
36743674
"@types/node": "npm:20.11.19"
36753675
camelcase: "npm:6.3.0"
@@ -3703,7 +3703,7 @@ __metadata:
37033703
"@graphiql/react": "npm:0.20.3"
37043704
"@neo4j-ndl/base": "npm:2.6.0"
37053705
"@neo4j-ndl/react": "npm:2.6.2"
3706-
"@neo4j/graphql": "npm:4.4.6"
3706+
"@neo4j/graphql": "npm:4.4.7"
37073707
"@neo4j/introspector": "npm:2.0.0"
37083708
"@playwright/test": "npm:1.41.2"
37093709
"@tsconfig/create-react-app": "npm:2.0.2"
@@ -3764,7 +3764,7 @@ __metadata:
37643764
languageName: node
37653765
linkType: soft
37663766

3767-
"@neo4j/graphql@npm:4.4.6, @neo4j/graphql@npm:^4.0.0, @neo4j/graphql@npm:^4.0.0-beta.0, @neo4j/graphql@npm:^4.4.6, @neo4j/graphql@workspace:packages/graphql":
3767+
"@neo4j/graphql@npm:4.4.7, @neo4j/graphql@npm:^4.0.0, @neo4j/graphql@npm:^4.0.0-beta.0, @neo4j/graphql@npm:^4.4.7, @neo4j/graphql@workspace:packages/graphql":
37683768
version: 0.0.0-use.local
37693769
resolution: "@neo4j/graphql@workspace:packages/graphql"
37703770
dependencies:
@@ -8987,7 +8987,7 @@ __metadata:
89878987
"@apollo/federation-subgraph-compatibility": "npm:2.1.0"
89888988
"@apollo/server": "npm:^4.7.0"
89898989
"@graphql-tools/wrap": "npm:^10.0.0"
8990-
"@neo4j/graphql": "npm:^4.4.6"
8990+
"@neo4j/graphql": "npm:^4.4.7"
89918991
fork-ts-checker-webpack-plugin: "npm:9.0.2"
89928992
graphql: "npm:16.8.1"
89938993
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)