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 Aug 10, 2022
1 parent 3f031b0 commit 3ace18d
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-mails-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-seas-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-fishes-teach.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/graphql-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @neo4j/graphql-toolbox

## 1.1.1

### Patch Changes

- Updated dependencies [[`037856af`](https://github.com/neo4j/graphql/commit/037856afc74e9739707cb5a92cb830edc24a43b1), [`07d2b61e`](https://github.com/neo4j/graphql/commit/07d2b61e35820def7c399b110a7bc99217f76e60), [`d7870c31`](https://github.com/neo4j/graphql/commit/d7870c31faaa1e211236fac4e50714937f07ce22)]:
- @neo4j/graphql@3.6.3
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": "1.1.0",
"version": "1.1.1",
"description": "Developer UI For Neo4j GraphQL",
"exports": "./dist/main.js",
"main": "./dist/main.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@neo4j-ndl/base": "^0.6.0",
"@neo4j-ndl/react": "^0.6.0",
"@neo4j/graphql": "3.6.2",
"@neo4j/graphql": "3.6.3",
"@neo4j/introspector": "^1.0.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^1.2.17",
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

## 3.6.3

### Patch Changes

- [#1842](https://github.com/neo4j/graphql/pull/1842) [`037856af`](https://github.com/neo4j/graphql/commit/037856afc74e9739707cb5a92cb830edc24a43b1) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix bug where callback fields were not included in the onCreate input type.

* [#1837](https://github.com/neo4j/graphql/pull/1837) [`07d2b61e`](https://github.com/neo4j/graphql/commit/07d2b61e35820def7c399b110a7bc99217f76e60) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix nested filters on aggregations

- [#1854](https://github.com/neo4j/graphql/pull/1854) [`d7870c31`](https://github.com/neo4j/graphql/commit/d7870c31faaa1e211236fac4e50714937f07ce22) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Remove instances of `apoc.meta.type`, to reduce our Apoc footprint in the GraphQL Library.

## 3.6.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": "3.6.2",
"version": "3.6.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

## 3.6.3

### Patch Changes

- Updated dependencies [[`037856af`](https://github.com/neo4j/graphql/commit/037856afc74e9739707cb5a92cb830edc24a43b1), [`07d2b61e`](https://github.com/neo4j/graphql/commit/07d2b61e35820def7c399b110a7bc99217f76e60), [`d7870c31`](https://github.com/neo4j/graphql/commit/d7870c31faaa1e211236fac4e50714937f07ce22)]:
- @neo4j/graphql@3.6.3

## 3.6.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": "3.6.2",
"version": "3.6.3",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-tools/merge": "^8.2.1",
"@neo4j/graphql": "^3.6.2",
"@neo4j/graphql": "^3.6.3",
"prettier": "^2.5.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@neo4j/graphql": "^3.6.2",
"@neo4j/graphql": "^3.6.3",
"@types/amqplib": "0.8.2",
"@types/debug": "4.1.7",
"@types/jest": "28.1.6",
Expand All @@ -55,6 +55,6 @@
"amqplib": "^0.10.0"
},
"peerDependencies": {
"@neo4j/graphql": "^3.6.2"
"@neo4j/graphql": "^3.6.3"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^2.3.2
"@graphql-codegen/typescript": ^2.4.2
"@graphql-tools/merge": ^8.2.1
"@neo4j/graphql": ^3.6.2
"@neo4j/graphql": ^3.6.3
"@neo4j/graphql-plugin-auth": ^1.0.0
"@types/jest": 28.1.6
"@types/node": 16.11.47
Expand Down Expand Up @@ -2486,7 +2486,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@neo4j/graphql-plugin-subscriptions-amqp@workspace:packages/plugins/graphql-plugin-subscriptions-amqp"
dependencies:
"@neo4j/graphql": ^3.6.2
"@neo4j/graphql": ^3.6.3
"@types/amqplib": 0.8.2
"@types/debug": 4.1.7
"@types/jest": 28.1.6
Expand All @@ -2505,7 +2505,7 @@ __metadata:
typescript: 4.7.4
ws: 8.8.1
peerDependencies:
"@neo4j/graphql": ^3.6.2
"@neo4j/graphql": ^3.6.3
languageName: unknown
linkType: soft

Expand All @@ -2515,7 +2515,7 @@ __metadata:
dependencies:
"@neo4j-ndl/base": ^0.6.0
"@neo4j-ndl/react": ^0.6.0
"@neo4j/graphql": 3.6.2
"@neo4j/graphql": 3.6.3
"@neo4j/introspector": ^1.0.1
"@playwright/test": 1.24.2
"@tsconfig/create-react-app": 1.0.2
Expand Down Expand Up @@ -2575,7 +2575,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/[email protected].2, @neo4j/graphql@^3.5.0, @neo4j/graphql@^3.6.2, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/[email protected].3, @neo4j/graphql@^3.5.0, @neo4j/graphql@^3.6.3, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down

0 comments on commit 3ace18d

Please sign in to comment.