Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#60)
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 25, 2021
1 parent 3c3d047 commit 74f2b94
Show file tree
Hide file tree
Showing 37 changed files with 182 additions and 108 deletions.
14 changes: 0 additions & 14 deletions .changeset/silly-plums-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-kiwis-hear.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tiny-carpets-vanish.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/express/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/express": "workspace:^0.2.0",
"@graphql-ez/express": "workspace:^0.2.1",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "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
6 changes: 3 additions & 3 deletions examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.2.0",
"@graphql-ez/fastify": "workspace:^0.2.1",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.1",
"@types/graphql-upload": "^8.0.5",
"fastify": "^3.18.0",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/hapi/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/hapi": "workspace:^0.2.0",
"@graphql-ez/hapi": "workspace:^0.2.1",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"@hapi/hapi": "^20.1.4",
"graphql": "15.4.0-experimental-stream-defer.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/http/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/http": "workspace:^0.2.0",
"@graphql-ez/http": "workspace:^0.2.1",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"graphql": "15.4.0-experimental-stream-defer.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/koa/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@graphql-ez/koa": "workspace:^0.2.1",
"@graphql-ez/koa": "workspace:^0.2.2",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.0",
"@graphql-ez/plugin-websockets": "workspace:^0.1.1",
"@graphql-typed-document-node/core": "^3.1.0",
"@koa/router": "^10.0.0",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "next start"
},
"dependencies": {
"@graphql-ez/nextjs": "workspace:^0.2.0",
"@graphql-ez/nextjs": "workspace:^0.2.1",
"@graphql-ez/plugin-altair": "workspace:^0.1.0",
"@graphql-ez/plugin-codegen": "workspace:^0.1.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.0",
"@graphql-ez/plugin-modules": "workspace:^0.1.1",
"@graphql-ez/plugin-scalars": "workspace:^0.1.0",
"@graphql-ez/plugin-upload": "workspace:^0.1.0",
"@graphql-typed-document-node/core": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-ez/core

## 0.2.2

### Patch Changes

- 0d71f33: re-export Envelop from core
- 3c3d047: add HelixContext types
- Updated dependencies [0d71f33]
- Updated dependencies [9a7038b]
- @graphql-ez/core-types@0.2.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/core",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@envelop/core": "^0.3.1",
"@envelop/parser-cache": "^0.2.0",
"@envelop/validation-cache": "^0.2.0",
"@graphql-ez/core-types": "workspace:^0.2.1",
"@graphql-ez/core-types": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/schema": "^7.1.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-ez/core-types

## 0.2.2

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/core-types",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "bob-esbuild build"
},
"dependencies": {
"@graphql-ez/core-types": "workspace:^0.2.1"
"@graphql-ez/core-types": "workspace:^0.2.2"
},
"devDependencies": {
"bob-esbuild-cli": "^0.1.27",
Expand Down
11 changes: 11 additions & 0 deletions packages/express/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @graphql-ez/express

## 0.2.1

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- @graphql-ez/core@0.2.2

## 0.2.0

### Minor Changes

- 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples
Expand Down
4 changes: 2 additions & 2 deletions packages/express/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/express",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.2.1",
"@graphql-ez/core": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.10",
Expand Down
13 changes: 13 additions & 0 deletions packages/fastify/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# @graphql-ez/fastify

## 0.2.1

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- Updated dependencies [9a7038b]
- @graphql-ez/core@0.2.2
- @graphql-ez/core-types@0.2.2

## 0.2.0

### Minor Changes

- 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/fastify",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.2.1",
"@graphql-ez/core-types": "workspace:^0.2.1",
"@graphql-ez/core": "workspace:^0.2.2",
"@graphql-ez/core-types": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0",
"fastify-cors": "^6.0.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/hapi/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @graphql-ez/hapi

## 0.2.1

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- @graphql-ez/core@0.2.2

## 0.2.0

### Minor Changes

- 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples
Expand Down
4 changes: 2 additions & 2 deletions packages/hapi/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/hapi",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.2.1",
"@graphql-ez/core": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/http/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @graphql-ez/http

## 0.2.1

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- @graphql-ez/core@0.2.2

## 0.2.0

### Minor Changes

- 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples
Expand Down
4 changes: 2 additions & 2 deletions packages/http/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/http",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.2.1",
"@graphql-ez/core": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/koa/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-ez/koa

## 0.2.2

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- @graphql-ez/core@0.2.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/koa/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/koa",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-ez/core": "workspace:^0.2.1",
"@graphql-ez/core": "workspace:^0.2.2",
"@graphql-ez/core-utils": "workspace:^0.2.0",
"@koa/cors": "^3.1.0",
"@types/koa-bodyparser": "^4.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @graphql-ez/nextjs

## 0.2.1

### Patch Changes

- 0d71f33: re-export Envelop from core
- 9a7038b: improve "onAppRegister"
- Updated dependencies [0d71f33]
- Updated dependencies [3c3d047]
- @graphql-ez/core@0.2.2

## 0.2.0

### Minor Changes

- 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples
Expand Down
Loading

0 comments on commit 74f2b94

Please sign in to comment.