Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: release voyager server
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 4, 2020
1 parent df8f1c7 commit e6df962
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 17 deletions.
12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voyager-example",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@aerogear/voyager-conflicts": "^0.8.0",
"@aerogear/voyager-keycloak": "^0.8.0",
"@aerogear/voyager-server": "^0.8.0",
"@aerogear/voyager-subscriptions": "^0.8.0",
"@aerogear/voyager-tools": "^0.8.0",
"@aerogear/voyager-conflicts": "0.9.0",
"@aerogear/voyager-keycloak": "0.9.0",
"@aerogear/voyager-server": "0.9.0",
"@aerogear/voyager-subscriptions": "0.9.0",
"@aerogear/voyager-tools": "0.9.0",
"axios": "^0.19.0",
"express": "^4.17.1",
"graphql": "14.5.8",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"examples",
"packages/*"
],
"version": "0.8.0"
"version": "0.9.0"
}
6 changes: 6 additions & 0 deletions packages/voyager-conflicts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
Provides server side conflict detection mechanisms for building offline enabled applications.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).

> NOTE: Voyager Server is now part of the Graphback tooling.
Please check https://graphback.dev for more information

To learn about how to use Voyager-Server in real application please check:
https://github.com/aerogear/datasync-starter
2 changes: 1 addition & 1 deletion packages/voyager-conflicts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-conflicts",
"version": "0.8.0",
"version": "0.9.0",
"description": "A package to provide conflict handler framework for GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/voyager-keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
Adds Authentication and Authorization to Voyager Server using [keycloak](https://www.keycloak.org/index.html).

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).

> NOTE: Voyager Server is now part of the Graphback tooling.
Please check https://graphback.dev for more information

To learn about how to use Voyager-Server in real application please check:
https://github.com/aerogear/datasync-starter
2 changes: 1 addition & 1 deletion packages/voyager-keycloak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-keycloak",
"version": "0.8.0",
"version": "0.9.0",
"description": "Adds Keycloak authentication and authorization to Voyager Server",
"author": "AeroGear Team<[email protected]>",
"homepage": "http://aerogear.org",
Expand Down
10 changes: 9 additions & 1 deletion packages/voyager-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@

The core Voyager Server module.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL.
[Read the Docs Here](https://github.com/aerogear/voyager-server).


> NOTE: Voyager Server is now part of the Graphback tooling.
Please check https://graphback.dev for more information

To learn about how to use Voyager-Server in real application please check:
https://github.com/aerogear/datasync-starter
8 changes: 4 additions & 4 deletions packages/voyager-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-server",
"version": "0.8.0",
"version": "0.9.0",
"description": "The core Voyager Server library.",
"author": "AeroGear Team<[email protected]>",
"homepage": "http://aerogear.org",
Expand All @@ -21,9 +21,9 @@
"test": "ava -v"
},
"dependencies": {
"@aerogear/voyager-conflicts": "^0.8.0",
"@aerogear/voyager-keycloak": "^0.8.0",
"@aerogear/voyager-tools": "^0.8.0",
"@aerogear/voyager-conflicts": "0.9.0",
"@aerogear/voyager-keycloak": "0.9.0",
"@aerogear/voyager-tools": "0.9.0",
"apollo-server": "2.10.0",
"apollo-server-express": "2.10.0",
"graphql-tools": "4.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-subscriptions",
"version": "0.8.0",
"version": "0.9.0",
"description": "Helper for building a GraphQL SubscriptionServer with additional capabilities and integrations",
"author": "AeroGear Team<[email protected]>",
"homepage": "http://aerogear.org",
Expand All @@ -18,7 +18,7 @@
"compile:clean": "tsc --build tsconfig.json --clean"
},
"dependencies": {
"@aerogear/voyager-keycloak": "^0.8.0",
"@aerogear/voyager-keycloak": "0.9.0",
"@types/ws": "7.2.5",
"subscriptions-transport-ws": "0.9.16",
"ws": "7.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/voyager-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
Tooling library used across Voyager Server modules.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).

> NOTE: Voyager Server is now part of the Graphback tooling.
Please check https://graphback.dev for more information

To learn about how to use Voyager-Server in real application please check:
https://github.com/aerogear/datasync-starter
2 changes: 1 addition & 1 deletion packages/voyager-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-tools",
"version": "0.8.0",
"version": "0.9.0",
"description": "Tooling library used across Voyager Server modules.",
"author": "AeroGear Team<[email protected]>",
"homepage": "http://aerogear.org",
Expand Down

0 comments on commit e6df962

Please sign in to comment.