Skip to content

Commit 960ea00

Browse files
Version Packages (beta)
1 parent 3edb9a3 commit 960ea00

File tree

24 files changed

+180
-49
lines changed

24 files changed

+180
-49
lines changed

.changeset/pre.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@
1616
"@neo4j/graphql-ogm": "3.14.1",
1717
"@neo4j/package-tests": "1.0.0",
1818
"@neo4j/graphql-plugin-auth": "1.1.1",
19-
"@neo4j/graphql-plugin-subscriptions-amqp": "1.0.0"
19+
"@neo4j/graphql-plugin-subscriptions-amqp": "1.0.0",
20+
"apollo-federation-subgraph-compatibility": "1.0.0"
2021
},
21-
"changesets": []
22+
"changesets": [
23+
"clean-wasps-brake",
24+
"curly-scissors-help",
25+
"dry-doors-beg",
26+
"loud-comics-try",
27+
"old-pigs-float",
28+
"orange-bats-add",
29+
"quick-insects-turn",
30+
"sour-dolls-crash",
31+
"sour-pugs-drive",
32+
"tiny-ways-carry",
33+
"tricky-plants-speak",
34+
"witty-penguins-collect"
35+
]
2236
}

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.17.1",
9+
"@neo4j/graphql": "^4.0.0-beta.0",
1010
"apollo-server": "3.12.0",
1111
"graphql": "16.6.0",
1212
"neo4j-driver": "5.6.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 [[`c9ee9e757`](https://github.com/neo4j/graphql/commit/c9ee9e757427f512950ec58aad7e30923b297a05), [`4a78e7a8d`](https://github.com/neo4j/graphql/commit/4a78e7a8d70d3ff1ebaff8ba63ce1f9e5849d8e6), [`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`7743399d3`](https://github.com/neo4j/graphql/commit/7743399d320b26126bb6e83bcd498c1c78517a83), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`8f0656b35`](https://github.com/neo4j/graphql/commit/8f0656b35b86a1d4966dea8cdb2a8ee5a3505dd6), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5), [`03141c81e`](https://github.com/neo4j/graphql/commit/03141c81e38e85bc6499231ae90a19e3fbdb17c3), [`9f3a9374e`](https://github.com/neo4j/graphql/commit/9f3a9374e5272577f2453cd3704c6924526f8b45)]:
8+
9+
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 [[`c9ee9e757`](https://github.com/neo4j/graphql/commit/c9ee9e757427f512950ec58aad7e30923b297a05), [`4a78e7a8d`](https://github.com/neo4j/graphql/commit/4a78e7a8d70d3ff1ebaff8ba63ce1f9e5849d8e6), [`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`7743399d3`](https://github.com/neo4j/graphql/commit/7743399d320b26126bb6e83bcd498c1c78517a83), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`8f0656b35`](https://github.com/neo4j/graphql/commit/8f0656b35b86a1d4966dea8cdb2a8ee5a3505dd6), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5), [`03141c81e`](https://github.com/neo4j/graphql/commit/03141c81e38e85bc6499231ae90a19e3fbdb17c3), [`9f3a9374e`](https://github.com/neo4j/graphql/commit/9f3a9374e5272577f2453cd3704c6924526f8b45)]:
8+
9+
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.12.0",
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 [[`c9ee9e757`](https://github.com/neo4j/graphql/commit/c9ee9e757427f512950ec58aad7e30923b297a05), [`4a78e7a8d`](https://github.com/neo4j/graphql/commit/4a78e7a8d70d3ff1ebaff8ba63ce1f9e5849d8e6), [`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`7743399d3`](https://github.com/neo4j/graphql/commit/7743399d320b26126bb6e83bcd498c1c78517a83), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`8f0656b35`](https://github.com/neo4j/graphql/commit/8f0656b35b86a1d4966dea8cdb2a8ee5a3505dd6), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5), [`03141c81e`](https://github.com/neo4j/graphql/commit/03141c81e38e85bc6499231ae90a19e3fbdb17c3), [`9f3a9374e`](https://github.com/neo4j/graphql/commit/9f3a9374e5272577f2453cd3704c6924526f8b45)]:
8+
9+
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 [[`c9ee9e757`](https://github.com/neo4j/graphql/commit/c9ee9e757427f512950ec58aad7e30923b297a05), [`4a78e7a8d`](https://github.com/neo4j/graphql/commit/4a78e7a8d70d3ff1ebaff8ba63ce1f9e5849d8e6), [`8d3aff007`](https://github.com/neo4j/graphql/commit/8d3aff007c0d5428313cef23602e9a4ef5ef3792), [`93b9d806b`](https://github.com/neo4j/graphql/commit/93b9d806b12c79dae7491b901378acf9d43f1c06), [`7743399d3`](https://github.com/neo4j/graphql/commit/7743399d320b26126bb6e83bcd498c1c78517a83), [`e5b53a597`](https://github.com/neo4j/graphql/commit/e5b53a5976a2880e0efdecddcddcfb427015c823), [`8f0656b35`](https://github.com/neo4j/graphql/commit/8f0656b35b86a1d4966dea8cdb2a8ee5a3505dd6), [`2ab3d5212`](https://github.com/neo4j/graphql/commit/2ab3d521277d66afd7acaea00aa56d44f10480bd), [`257aa4c97`](https://github.com/neo4j/graphql/commit/257aa4c97a0d367063725dff703fdd30f0f8ecb5), [`03141c81e`](https://github.com/neo4j/graphql/commit/03141c81e38e85bc6499231ae90a19e3fbdb17c3), [`9f3a9374e`](https://github.com/neo4j/graphql/commit/9f3a9374e5272577f2453cd3704c6924526f8b45)]:
8+

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)