Skip to content

Commit 8023056

Browse files
Merge pull request #5979 from neo4j/changeset-release/3.x
changesets for branch `3.x`
2 parents e38a97e + eec5a3e commit 8023056

File tree

10 files changed

+32
-17
lines changed

10 files changed

+32
-17
lines changed

.changeset/serious-paws-hunt.md

-5
This file was deleted.

examples/migration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@apollo/server": "^4.7.0",
10-
"@neo4j/graphql": "^3.24.3",
10+
"@neo4j/graphql": "^3.24.4",
1111
"graphql": "16.8.0",
1212
"neo4j-driver": "5.12.0"
1313
}

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": "^9.3.6",
13-
"@neo4j/graphql": "^3.24.3",
13+
"@neo4j/graphql": "^3.24.4",
1414
"graphql": "16.8.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.5.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.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a369ffb60`](https://github.com/neo4j/graphql/commit/a369ffb6008ced4d9e81dba7b7092ccd79ca0499)]:
8+
- @neo4j/graphql@3.24.4
9+
310
## 2.0.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.0.8",
4+
"version": "2.0.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.19.3",
5353
"@neo4j-ndl/base": "1.10.2",
5454
"@neo4j-ndl/react": "1.10.5",
55-
"@neo4j/graphql": "3.24.3",
55+
"@neo4j/graphql": "3.24.4",
5656
"@neo4j/introspector": "1.0.3",
5757
"classnames": "2.3.2",
5858
"cm6-graphql": "0.0.9",

packages/graphql/CHANGELOG.md

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

3+
## 3.24.4
4+
5+
### Patch Changes
6+
7+
- [#5966](https://github.com/neo4j/graphql/pull/5966) [`a369ffb60`](https://github.com/neo4j/graphql/commit/a369ffb6008ced4d9e81dba7b7092ccd79ca0499) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for CalVer editions of neo4j
8+
39
## 3.24.3
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": "3.24.3",
3+
"version": "3.24.4",
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+
## 3.24.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a369ffb60`](https://github.com/neo4j/graphql/commit/a369ffb6008ced4d9e81dba7b7092ccd79ca0499)]:
8+
- @neo4j/graphql@3.24.4
9+
310
## 3.24.3
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": "3.24.3",
3+
"version": "3.24.4",
44
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
55
"keywords": [
66
"neo4j",
@@ -38,7 +38,7 @@
3838
"@graphql-codegen/plugin-helpers": "^4.0.0",
3939
"@graphql-codegen/typescript": "^3.0.0",
4040
"@graphql-tools/merge": "^8.3.3",
41-
"@neo4j/graphql": "^3.24.3",
41+
"@neo4j/graphql": "^3.24.4",
4242
"prettier": "^2.7.1"
4343
},
4444
"peerDependencies": {

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4194,7 +4194,7 @@ __metadata:
41944194
"@graphql-codegen/plugin-helpers": ^4.0.0
41954195
"@graphql-codegen/typescript": ^3.0.0
41964196
"@graphql-tools/merge": ^8.3.3
4197-
"@neo4j/graphql": ^3.24.3
4197+
"@neo4j/graphql": ^3.24.4
41984198
"@neo4j/graphql-plugin-auth": ^2.2.0
41994199
"@types/jest": 29.5.4
42004200
"@types/node": 18.15.1
@@ -4277,7 +4277,7 @@ __metadata:
42774277
"@graphiql/react": 0.19.3
42784278
"@neo4j-ndl/base": 1.10.2
42794279
"@neo4j-ndl/react": 1.10.5
4280-
"@neo4j/graphql": 3.24.3
4280+
"@neo4j/graphql": 3.24.4
42814281
"@neo4j/introspector": 1.0.3
42824282
"@playwright/test": 1.37.1
42834283
"@tsconfig/create-react-app": 2.0.1
@@ -4334,7 +4334,7 @@ __metadata:
43344334
languageName: unknown
43354335
linkType: soft
43364336

4337-
"@neo4j/graphql@3.24.3, @neo4j/graphql@^3.13.0, @neo4j/graphql@^3.15.0, @neo4j/graphql@^3.16.0, @neo4j/graphql@^3.24.3, @neo4j/graphql@workspace:packages/graphql":
4337+
"@neo4j/graphql@3.24.4, @neo4j/graphql@^3.13.0, @neo4j/graphql@^3.15.0, @neo4j/graphql@^3.16.0, @neo4j/graphql@^3.24.4, @neo4j/graphql@workspace:packages/graphql":
43384338
version: 0.0.0-use.local
43394339
resolution: "@neo4j/graphql@workspace:packages/graphql"
43404340
dependencies:
@@ -9528,7 +9528,7 @@ __metadata:
95289528
"@apollo/federation-subgraph-compatibility": 1.2.2
95299529
"@apollo/server": ^4.7.0
95309530
"@graphql-tools/wrap": ^9.3.6
9531-
"@neo4j/graphql": ^3.24.3
9531+
"@neo4j/graphql": ^3.24.4
95329532
fork-ts-checker-webpack-plugin: 8.0.0
95339533
graphql: 16.8.0
95349534
graphql-tag: ^2.12.6
@@ -21429,7 +21429,7 @@ __metadata:
2142921429
resolution: "migration@workspace:examples/migration"
2143021430
dependencies:
2143121431
"@apollo/server": ^4.7.0
21432-
"@neo4j/graphql": ^3.24.3
21432+
"@neo4j/graphql": ^3.24.4
2143321433
graphql: 16.8.0
2143421434
neo4j-driver: 5.12.0
2143521435
languageName: unknown

0 commit comments

Comments
 (0)