Skip to content

Commit

Permalink
Version Packages (neo4j#3891)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo4j-team-graphql authored Sep 5, 2023
1 parent 5818d76 commit f725a70
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-bees-decide.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.0",
"@neo4j/graphql": "^4.1.1",
"graphql": "16.8.0",
"neo4j-driver": "5.12.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.0",
"@neo4j/graphql": "^4.1.1",
"graphql": "16.8.0",
"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.7

### Patch Changes

- Updated dependencies [[`6d434108f`](https://github.com/neo4j/graphql/commit/6d434108ff2b88f265945586d8958aa6a40ce771)]:
- @neo4j/graphql@4.1.1

## 2.0.6

### 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.6",
"version": "2.0.7",
"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.3",
"@neo4j-ndl/base": "1.10.3",
"@neo4j-ndl/react": "1.10.7",
"@neo4j/graphql": "4.1.0",
"@neo4j/graphql": "4.1.1",
"@neo4j/introspector": "2.0.0",
"classnames": "2.3.2",
"cm6-graphql": "0.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neo4j/graphql

## 4.1.1

### Patch Changes

- [#3890](https://github.com/neo4j/graphql/pull/3890) [`6d434108f`](https://github.com/neo4j/graphql/commit/6d434108ff2b88f265945586d8958aa6a40ce771) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fix: authorization checks are no longer added for the source nodes of connect operations, when the operation started with a create. The connect operation is likely required to complete before the authorization rules will be satisfied.

## 4.1.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.1.0",
"version": "4.1.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.1.1

### Patch Changes

- Updated dependencies [[`6d434108f`](https://github.com/neo4j/graphql/commit/6d434108ff2b88f265945586d8958aa6a40ce771)]:
- @neo4j/graphql@4.1.1

## 4.1.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.1.0",
"version": "4.1.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.1.0",
"@neo4j/graphql": "^4.1.1",
"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 @@ -3467,7 +3467,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.0
"@neo4j/graphql": ^4.1.1
"@types/jest": 29.5.4
"@types/node": 18.15.1
camelcase: 6.3.0
Expand Down Expand Up @@ -3502,7 +3502,7 @@ __metadata:
"@graphiql/react": 0.19.3
"@neo4j-ndl/base": 1.10.3
"@neo4j-ndl/react": 1.10.7
"@neo4j/graphql": 4.1.0
"@neo4j/graphql": 4.1.1
"@neo4j/introspector": 2.0.0
"@playwright/test": 1.37.1
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -3559,7 +3559,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/graphql@4.1.0, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.1.0, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/graphql@4.1.1, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.1.1, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -8645,7 +8645,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 1.2.2
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^10.0.0
"@neo4j/graphql": ^4.1.0
"@neo4j/graphql": ^4.1.1
fork-ts-checker-webpack-plugin: 8.0.0
graphql: 16.8.0
graphql-tag: ^2.12.6
Expand Down Expand Up @@ -18675,7 +18675,7 @@ __metadata:
resolution: "migration@workspace:examples/migration"
dependencies:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^4.1.0
"@neo4j/graphql": ^4.1.1
graphql: 16.8.0
neo4j-driver: 5.12.0
languageName: unknown
Expand Down

0 comments on commit f725a70

Please sign in to comment.