Skip to content

Commit

Permalink
Merge pull request #4120 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 Oct 17, 2023
2 parents aa5837d + f568456 commit 0a45533
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-buttons-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-cats-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-elephants-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-scissors-perform.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.3.2",
"@neo4j/graphql": "^4.3.3",
"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.3.2",
"@neo4j/graphql": "^4.3.3",
"graphql": "16.8.1",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @neo4j/graphql-toolbox

## 2.1.0

### Minor Changes

- [#4096](https://github.com/neo4j/graphql/pull/4096) [`b88809c11`](https://github.com/neo4j/graphql/commit/b88809c111dc0de62c833aa2cdd2addb5034c4b7) Thanks [@mjfwebb](https://github.com/mjfwebb)! - refactor: migrate components neo4j-ndl v2

### Patch Changes

- [#4119](https://github.com/neo4j/graphql/pull/4119) [`6a8c31c60`](https://github.com/neo4j/graphql/commit/6a8c31c60be7f675cdc9f6c4106ef86d87dd6bc9) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Show users when a valid directive is unsupported. Specifically the authorization directive in this case.

- Updated dependencies [[`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf), [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a)]:
- @neo4j/graphql@4.3.3

## 2.0.14

### 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.14",
"version": "2.1.0",
"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": "2.0.1",
"@neo4j-ndl/react": "2.0.4",
"@neo4j/graphql": "4.3.2",
"@neo4j/graphql": "4.3.3",
"@neo4j/introspector": "2.0.0",
"classnames": "2.3.2",
"cm6-graphql": "0.0.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neo4j/graphql

## 4.3.3

### Patch Changes

- [#4136](https://github.com/neo4j/graphql/pull/4136) [`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf) Thanks [@a-alle](https://github.com/a-alle)! - Fix `@jwtClaim` not working in `@authentication` rules

- [#4141](https://github.com/neo4j/graphql/pull/4141) [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix Authorization filters along with subqueries #4110

## 4.3.2

### 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.3.2",
"version": "4.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf), [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a)]:
- @neo4j/graphql@4.3.3

## 4.3.2

### 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.3.2",
"version": "4.3.3",
"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.3.2",
"@neo4j/graphql": "^4.3.3",
"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 @@ -3538,7 +3538,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-tools/merge": ^9.0.0
"@neo4j/graphql": ^4.3.2
"@neo4j/graphql": ^4.3.3
"@types/jest": 29.5.5
"@types/node": 18.15.1
camelcase: 6.3.0
Expand Down Expand Up @@ -3573,7 +3573,7 @@ __metadata:
"@graphiql/react": 0.19.4
"@neo4j-ndl/base": 2.0.1
"@neo4j-ndl/react": 2.0.4
"@neo4j/graphql": 4.3.2
"@neo4j/graphql": 4.3.3
"@neo4j/introspector": 2.0.0
"@playwright/test": 1.39.0
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -3630,7 +3630,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/[email protected].2, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.3.2, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/[email protected].3, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.3.3, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -8765,7 +8765,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 2.0.1
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^10.0.0
"@neo4j/graphql": ^4.3.2
"@neo4j/graphql": ^4.3.3
fork-ts-checker-webpack-plugin: 9.0.0
graphql: 16.8.1
graphql-tag: ^2.12.6
Expand Down Expand Up @@ -18863,7 +18863,7 @@ __metadata:
resolution: "migration@workspace:examples/migration"
dependencies:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^4.3.2
"@neo4j/graphql": ^4.3.3
graphql: 16.8.1
neo4j-driver: 5.13.0
languageName: unknown
Expand Down

0 comments on commit 0a45533

Please sign in to comment.