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 18, 2022
1 parent 340f798 commit 0cb7afd
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-mails-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-rings-tie.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/gorgeous-buckets-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-cycles-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-penguins-sin.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.

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

## 1.2.0

### Minor Changes

- [#1873](https://github.com/neo4j/graphql/pull/1873) [`01ca3450`](https://github.com/neo4j/graphql/commit/01ca3450c8cc84c5382640629eff133d70b9421a) Thanks [@tbwiss](https://github.com/tbwiss)! - feat: Toolbox restructure after UX feedback

- Prompt to introspect type definitions on connection
- Restructuring of the page
- Type definitions/query selector component moves to the top (forming a second "top bar")
- Introspect button to be inside type definitions
- Back to "Prettify" text in the button
- Beta tag, use a blue label
- Move the documentation sidebar to also be on the left, toggled by a slider in the Explorer
- Tweak the "Add new Query/Mutation" button in the Explorer

### Patch Changes

- [#1919](https://github.com/neo4j/graphql/pull/1919) [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef) Thanks [@tbwiss](https://github.com/tbwiss)! - fix: Support for Neo4j GraphQL Toolbox in Safari web browser

- Updated dependencies [[`037856af`](https://github.com/neo4j/graphql/commit/037856afc74e9739707cb5a92cb830edc24a43b1), [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef), [`7affa891`](https://github.com/neo4j/graphql/commit/7affa8912e16bf3ebf27bd5460eb5c671f9b672a), [`07109478`](https://github.com/neo4j/graphql/commit/07109478b0dbd7ca4cf99f31e720f09ea8ad77c2), [`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.2.0",
"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.2",
"@neo4j-ndl/react": "0.6.3",
"@neo4j/graphql": "3.6.2",
"@neo4j/graphql": "3.6.3",
"@neo4j/introspector": "^1.0.1",
"codemirror": "5.65.7",
"codemirror-graphql": "1.3.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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.

* [#1919](https://github.com/neo4j/graphql/pull/1919) [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef) Thanks [@tbwiss](https://github.com/tbwiss)! - fix: Support for Neo4j GraphQL Toolbox in Safari web browser

- [#1926](https://github.com/neo4j/graphql/pull/1926) [`7affa891`](https://github.com/neo4j/graphql/commit/7affa8912e16bf3ebf27bd5460eb5c671f9b672a) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove apoc.cypher.runFirstColumnSingle from point values projection

* [#1882](https://github.com/neo4j/graphql/pull/1882) [`07109478`](https://github.com/neo4j/graphql/commit/07109478b0dbd7ca4cf99f31e720f09ea8ad77c2) Thanks [@tbwiss](https://github.com/tbwiss)! - fix: Pass the cypherParams from the top-level context to the translate functions.

- [#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), [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef), [`7affa891`](https://github.com/neo4j/graphql/commit/7affa8912e16bf3ebf27bd5460eb5c671f9b672a), [`07109478`](https://github.com/neo4j/graphql/commit/07109478b0dbd7ca4cf99f31e720f09ea8ad77c2), [`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.4.2",
"@graphql-codegen/typescript": "2.6.0",
"@graphql-tools/merge": "8.3.3",
"@neo4j/graphql": "^3.6.2",
"@neo4j/graphql": "^3.6.3",
"prettier": "2.7.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.7",
Expand All @@ -55,6 +55,6 @@
"amqplib": "0.10.2"
},
"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 @@ -2444,7 +2444,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": 2.4.2
"@graphql-codegen/typescript": 2.6.0
"@graphql-tools/merge": 8.3.3
"@neo4j/graphql": ^3.6.2
"@neo4j/graphql": ^3.6.3
"@neo4j/graphql-plugin-auth": ^1.0.0
"@types/jest": 28.1.7
"@types/node": 16.11.49
Expand Down Expand Up @@ -2487,7 +2487,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.7
Expand All @@ -2506,7 +2506,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 @@ -2516,7 +2516,7 @@ __metadata:
dependencies:
"@neo4j-ndl/base": 0.6.2
"@neo4j-ndl/react": 0.6.3
"@neo4j/graphql": 3.6.2
"@neo4j/graphql": 3.6.3
"@neo4j/introspector": ^1.0.1
"@playwright/test": 1.25.0
"@tsconfig/create-react-app": 1.0.2
Expand Down Expand Up @@ -2576,7 +2576,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 0cb7afd

Please sign in to comment.