Skip to content

Commit f4fd192

Browse files
authored
Merge pull request #5967 from neo4j/changeset-release/4.x
changesets for branch `4.x`
2 parents f79b685 + fd7d37e commit f4fd192

File tree

9 files changed

+30
-15
lines changed

9 files changed

+30
-15
lines changed

.changeset/serious-paws-hunt.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.7",
13+
"@neo4j/graphql": "^4.4.8",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f623c7e`](https://github.com/neo4j/graphql/commit/f623c7eeeb7c7942ba992cb807833d8c8f845bab)]:
8+
- @neo4j/graphql@4.4.8
9+
310
## 2.1.9
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.9",
4+
"version": "2.1.10",
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.7",
55+
"@neo4j/graphql": "4.4.8",
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.8
4+
5+
### Patch Changes
6+
7+
- [#5965](https://github.com/neo4j/graphql/pull/5965) [`f623c7e`](https://github.com/neo4j/graphql/commit/f623c7eeeb7c7942ba992cb807833d8c8f845bab) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for CalVer editions of neo4j
8+
39
## 4.4.7
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.7",
3+
"version": "4.4.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f623c7e`](https://github.com/neo4j/graphql/commit/f623c7eeeb7c7942ba992cb807833d8c8f845bab)]:
8+
- @neo4j/graphql@4.4.8
9+
310
## 4.4.7
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.7",
3+
"version": "4.4.8",
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.7",
41+
"@neo4j/graphql": "^4.4.8",
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.7"
3672+
"@neo4j/graphql": "npm:^4.4.8"
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.7"
3706+
"@neo4j/graphql": "npm:4.4.8"
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.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":
3767+
"@neo4j/graphql@npm:4.4.8, @neo4j/graphql@npm:^4.0.0, @neo4j/graphql@npm:^4.0.0-beta.0, @neo4j/graphql@npm:^4.4.8, @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.7"
8990+
"@neo4j/graphql": "npm:^4.4.8"
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)