Skip to content

Commit 12553ef

Browse files
committed
0.0.0-alpha.105
1 parent 400c989 commit 12553ef

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/backend",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

apps/collector-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/collector-proxy",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/ui",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "./src/index.ts",
55
"types": "./src/index.ts",
66
"files": [

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/docs",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"type": "module",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/e2e",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"private": true,
55
"publishConfig": {
66
"publish": false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/monorepo",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env turbo dev --filter '!graphql-debugger' --filter '!@graphql-debugger/landing-page-app' --filter '!@graphql-debugger/landing-page-server' --concurrency=30",

packages/adapters/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/adapter-base",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

packages/adapters/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/adapter-proxy",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

packages/adapters/sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/adapter-sqlite",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/client",
3-
"version": "0.0.0-alpha.104",
3+
"version": "0.0.0-alpha.105",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)