Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 150d978 commit 88a53aa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/red-beers-juggle.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/graphql

## 0.2.5

### Patch Changes

- [`150d978`](https://github.com/lemonmade/quilt/commit/150d978cff37d6acb11317b3cf4fc28c9ca99560) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `type` field to `GraphQLOperation` for determining the original operation type

- Updated dependencies [[`150d978`](https://github.com/lemonmade/quilt/commit/150d978cff37d6acb11317b3cf4fc28c9ca99560)]:
- @quilted/graphql@3.3.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/graphql-tools",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/json-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@quilted/graphql": "workspace:^3.2.0",
"@quilted/graphql": "workspace:^3.3.0",
"@quilted/useful-types": "workspace:^2.0.0",
"arg": "^5.0.0",
"chokidar": "^3.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/graphql

## 3.3.0

### Minor Changes

- [`150d978`](https://github.com/lemonmade/quilt/commit/150d978cff37d6acb11317b3cf4fc28c9ca99560) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `type` field to `GraphQLOperation` for determining the original operation type

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/graphql",
"description": "Tiny, type-safe helpers for using GraphQL",
"type": "module",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 88a53aa

Please sign in to comment.