Skip to content

Commit 9aacc63

Browse files
Version Packages (beta)
1 parent e9bf1e6 commit 9aacc63

File tree

12 files changed

+48
-20
lines changed

12 files changed

+48
-20
lines changed

.changeset/pre.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,16 @@
4141
"orange-kings-turn",
4242
"poor-fans-smile",
4343
"quick-insects-turn",
44+
"rotten-avocados-knock",
4445
"shy-moles-invite",
4546
"smart-vans-greet",
4647
"sour-dolls-crash",
4748
"sour-pugs-drive",
4849
"spotty-snakes-fry",
50+
"twelve-forks-kneel",
4951
"weak-planes-punch",
5052
"wicked-ties-burn",
5153
"witty-penguins-collect",
52-
"witty-rabbits-prove",
53-
"young-ligers-poke"
54+
"witty-rabbits-prove"
5455
]
5556
}

examples/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@apollo/server": "^4.7.0",
10-
"@neo4j/graphql": "^4.0.0-beta.1",
10+
"@neo4j/graphql": "^4.0.0-beta.2",
1111
"graphql": "16.7.1",
1212
"neo4j-driver": "5.11.0"
1313
}

packages/apollo-federation-subgraph-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@apollo/server": "^4.7.0",
1212
"@graphql-tools/wrap": "^10.0.0",
13-
"@neo4j/graphql": "^4.0.0-beta.1",
13+
"@neo4j/graphql": "^4.0.0-beta.2",
1414
"graphql": "16.7.1",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql-toolbox/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @neo4j/graphql-toolbox
22

3+
## 2.0.5-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`85b3c06e8`](https://github.com/neo4j/graphql/commit/85b3c06e800699f30daedc796286c37cd318746c), [`e9bf1e619`](https://github.com/neo4j/graphql/commit/e9bf1e619ee71ead228530a9d46834a655686c6d)]:
8+
- @neo4j/introspector@2.0.0-beta.1
9+
- @neo4j/graphql@4.0.0-beta.2
10+
311
## 2.0.5-beta.1
412

513
### Patch Changes

packages/graphql-toolbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neo4j/graphql-toolbox",
33
"private": true,
4-
"version": "2.0.5-beta.1",
4+
"version": "2.0.5-beta.2",
55
"description": "Developer UI For Neo4j GraphQL",
66
"exports": "./dist/main.js",
77
"main": "./dist/main.js",
@@ -52,8 +52,8 @@
5252
"@graphiql/react": "0.19.3",
5353
"@neo4j-ndl/base": "1.10.1",
5454
"@neo4j-ndl/react": "1.10.2",
55-
"@neo4j/graphql": "4.0.0-beta.1",
56-
"@neo4j/introspector": "2.0.0-beta.0",
55+
"@neo4j/graphql": "4.0.0-beta.2",
56+
"@neo4j/introspector": "2.0.0-beta.1",
5757
"classnames": "2.3.2",
5858
"cm6-graphql": "0.0.9",
5959
"codemirror": "6.0.1",

packages/graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neo4j/graphql
22

3+
## 4.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#3758](https://github.com/neo4j/graphql/pull/3758) [`e9bf1e619`](https://github.com/neo4j/graphql/commit/e9bf1e619ee71ead228530a9d46834a655686c6d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - `cypherParams` added to the `Neo4jGraphQLContext` type, and the fields within it can be referred to directly.
8+
39
## 4.0.0-beta.1
410

511
### Patch Changes

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0-beta.2",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

packages/introspector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neo4j/introspector
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3743](https://github.com/neo4j/graphql/pull/3743) [`85b3c06e8`](https://github.com/neo4j/graphql/commit/85b3c06e800699f30daedc796286c37cd318746c) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Introspector now produces `@mutation` directive instead on `@exclude` when readonly
8+
39
## 2.0.0-beta.0
410

511
### Major Changes

packages/introspector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/introspector",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Introspect a Neo4j database model/schema",
55
"keywords": [
66
"neo4j",
@@ -36,7 +36,7 @@
3636
},
3737
"author": "Neo4j Inc.",
3838
"devDependencies": {
39-
"@neo4j/graphql": "^4.0.0-beta.0",
39+
"@neo4j/graphql": "^4.0.0-beta.2",
4040
"@types/jest": "29.5.3",
4141
"@types/node": "18.15.1",
4242
"@types/pluralize": "0.0.30",

packages/ogm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-ogm
22

3+
## 4.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e9bf1e619`](https://github.com/neo4j/graphql/commit/e9bf1e619ee71ead228530a9d46834a655686c6d)]:
8+
- @neo4j/graphql@4.0.0-beta.2
9+
310
## 4.0.0-beta.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)