diff --git a/.changeset/pre.json b/.changeset/pre.json index 045966f315..0b7c638146 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,6 +1,6 @@ { "mode": "pre", - "tag": "alpha", + "tag": "beta", "initialVersions": { "@graphql-yoga/common": "0.1.0", "graphql-yoga": "1.18.3", diff --git a/.changeset/tame-ways-complain.md b/.changeset/tame-ways-complain.md new file mode 100644 index 0000000000..ed8d2bb8db --- /dev/null +++ b/.changeset/tame-ways-complain.md @@ -0,0 +1,23 @@ +--- +'hello-world-benchmark': patch +'apollo-federation-with-yoga': patch +'defer-stream-example': patch +'error-masking-example': patch +'express-example': patch +'fastify-example': patch +'fastify-modules-example': patch +'graphql-config-example': patch +'hello-world': patch +'nextjs': patch +'subscriptions-example': patch +'sveltekit': patch +'@graphql-yoga/common': patch +'@graphql-yoga/graphiql': patch +'graphql-yoga': major +'@graphql-yoga/node': patch +'@graphql-yoga/render-graphiql': patch +'@graphql-yoga/subscription': patch +'@graphql-yoga/website': patch +--- + +trigger release diff --git a/examples/defer-stream/package.json b/examples/defer-stream/package.json index 5f9154d36f..7776cf0e45 100644 --- a/examples/defer-stream/package.json +++ b/examples/defer-stream/package.json @@ -1,7 +1,7 @@ { "name": "defer-stream-example", "private": true, - "version": "0.0.1-alpha.9", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index cc056a3810..ec10344b97 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "error-masking-example", "private": true, - "version": "0.0.1-alpha.4", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/express/package.json b/examples/express/package.json index bda631aa1b..f4e582cc8d 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -1,7 +1,7 @@ { "name": "express-example", "private": true, - "version": "0.0.1-alpha.11", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/fastify-modules/package.json b/examples/fastify-modules/package.json index f23a52fbf1..430e04ddb2 100644 --- a/examples/fastify-modules/package.json +++ b/examples/fastify-modules/package.json @@ -1,7 +1,7 @@ { "name": "fastify-modules-example", "private": true, - "version": "0.0.1-alpha.6", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index d83e15c0b4..66fa97ba38 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -1,7 +1,7 @@ { "name": "fastify-example", "private": true, - "version": "0.0.1-alpha.11", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 67598e57cb..c5d2592713 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -1,7 +1,7 @@ { "name": "graphql-config-example", "private": true, - "version": "0.0.1-alpha.9", + "version": "0.0.0", "scripts": { "generate-types": "graphql-codegen", "start": "yoga", diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index fef35996d3..c595fa5134 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,7 +1,7 @@ { "name": "hello-world", "private": true, - "version": "0.0.1-alpha.11", + "version": "0.0.0", "scripts": { "start": "node index.js", "check": "exit 0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 08e62a9cee..4989d0f5cc 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "nextjs", "private": true, - "version": "0.0.1-alpha.9", + "version": "0.0.0", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/subscriptions/package.json b/examples/subscriptions/package.json index c4e8a50ff7..bf9edc5f9a 100644 --- a/examples/subscriptions/package.json +++ b/examples/subscriptions/package.json @@ -1,7 +1,7 @@ { "name": "subscriptions-example", "private": true, - "version": "0.0.1-alpha.9", + "version": "0.0.0", "scripts": { "start": "ts-node src/index.ts", "check": "tsc --pretty --noEmit" diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 8e3e197bf1..f31c596b38 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "sveltekit", - "version": "0.0.2-alpha.3", + "version": "0.0.0", "private": true, "scripts": { "dev": "svelte-kit dev", diff --git a/packages/common/package.json b/packages/common/package.json index c8bc3bca4a..8c7e3dc56e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/common", - "version": "0.2.0-alpha.11", + "version": "0.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/graphql-yoga/package.json b/packages/graphql-yoga/package.json index 12c8b0d9dc..35a9c295a5 100644 --- a/packages/graphql-yoga/package.json +++ b/packages/graphql-yoga/package.json @@ -1,6 +1,6 @@ { "name": "graphql-yoga", - "version": "2.0.0-alpha.12", + "version": "1.18.3", "description": "", "repository": { "type": "git", diff --git a/packages/node/package.json b/packages/node/package.json index 8cb98b6b33..c55207cef3 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/node", - "version": "0.1.0-alpha.4", + "version": "0.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/subscription/package.json b/packages/subscription/package.json index eb8e6307c4..39d550ec74 100644 --- a/packages/subscription/package.json +++ b/packages/subscription/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/subscription", - "version": "0.1.0-alpha.2", + "version": "0.0.0", "description": "", "repository": { "type": "git",