Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4892)
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 Dec 8, 2022
1 parent 969e264 commit ea159dd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-icons-hammer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor-http

## 0.0.7

### Patch Changes

- [#4885](https://github.com/ardatan/graphql-tools/pull/4885) [`969e264d`](https://github.com/ardatan/graphql-tools/commit/969e264df43bab2a7d0d21c09cb3d73c938b0895) Thanks [@paales](https://github.com/paales)! - useGETForQueries was also activating GET for mutations

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "0.0.6",
"version": "0.0.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.46

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@7.16.26

## 7.2.45

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.45",
"version": "7.2.46",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "7.16.25",
"@graphql-tools/url-loader": "7.16.26",
"@graphql-tools/utils": "9.1.3",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/url-loader

## 7.16.26

### Patch Changes

- Updated dependencies [[`969e264d`](https://github.com/ardatan/graphql-tools/commit/969e264df43bab2a7d0d21c09cb3d73c938b0895)]:
- @graphql-tools/executor-http@0.0.7

## 7.16.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "7.16.25",
"version": "7.16.26",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "9.0.20",
"@graphql-tools/executor-http": "0.0.6",
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-graphql-ws": "0.0.5",
"@graphql-tools/executor-legacy-ws": "0.0.5",
"@graphql-tools/utils": "9.1.3",
Expand Down

0 comments on commit ea159dd

Please sign in to comment.