Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3453)
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
theguild-bot and github-actions[bot] authored Oct 31, 2024
1 parent 6129fe6 commit 708d908
Show file tree
Hide file tree
Showing 58 changed files with 277 additions and 78 deletions.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/changelog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-ghosts-pump.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/graphql-yoga-3445-dependencies.md

This file was deleted.

10 changes: 10 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hello-world-benchmark

## 3.10.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]
- @graphql-yoga/plugin-response-cache@3.10.0

## 3.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-benchmark",
"version": "3.9.0",
"version": "3.10.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# apollo-federation-gateway-with-yoga

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-federation-gateway-with-yoga",
"version": "3.7.0",
"version": "3.8.0",
"private": true,
"scripts": {
"check": "exit 0",
Expand Down
9 changes: 9 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# apollo-subgraph-with-yoga

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-federation/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-subgraph-with-yoga",
"version": "3.7.0",
"version": "3.8.0",
"private": true,
"scripts": {
"check": "exit 0",
Expand Down
9 changes: 9 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-lambda

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-lambda/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-lambda",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"author": "",
"license": "ISC",
Expand Down
9 changes: 9 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudflare-advanced

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-advanced",
"version": "3.7.0",
"version": "3.8.0",
"private": true,
"scripts": {
"check": "tsc --pretty --noEmit",
Expand Down
9 changes: 9 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudflare

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"private": true,
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions examples/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nextjs-app

## 2.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 2.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-app",
"version": "2.7.0",
"version": "2.8.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 2 additions & 0 deletions packages/client/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @graphql-yoga/apollo-link

## 3.8.0

## 3.7.0

## 3.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/client/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/apollo-link",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"description": "",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/client/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @graphql-yoga/urql-exchange

## 3.8.0

## 3.7.0

## 3.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/client/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/urql-exchange",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"description": "",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/graphql-yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# graphql-yoga

## 5.8.0

### Minor Changes

- [`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc)
Thanks [@kroupacz](https://github.com/kroupacz)! - Add `version` property to get version of Yoga

### Patch Changes

- [#3445](https://github.com/dotansimha/graphql-yoga/pull/3445)
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.9.22` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.22)
(from `^0.9.18`, in `dependencies`)
- Updated dependency
[`@whatwg-node/server@^0.9.50` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.50)
(from `^0.9.44`, in `dependencies`)

## 5.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-yoga",
"version": "5.7.0",
"version": "5.8.0",
"type": "module",
"description": "",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nestjs-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-yoga/nestjs-federation

## 3.8.0

### Patch Changes

- Updated dependencies
[[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- @graphql-yoga/plugin-apollo-inline-trace@3.8.0
- @graphql-yoga/nestjs@3.8.0

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/nestjs-federation",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-yoga/nestjs

## 3.8.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/nestjs",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"description": "GraphQL Yoga driver for NestJS GraphQL.",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/plugins/apollo-inline-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-yoga/plugin-apollo-inline-trace

## 3.8.0

### Patch Changes

- [#3445](https://github.com/dotansimha/graphql-yoga/pull/3445)
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.9.22` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.22)
(from `^0.9.17`, in `peerDependencies`)
- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 3.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-inline-trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-apollo-inline-trace",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"description": "Apollo's federated tracing plugin for GraphQL Yoga.",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/apollo-managed-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-yoga/apollo-managed-federation

## 0.5.0

### Patch Changes

- Updated dependencies
[[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- [email protected]

## 0.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-managed-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/apollo-managed-federation",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/plugins/apollo-usage-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphql-yoga/plugin-apollo-usage-report

## 0.2.0

### Patch Changes

- [#3445](https://github.com/dotansimha/graphql-yoga/pull/3445)
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency
[`@whatwg-node/fetch@^0.9.22` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.22)
(from `^0.9.17`, in `peerDependencies`)

- [`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc)
Thanks [@kroupacz](https://github.com/kroupacz)! - - Send Apollo `clientName`, `clientVersion` and
`agentVersion` (agent name) with trace.

- Updated dependencies
[[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7),
[`18fe916`](https://github.com/dotansimha/graphql-yoga/commit/18fe916853fc6192b8b2a607f91b67f3a7cae7bc),
[`6bb19ed`](https://github.com/dotansimha/graphql-yoga/commit/6bb19edf5b103d6d9b6088e2e22cfa71a85f26f7)]:
- @graphql-yoga/plugin-apollo-inline-trace@3.8.0
- [email protected]

## 0.1.0

### Patch Changes
Expand Down
Loading

0 comments on commit 708d908

Please sign in to comment.