Skip to content

Commit

Permalink
v4.4.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Mar 22, 2019
1 parent a5abf2d commit 306defc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": [
"packages/*"
],
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"command": {
"publish": {
"allowBranch": [
Expand Down
4 changes: 2 additions & 2 deletions packages/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build-pg",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"chalk": "^2.1.0",
"debug": ">=2 <3",
"graphile-build": "4.4.0-beta.6",
"graphile-build": "4.4.0-beta.7",
"graphql-iso-date": "^3.6.0",
"jsonwebtoken": "^8.1.1",
"lodash": ">=4 <5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphile-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Build a GraphQL schema from plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-utils",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Utilities to help with building graphile-build plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"eslint_d": "^5.3.1",
"graphile-build": "4.4.0-beta.6",
"graphile-build-pg": "4.4.0-beta.6",
"graphile-build": "4.4.0-beta.7",
"graphile-build-pg": "4.4.0-beta.7",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"ts-node": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphile/lds",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Logical decoding server for PostgreSQL, monitors for new/edited/deleted rows and announces them to interested clients.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphile/pg-pubsub",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postgraphile-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile-core",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "",
"main": "node8plus/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@types/graphql": "^14.0.3",
"graphile-build": "4.4.0-beta.6",
"graphile-build-pg": "4.4.0-beta.6"
"graphile-build": "4.4.0-beta.7",
"graphile-build-pg": "4.4.0-beta.7"
},
"devDependencies": {
"@types/node": "^10.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/subscriptions-lds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphile/subscriptions-lds",
"version": "4.4.0-beta.6",
"version": "4.4.0-beta.7",
"description": "Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/subscriptions-lds#readme",
"dependencies": {
"@graphile/lds": "4.4.0-beta.6",
"@graphile/lds": "4.4.0-beta.7",
"@types/ws": "^6.0.1",
"ws": "^6.1.3"
},
Expand Down

0 comments on commit 306defc

Please sign in to comment.