Skip to content

Commit

Permalink
Merge pull request neo4j#4043 from neo4j/changeset-release/dev
Browse files Browse the repository at this point in the history
changesets for branch `dev`
  • Loading branch information
angrykoala authored Sep 29, 2023
2 parents c69d20a + 5221b39 commit a419eea
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-countries-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-adults-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-fireants-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-dancers-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-flies-warn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "^4.7.0",
"@neo4j/graphql": "^4.1.3",
"@neo4j/graphql": "^4.2.0",
"graphql": "16.8.1",
"neo4j-driver": "5.13.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@apollo/server": "^4.7.0",
"@graphql-tools/wrap": "^10.0.0",
"@neo4j/graphql": "^4.1.3",
"@neo4j/graphql": "^4.2.0",
"graphql": "16.8.1",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neo4j/graphql-toolbox

## 2.0.11

### Patch Changes

- Updated dependencies [[`059ea1c83`](https://github.com/neo4j/graphql/commit/059ea1c839516a807921a90a3966547acc4f3d33), [`3602fc466`](https://github.com/neo4j/graphql/commit/3602fc4669ae11ff06e0cd4c431dff8d05cdd6b9), [`ad2fc2aea`](https://github.com/neo4j/graphql/commit/ad2fc2aea3c452d536bba80e0396337db9cecc59), [`ef92e7ba0`](https://github.com/neo4j/graphql/commit/ef92e7ba02fc9ab2e52cb0966748fac7e6f4a846), [`a2933854a`](https://github.com/neo4j/graphql/commit/a2933854a5fe6662e9c01616e31019d7a453c613)]:
- @neo4j/graphql@4.2.0

## 2.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neo4j/graphql-toolbox",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"description": "Developer UI For Neo4j GraphQL",
"exports": "./dist/main.js",
"main": "./dist/main.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@graphiql/react": "0.19.4",
"@neo4j-ndl/base": "1.10.3",
"@neo4j-ndl/react": "1.10.8",
"@neo4j/graphql": "4.1.3",
"@neo4j/graphql": "4.2.0",
"@neo4j/introspector": "2.0.0",
"classnames": "2.3.2",
"cm6-graphql": "0.0.10",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @neo4j/graphql

## 4.2.0

### Minor Changes

- [#4044](https://github.com/neo4j/graphql/pull/4044) [`059ea1c83`](https://github.com/neo4j/graphql/commit/059ea1c839516a807921a90a3966547acc4f3d33) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Improved the transpilation implementation.

### Patch Changes

- [#4011](https://github.com/neo4j/graphql/pull/4011) [`3602fc466`](https://github.com/neo4j/graphql/commit/3602fc4669ae11ff06e0cd4c431dff8d05cdd6b9) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix issue 4015, selecting the node field twice with a different selection set resulted in one selection set being ignored.

- [#4011](https://github.com/neo4j/graphql/pull/4011) [`ad2fc2aea`](https://github.com/neo4j/graphql/commit/ad2fc2aea3c452d536bba80e0396337db9cecc59) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix issue 3923, applying multiple predicates on different node implementations using a connection filter resulted in some predicates not being applied.

- [#4011](https://github.com/neo4j/graphql/pull/4011) [`ef92e7ba0`](https://github.com/neo4j/graphql/commit/ef92e7ba02fc9ab2e52cb0966748fac7e6f4a846) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix issue 4007, selecting an edges field using an alias resulted in the node fields not being returned.

- [#4011](https://github.com/neo4j/graphql/pull/4011) [`a2933854a`](https://github.com/neo4j/graphql/commit/a2933854a5fe6662e9c01616e31019d7a453c613) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix issue 4004, when a user queried a cypher field defined with an argument named "options" produced a runtime error.

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql",
"version": "4.1.3",
"version": "4.2.0",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand Down
7 changes: 7 additions & 0 deletions packages/ogm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neo4j/graphql-ogm

## 4.2.0

### Patch Changes

- Updated dependencies [[`059ea1c83`](https://github.com/neo4j/graphql/commit/059ea1c839516a807921a90a3966547acc4f3d33), [`3602fc466`](https://github.com/neo4j/graphql/commit/3602fc4669ae11ff06e0cd4c431dff8d05cdd6b9), [`ad2fc2aea`](https://github.com/neo4j/graphql/commit/ad2fc2aea3c452d536bba80e0396337db9cecc59), [`ef92e7ba0`](https://github.com/neo4j/graphql/commit/ef92e7ba02fc9ab2e52cb0966748fac7e6f4a846), [`a2933854a`](https://github.com/neo4j/graphql/commit/a2933854a5fe6662e9c01616e31019d7a453c613)]:
- @neo4j/graphql@4.2.0

## 4.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql-ogm",
"version": "4.1.3",
"version": "4.2.0",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-tools/merge": "^9.0.0",
"@neo4j/graphql": "^4.1.3",
"@neo4j/graphql": "^4.2.0",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-tools/merge": ^9.0.0
"@neo4j/graphql": ^4.1.3
"@neo4j/graphql": ^4.2.0
"@types/jest": 29.5.5
"@types/node": 18.15.1
camelcase: 6.3.0
Expand Down Expand Up @@ -3485,7 +3485,7 @@ __metadata:
"@graphiql/react": 0.19.4
"@neo4j-ndl/base": 1.10.3
"@neo4j-ndl/react": 1.10.8
"@neo4j/graphql": 4.1.3
"@neo4j/graphql": 4.2.0
"@neo4j/introspector": 2.0.0
"@playwright/test": 1.38.1
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -3542,7 +3542,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/graphql@4.1.3, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.1.3, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/graphql@4.2.0, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.2.0, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -8647,7 +8647,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 2.0.1
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^10.0.0
"@neo4j/graphql": ^4.1.3
"@neo4j/graphql": ^4.2.0
fork-ts-checker-webpack-plugin: 8.0.0
graphql: 16.8.1
graphql-tag: ^2.12.6
Expand Down Expand Up @@ -18737,7 +18737,7 @@ __metadata:
resolution: "migration@workspace:examples/migration"
dependencies:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^4.1.3
"@neo4j/graphql": ^4.2.0
graphql: 16.8.1
neo4j-driver: 5.13.0
languageName: unknown
Expand Down

0 comments on commit a419eea

Please sign in to comment.