Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
neo4j-team-graphql committed Nov 7, 2024
1 parent 21ab3d6 commit c869e53
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-chicken-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-grapes-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-frogs-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-bobcats-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pillows-itch.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": "^6.0.0",
"@neo4j/graphql": "^7.0.0",
"graphql": "16.9.0",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @neo4j/graphql

## 7.0.0

### Major Changes

- [#5755](https://github.com/neo4j/graphql/pull/5755) [`9c75f92`](https://github.com/neo4j/graphql/commit/9c75f925884de42f64e1b5c3086cc87c114727bd) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove support for `connectOrCreate` operations

- [#5755](https://github.com/neo4j/graphql/pull/5755) [`9c75f92`](https://github.com/neo4j/graphql/commit/9c75f925884de42f64e1b5c3086cc87c114727bd) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove support for `@unique` directive

### Minor Changes

- [#5746](https://github.com/neo4j/graphql/pull/5746) [`c581f9e`](https://github.com/neo4j/graphql/commit/c581f9e02b232bf09277ee76aac930eace0877f6) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Add filtering on 1 to 1 relationship custom cypher fields

### Patch Changes

- [#5738](https://github.com/neo4j/graphql/pull/5738) [`c6ea37d`](https://github.com/neo4j/graphql/commit/c6ea37dd0ec8485812906bbb7a3b09ae27a54c2f) Thanks [@angrykoala](https://github.com/angrykoala)! - Add deprecation warning when using `@unique`

- [#5748](https://github.com/neo4j/graphql/pull/5748) [`f23bb91`](https://github.com/neo4j/graphql/commit/f23bb91a8afc0ff5d7ca5f0c4d8f867d30127e0b) Thanks [@darrellwarde](https://github.com/darrellwarde)! - The `connectOrCreate` operation has been deprecated and will be removed in the next major version of the Neo4j GraphQL Library. Its implementation has always been more limited than the other operations, so the decision has been taken to remove it for the time being with a view of potentially refocussing on it again in the future.

## 6.0.0

### Major 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": "6.0.0",
"version": "7.0.0",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@neo4j/graphql": "^6.0.0",
"@neo4j/graphql": "^7.0.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.5",
"@types/pluralize": "0.0.33",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ __metadata:
languageName: node
linkType: soft

"@neo4j/graphql@npm:^6.0.0, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -2133,7 +2133,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@neo4j/introspector@workspace:packages/introspector"
dependencies:
"@neo4j/graphql": "npm:^6.0.0"
"@neo4j/graphql": "npm:^7.0.0"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.17.5"
"@types/pluralize": "npm:0.0.33"
Expand Down Expand Up @@ -3805,7 +3805,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": "npm:2.2.0"
"@apollo/server": "npm:^4.7.0"
"@graphql-tools/wrap": "npm:^10.0.0"
"@neo4j/graphql": "npm:^6.0.0"
"@neo4j/graphql": "npm:^7.0.0"
fork-ts-checker-webpack-plugin: "npm:9.0.2"
graphql: "npm:16.9.0"
graphql-tag: "npm:^2.12.6"
Expand Down

0 comments on commit c869e53

Please sign in to comment.