Skip to content

Commit ad51cad

Browse files
Version Packages (beta)
1 parent 1be914b commit ad51cad

File tree

21 files changed

+142
-42
lines changed

21 files changed

+142
-42
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@
1818
"@neo4j/graphql-plugin-auth": "1.1.1",
1919
"@neo4j/graphql-plugin-subscriptions-amqp": "1.0.0"
2020
},
21-
"changesets": []
21+
"changesets": [
22+
"dry-doors-beg",
23+
"loud-comics-try",
24+
"orange-bats-add",
25+
"sour-dolls-crash",
26+
"sour-pugs-drive"
27+
]
2228
}

examples/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node src/index.js"
77
},
88
"dependencies": {
9-
"@neo4j/graphql": "^3.16.0",
9+
"@neo4j/graphql": "^4.0.0-beta.0",
1010
"apollo-server": "3.11.1",
1111
"graphql": "16.6.0",
1212
"neo4j-driver": "5.5.0"

examples/neo-place/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# neo-place
22

3+
## 0.1.3-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5)]:
8+
- @neo4j/graphql@4.0.0-beta.0
9+
- @neo4j/graphql-plugin-subscriptions-amqp@3.0.0-beta.0
10+
311
## 0.1.2
412

513
### Patch Changes

examples/neo-place/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neo-place",
3-
"version": "0.1.2",
3+
"version": "0.1.3-beta.0",
44
"private": true,
55
"description": "Subscriptions example",
66
"engines": {
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/neo4j/graphql#readme",
3737
"dependencies": {
38-
"@neo4j/graphql": "^3.15.0",
38+
"@neo4j/graphql": "^4.0.0-beta.0",
3939
"@neo4j/graphql-plugin-auth": "^2.1.0",
40-
"@neo4j/graphql-plugin-subscriptions-amqp": "^2.0.0",
40+
"@neo4j/graphql-plugin-subscriptions-amqp": "^3.0.0-beta.0",
4141
"apollo-server-core": "^3.11.1",
4242
"apollo-server-express": "^3.11.1",
4343
"dotenv": "^16.0.3",

examples/neo-push/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# neo-push-server
22

3+
## 1.0.2-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5)]:
8+
- @neo4j/graphql@4.0.0-beta.0
9+
- @neo4j/graphql-ogm@4.0.0-beta.0
10+
311
## 1.0.1
412

513
### Patch Changes

examples/neo-push/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neo-push-server",
3-
"version": "1.0.1",
3+
"version": "1.0.2-beta.0",
44
"private": true,
55
"description": "",
66
"main": "./dist/src/index.js",
@@ -13,8 +13,8 @@
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16-
"@neo4j/graphql": "^3.5.0",
17-
"@neo4j/graphql-ogm": "^3.5.0",
16+
"@neo4j/graphql": "^4.0.0-beta.0",
17+
"@neo4j/graphql-ogm": "^4.0.0-beta.0",
1818
"@neo4j/graphql-plugin-auth": "^2.0.0",
1919
"apollo-server-express": "3.11.1",
2020
"bcrypt": "5.1.0",

examples/subscriptions/apollo_rabbitmq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# apollo-suscriptions-server
22

3+
## 1.0.2-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5)]:
8+
- @neo4j/graphql@4.0.0-beta.0
9+
- @neo4j/graphql-plugin-subscriptions-amqp@3.0.0-beta.0
10+
311
## 1.0.1
412

513
### Patch Changes

examples/subscriptions/apollo_rabbitmq/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-suscriptions-server",
3-
"version": "1.0.1",
3+
"version": "1.0.2-beta.0",
44
"description": "",
55
"main": "server.js",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@neo4j/graphql": "^3.15.0",
14-
"@neo4j/graphql-plugin-subscriptions-amqp": "^2.0.0",
13+
"@neo4j/graphql": "^4.0.0-beta.0",
14+
"@neo4j/graphql-plugin-subscriptions-amqp": "^3.0.0-beta.0",
1515
"amqplib": "^0.10.3",
1616
"apollo-server-core": "^3.6.7",
1717
"apollo-server-express": "^3.6.7",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yoga-subscriptions-server
2+
3+
## 1.0.1-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5)]:
8+
- @neo4j/graphql@4.0.0-beta.0

examples/subscriptions/yoga_sse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-subscriptions-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1-beta.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@neo4j/graphql": "^3.13.0",
12+
"@neo4j/graphql": "^4.0.0-beta.0",
1313
"graphql": "^16.6.0",
1414
"graphql-yoga": "^3.1.1",
1515
"neo4j-driver": "^5.4.0"

0 commit comments

Comments
 (0)