Skip to content

Commit

Permalink
Version Packages (#239)
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 Oct 21, 2021
1 parent c09287f commit b63dcbf
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-badgers-do.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ez-react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-ez/plugin-codegen": "^0.7.4",
"@graphql-ez/plugin-graphiql": "^0.10.1",
"@graphql-ez/plugin-schema": "^0.8.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"graphql": "^15.6.1",
"graphql-ez": "^0.13.2",
"next": "^11.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ez/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@graphql-ez/plugin-schema": "^0.8.0",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.22.1",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"graphql": "^15.6.1",
"graphql-ez": "^0.13.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@gqty/cli": "workspace:^2.1.1",
"dotenv": "^10.0.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"test-utils": "workspace:^0.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"fastify": "^3.22.1",
"fastify-nextjs": "^6.0.0",
"framer-motion": "^4.1.17",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"graphql": "^15.6.1",
"graphql-ez": "^0.13.2",
"graphql-upload": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@gqty/cli": "workspace:^2.1.1",
"@gqty/react": "workspace:^2.0.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"commander": "^8.2.0",
"cosmiconfig": "^7.0.1",
"cross-fetch": "^3.1.4",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"prettier": "^2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gqty

## 2.0.3

### Patch Changes

- 9e22119: Fix unions/interface fetch loop

closes #236

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqty",
"version": "2.0.2",
"version": "2.0.3",
"description": "gqty client without queries",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@size-limit/preset-small-lib": "^6.0.3",
"@types/prettier": "^2.4.1",
"bob-esbuild-cli": "^2.0.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"jest": "^27.3.1",
"rimraf": "^3.0.2",
"size-limit": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"bob-esbuild-cli": "^2.0.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"graphql": "^15.6.1",
"jest": "^27.3.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/ws": "^8.2.0",
"bob-esbuild-cli": "^2.0.0",
"gqty": "workspace:^2.0.2",
"gqty": "workspace:^2.0.3",
"graphql": "^15.6.1",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.3.1",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit b63dcbf

@vercel
Copy link

@vercel vercel bot commented on b63dcbf Oct 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.