Skip to content

Commit

Permalink
Merge pull request #4238 from neo4j/changeset-release/dev
Browse files Browse the repository at this point in the history
changesets for branch `dev`
  • Loading branch information
a-alle authored Nov 2, 2023
2 parents 1015d4d + c4b8614 commit 2da1bea
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-badgers-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-shrimps-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-items-vanish.md

This file was deleted.

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.4.0",
"@neo4j/graphql": "^4.4.1",
"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.1.3

### Patch Changes

- Updated dependencies [[`58ff087a1`](https://github.com/neo4j/graphql/commit/58ff087a113466b9b1b51c5708ff02193f8feccd), [`5aa9de932`](https://github.com/neo4j/graphql/commit/5aa9de93259d65ca6549221557aa71b9e04efe02), [`0a95366ba`](https://github.com/neo4j/graphql/commit/0a95366ba7177f726da8f577384eeead47e6378b)]:
- @neo4j/graphql@4.4.1

## 2.1.2

### 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.1.2",
"version": "2.1.3",
"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.20.1",
"@neo4j-ndl/base": "2.0.7",
"@neo4j-ndl/react": "2.0.11",
"@neo4j/graphql": "4.4.0",
"@neo4j/graphql": "4.4.1",
"@neo4j/introspector": "2.0.0",
"classnames": "2.3.2",
"cm6-graphql": "0.0.10",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neo4j/graphql

## 4.4.1

### Patch Changes

- [#4235](https://github.com/neo4j/graphql/pull/4235) [`58ff087a1`](https://github.com/neo4j/graphql/commit/58ff087a113466b9b1b51c5708ff02193f8feccd) Thanks [@a-alle](https://github.com/a-alle)! - Fix directive combination logic for inherited field in the directive combination validation rule

- [#4237](https://github.com/neo4j/graphql/pull/4237) [`5aa9de932`](https://github.com/neo4j/graphql/commit/5aa9de93259d65ca6549221557aa71b9e04efe02) Thanks [@a-alle](https://github.com/a-alle)! - Fix authorization before and after parameter name clash

- [#4233](https://github.com/neo4j/graphql/pull/4233) [`0a95366ba`](https://github.com/neo4j/graphql/commit/0a95366ba7177f726da8f577384eeead47e6378b) Thanks [@a-alle](https://github.com/a-alle)! - Improve authorization variable prefix on create operations

## 4.4.0

### Minor 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.4.0",
"version": "4.4.1",
"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.4.1

### Patch Changes

- Updated dependencies [[`58ff087a1`](https://github.com/neo4j/graphql/commit/58ff087a113466b9b1b51c5708ff02193f8feccd), [`5aa9de932`](https://github.com/neo4j/graphql/commit/5aa9de93259d65ca6549221557aa71b9e04efe02), [`0a95366ba`](https://github.com/neo4j/graphql/commit/0a95366ba7177f726da8f577384eeead47e6378b)]:
- @neo4j/graphql@4.4.1

## 4.4.0

### 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.4.0",
"version": "4.4.1",
"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.4.0",
"@neo4j/graphql": "^4.4.1",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3561,7 +3561,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-tools/merge": ^9.0.0
"@neo4j/graphql": ^4.4.0
"@neo4j/graphql": ^4.4.1
"@types/jest": 29.5.7
"@types/node": 20.8.10
camelcase: 6.3.0
Expand Down Expand Up @@ -3596,7 +3596,7 @@ __metadata:
"@graphiql/react": 0.20.1
"@neo4j-ndl/base": 2.0.7
"@neo4j-ndl/react": 2.0.11
"@neo4j/graphql": 4.4.0
"@neo4j/graphql": 4.4.1
"@neo4j/introspector": 2.0.0
"@playwright/test": 1.39.0
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -3653,7 +3653,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/[email protected].0, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.4.0, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/[email protected].1, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.4.1, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -8832,7 +8832,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 2.0.1
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^10.0.0
"@neo4j/graphql": ^4.4.0
"@neo4j/graphql": ^4.4.1
fork-ts-checker-webpack-plugin: 9.0.2
graphql: 16.8.1
graphql-tag: ^2.12.6
Expand Down

0 comments on commit 2da1bea

Please sign in to comment.