Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 10, 2021
1 parent 209aeab commit 8fe1dca
Show file tree
Hide file tree
Showing 24 changed files with 129 additions and 73 deletions.
12 changes: 0 additions & 12 deletions .changeset/proud-rabbits-design.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/express": "workspace:^0.1.0",
"@graphql-ez/express": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"express": "^4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.1.0",
"@graphql-ez/fastify": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.17.0",
"graphql": "15.4.0-experimental-stream-defer.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/hapi": "workspace:^0.1.0",
"@graphql-ez/hapi": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"@hapi/hapi": "^20.1.3",
"graphql": "15.4.0-experimental-stream-defer.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/http": "workspace:^0.1.0",
"@graphql-ez/http": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/koa": "workspace:^0.1.0",
"@graphql-ez/koa": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"@koa/router": "^10.0.0",
"koa": "^2.13.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@graphql-ez/nextjs": "workspace:^0.1.0",
"@graphql-ez/nextjs": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"graphql-request": "^3.4.0",
"next": "^10.2.3",
Expand Down
14 changes: 14 additions & 0 deletions internal/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @graphql-ez/testing

## 1.0.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
- @graphql-ez/express@0.1.1
- @graphql-ez/fastify@0.1.1
- @graphql-ez/hapi@0.1.1
- @graphql-ez/http@0.1.1
- @graphql-ez/koa@0.1.1
- @graphql-ez/nextjs@0.1.1
16 changes: 8 additions & 8 deletions internal/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/testing",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"author": "PabloSz <pablosaez1995@gmail.com>",
Expand All @@ -18,13 +18,13 @@
"prepare": "bob-esbuild build"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/express": "workspace:^0.1.0",
"@graphql-ez/fastify": "workspace:^0.1.0",
"@graphql-ez/hapi": "workspace:^0.1.0",
"@graphql-ez/http": "workspace:^0.1.0",
"@graphql-ez/koa": "workspace:^0.1.0",
"@graphql-ez/nextjs": "workspace:^0.1.0",
"@graphql-ez/core": "workspace:^0.1.3",
"@graphql-ez/express": "workspace:^0.1.1",
"@graphql-ez/fastify": "workspace:^0.1.1",
"@graphql-ez/hapi": "workspace:^0.1.1",
"@graphql-ez/http": "workspace:^0.1.1",
"@graphql-ez/koa": "workspace:^0.1.1",
"@graphql-ez/nextjs": "workspace:^0.1.1",
"@graphql-tools/utils": "^7.10.0",
"@graphql-typed-document-node/core": "^3.1.0",
"@hapi/hapi": "^20.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-ez/core

## 0.1.3

### Patch Changes

- 7df922d: separate integrations in their own packages

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/core",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -61,7 +61,7 @@
"ws": "^7.4.6"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@types/concurrently": "6.2.0",
"@types/graphql-upload": "8.0.5",
"@types/jest": "26.0.23",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/express

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/express",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,15 +26,15 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/core": "workspace:^0.1.3",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.10",
"altair-express-middleware": "^4.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@types/eventsource": "1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/fastify

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/fastify",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,12 +26,12 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/core": "workspace:^0.1.3",
"altair-fastify-plugin": "^4.0.6",
"fastify-cors": "^6.0.1"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@types/eventsource": "1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/hapi

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/hapi",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,10 +26,10 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2"
"@graphql-ez/core": "workspace:^0.1.3"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@types/eventsource": "1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/http

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/http",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,12 +26,12 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/core": "workspace:^0.1.3",
"altair-static": "^4.0.6",
"graphql-helix": "^1.6.1"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@types/eventsource": "1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/koa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/koa

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/koa",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,12 +26,12 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/core": "workspace:^0.1.3",
"@koa/cors": "^3.1.0",
"@types/koa__cors": "^3.0.2"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@koa/router": "10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @graphql-ez/nextjs

## 0.1.1
### Patch Changes

- 7df922d: separate integrations in their own packages
- Updated dependencies [7df922d]
- @graphql-ez/core@0.1.3
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/nextjs",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand All @@ -26,13 +26,13 @@
},
"dependencies": {
"@envelop/types": "^0.1.4",
"@graphql-ez/core": "workspace:^0.1.2",
"@graphql-ez/core": "workspace:^0.1.3",
"altair-static": "^4.0.6",
"graphql-helix": "^1.6.1",
"mime-types": "^2.1.31"
},
"devDependencies": {
"@graphql-ez/testing": "workspace:^1.0.0",
"@graphql-ez/testing": "workspace:^1.0.1",
"@graphql-tools/schema": "^7.1.5",
"@graphql-typed-document-node/core": "3.1.0",
"@types/jest": "26.0.23",
Expand Down
Loading

0 comments on commit 8fe1dca

Please sign in to comment.