Skip to content

Commit

Permalink
Version Packages (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo4j-team-graphql authored Dec 4, 2023
1 parent e6d18e7 commit ece281e
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-countries-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-bugs-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-singers-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-dodos-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-students-float.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.3",
"@neo4j/graphql": "^4.4.4",
"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.6

### Patch Changes

- Updated dependencies [[`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d), [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e), [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1), [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad), [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374)]:
- @neo4j/graphql@4.4.4

## 2.1.5

### 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.5",
"version": "2.1.6",
"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.2",
"@neo4j-ndl/base": "2.0.7",
"@neo4j-ndl/react": "2.0.14",
"@neo4j/graphql": "4.4.3",
"@neo4j/graphql": "4.4.4",
"@neo4j/introspector": "2.0.0",
"classnames": "2.3.2",
"cm6-graphql": "0.0.12",
Expand Down
14 changes: 14 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @neo4j/graphql

## 4.4.4

### Patch Changes

- [#4247](https://github.com/neo4j/graphql/pull/4247) [`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fix issue in authorization context generation.

- [#4330](https://github.com/neo4j/graphql/pull/4330) [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e) Thanks [@angrykoala](https://github.com/angrykoala)! - Update translation on fulltext to make it consistent for top level operations and phrase option

- [#4144](https://github.com/neo4j/graphql/pull/4144) [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Include the `@subscriptionsAuthorization` `events` argument in validation.

- [#4308](https://github.com/neo4j/graphql/pull/4308) [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Add filtering to interface aggregations

- [#4309](https://github.com/neo4j/graphql/pull/4309) [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix an authorization bug present for validation rules with a predicate against a nested field and the Connection API. https://github.com/neo4j/graphql/issues/4292.

## 4.4.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.4.3",
"version": "4.4.4",
"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.4

### Patch Changes

- Updated dependencies [[`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d), [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e), [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1), [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad), [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374)]:
- @neo4j/graphql@4.4.4

## 4.4.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.4.3",
"version": "4.4.4",
"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.3",
"@neo4j/graphql": "^4.4.4",
"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 @@ -3601,7 +3601,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.3
"@neo4j/graphql": ^4.4.4
"@types/jest": 29.5.10
"@types/node": 20.10.3
camelcase: 6.3.0
Expand Down Expand Up @@ -3636,7 +3636,7 @@ __metadata:
"@graphiql/react": 0.20.2
"@neo4j-ndl/base": 2.0.7
"@neo4j-ndl/react": 2.0.14
"@neo4j/graphql": 4.4.3
"@neo4j/graphql": 4.4.4
"@neo4j/introspector": 2.0.0
"@playwright/test": 1.40.1
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -3693,7 +3693,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit ece281e

Please sign in to comment.