From 8fe1dca1ab9577c670a780bcfe1c01a039a9c023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:52:18 -0400 Subject: [PATCH] chore(release): update monorepo packages versions (#15) Co-authored-by: github-actions[bot] --- .changeset/proud-rabbits-design.md | 12 ------- examples/express/package.json | 2 +- examples/fastify/package.json | 2 +- examples/hapi/package.json | 2 +- examples/http/package.json | 2 +- examples/koa/package.json | 2 +- examples/nextjs/package.json | 2 +- internal/testing/CHANGELOG.md | 14 ++++++++ internal/testing/package.json | 16 ++++----- packages/core/CHANGELOG.md | 6 ++++ packages/core/package.json | 4 +-- packages/express/CHANGELOG.md | 8 +++++ packages/express/package.json | 6 ++-- packages/fastify/CHANGELOG.md | 8 +++++ packages/fastify/package.json | 6 ++-- packages/hapi/CHANGELOG.md | 8 +++++ packages/hapi/package.json | 6 ++-- packages/http/CHANGELOG.md | 8 +++++ packages/http/package.json | 6 ++-- packages/koa/CHANGELOG.md | 8 +++++ packages/koa/package.json | 6 ++-- packages/nextjs/CHANGELOG.md | 8 +++++ packages/nextjs/package.json | 6 ++-- pnpm-lock.yaml | 54 +++++++++++++++--------------- 24 files changed, 129 insertions(+), 73 deletions(-) delete mode 100644 .changeset/proud-rabbits-design.md create mode 100644 internal/testing/CHANGELOG.md create mode 100644 packages/express/CHANGELOG.md create mode 100644 packages/fastify/CHANGELOG.md create mode 100644 packages/hapi/CHANGELOG.md create mode 100644 packages/http/CHANGELOG.md create mode 100644 packages/koa/CHANGELOG.md create mode 100644 packages/nextjs/CHANGELOG.md diff --git a/.changeset/proud-rabbits-design.md b/.changeset/proud-rabbits-design.md deleted file mode 100644 index 16ba3dbd5..000000000 --- a/.changeset/proud-rabbits-design.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@graphql-ez/core': patch -'@graphql-ez/testing': patch -'@graphql-ez/express': patch -'@graphql-ez/fastify': patch -'@graphql-ez/hapi': patch -'@graphql-ez/http': patch -'@graphql-ez/koa': patch -'@graphql-ez/nextjs': patch ---- - -separate integrations in their own packages diff --git a/examples/express/package.json b/examples/express/package.json index 0a2422bf6..bfb339fad 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -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" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 4d48050c7..9fac2102c 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -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" diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 0e3e70c43..2278d7325 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -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" diff --git a/examples/http/package.json b/examples/http/package.json index 3f05a3d9d..a92c43cd8 100644 --- a/examples/http/package.json +++ b/examples/http/package.json @@ -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": { diff --git a/examples/koa/package.json b/examples/koa/package.json index 71eb917c8..ac661afc8 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -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", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index c5e9a5de1..ff8227fa6 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -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", diff --git a/internal/testing/CHANGELOG.md b/internal/testing/CHANGELOG.md new file mode 100644 index 000000000..65a8f4cd7 --- /dev/null +++ b/internal/testing/CHANGELOG.md @@ -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 diff --git a/internal/testing/package.json b/internal/testing/package.json index 8f7ae9aff..0c495dab9 100644 --- a/internal/testing/package.json +++ b/internal/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/testing", - "version": "1.0.0", + "version": "1.0.1", "private": true, "license": "MIT", "author": "PabloSz ", @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d97dd7df9..0693ebfb8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-ez/core +## 0.1.3 + +### Patch Changes + +- 7df922d: separate integrations in their own packages + ## 0.1.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 67a124378..f3bdb4c98 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md new file mode 100644 index 000000000..84af9020d --- /dev/null +++ b/packages/express/CHANGELOG.md @@ -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 diff --git a/packages/express/package.json b/packages/express/package.json index 7d503d200..ec6927727 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -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", @@ -26,7 +26,7 @@ }, "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", @@ -34,7 +34,7 @@ "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", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md new file mode 100644 index 000000000..323b40a53 --- /dev/null +++ b/packages/fastify/CHANGELOG.md @@ -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 diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 293560117..cef354760 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -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", @@ -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", diff --git a/packages/hapi/CHANGELOG.md b/packages/hapi/CHANGELOG.md new file mode 100644 index 000000000..888e3a4bd --- /dev/null +++ b/packages/hapi/CHANGELOG.md @@ -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 diff --git a/packages/hapi/package.json b/packages/hapi/package.json index e95a4c2ae..880de47a8 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -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", @@ -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", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md new file mode 100644 index 000000000..4b4f27f12 --- /dev/null +++ b/packages/http/CHANGELOG.md @@ -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 diff --git a/packages/http/package.json b/packages/http/package.json index 19d82b03a..9159e69d5 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -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", @@ -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", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md new file mode 100644 index 000000000..6945e8377 --- /dev/null +++ b/packages/koa/CHANGELOG.md @@ -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 diff --git a/packages/koa/package.json b/packages/koa/package.json index 7edb761c1..1aee035a6 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -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", @@ -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", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md new file mode 100644 index 000000000..96f34b3fc --- /dev/null +++ b/packages/nextjs/CHANGELOG.md @@ -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 diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index c1f55f43d..c28abb120 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -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", @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2331f32d1..f8822922c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: bob-esbuild: 0.1.26 bob-esbuild-cli: 0.1.26 concurrently: 6.2.0 - cross-env: ^7.0.3 + cross-env: 7.0.3 esbuild: ^0.12.8 husky: 6.0.0 prettier: 2.3.1 @@ -30,7 +30,7 @@ importers: examples/express: specifiers: - '@graphql-ez/express': workspace:^0.1.0 + '@graphql-ez/express': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/express': ^4.17.12 '@types/node': ^15.12.2 @@ -51,7 +51,7 @@ importers: examples/fastify: specifiers: - '@graphql-ez/fastify': workspace:^0.1.0 + '@graphql-ez/fastify': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/node': ^15.12.2 fastify: ^3.17.0 @@ -70,7 +70,7 @@ importers: examples/hapi: specifiers: - '@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 '@types/hapi__hapi': ^20.0.8 @@ -91,7 +91,7 @@ importers: examples/http: specifiers: - '@graphql-ez/http': workspace:^0.1.0 + '@graphql-ez/http': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/node': ^15.12.2 tsup: ^4.11.2 @@ -106,7 +106,7 @@ importers: examples/koa: specifiers: - '@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 '@types/koa': ^2.13.3 @@ -133,7 +133,7 @@ importers: examples/nextjs: specifiers: - '@graphql-ez/nextjs': workspace:^0.1.0 + '@graphql-ez/nextjs': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/node': ^15.12.2 '@types/react': ^17.0.11 @@ -160,13 +160,13 @@ importers: internal/testing: specifiers: - '@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 @@ -236,7 +236,7 @@ importers: '@graphql-codegen/typescript': ^1.22.1 '@graphql-codegen/typescript-operations': ^1.18.0 '@graphql-codegen/typescript-resolvers': ^1.19.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/testing': workspace:^1.0.1 '@graphql-tools/graphql-file-loader': ^6.2.7 '@graphql-tools/load': ^6.2.8 '@graphql-tools/load-files': ^6.3.2 @@ -331,8 +331,8 @@ importers: packages/express: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@graphql-ez/testing': workspace:^1.0.1 '@graphql-tools/schema': ^7.1.5 '@graphql-typed-document-node/core': 3.1.0 '@types/body-parser': ^1.19.0 @@ -390,8 +390,8 @@ importers: packages/fastify: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@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 @@ -441,8 +441,8 @@ importers: packages/hapi: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@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 @@ -482,8 +482,8 @@ importers: packages/http: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@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 @@ -525,8 +525,8 @@ importers: packages/koa: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@graphql-ez/testing': workspace:^1.0.1 '@graphql-tools/schema': ^7.1.5 '@graphql-typed-document-node/core': 3.1.0 '@koa/cors': ^3.1.0 @@ -588,8 +588,8 @@ importers: packages/nextjs: specifiers: '@envelop/types': ^0.1.4 - '@graphql-ez/core': workspace:^0.1.2 - '@graphql-ez/testing': workspace:^1.0.0 + '@graphql-ez/core': workspace:^0.1.3 + '@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