Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent 1d3c566 commit 3d365a6
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-birds-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-planes-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-news-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-islands-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pianos-hide.md

This file was deleted.

19 changes: 19 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# hive

## 1.2.3

### Patch Changes

- [#6115](https://github.com/graphql-hive/console/pull/6115)
[`0d7ce02`](https://github.com/graphql-hive/console/commit/0d7ce02082a5ac02111b888132209ee0ef34c831)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Move information about target and
organization to logger's metadata in usage service

- [#6121](https://github.com/graphql-hive/console/pull/6121)
[`6d78547`](https://github.com/graphql-hive/console/commit/6d78547a0f29a732713052d33d207396144e0998)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make optional properties optional or
nullable in usage report v2

- [#6111](https://github.com/graphql-hive/console/pull/6111)
[`cffd08a`](https://github.com/graphql-hive/console/commit/cffd08a53d7e5a53bb59fa68e940b693e9102485)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a missing @join\_\_field on a query
field where @override is used, but not in all subgraphs.

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/libraries/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 16.10.2024

## 1.1.0

### Minor Changes

- [#5732](https://github.com/graphql-hive/console/pull/5732)
[`1d3c566`](https://github.com/graphql-hive/console/commit/1d3c566ddcf5eb31c68545931da32bcdf4b8a047)
Thanks [@dotansimha](https://github.com/dotansimha)! - Updated Apollo-Router custom plugin for
Hive to use Usage reporting spec v2.
[Learn more](https://the-guild.dev/graphql/hive/docs/specs/usage-reports)

- [#5732](https://github.com/graphql-hive/console/pull/5732)
[`1d3c566`](https://github.com/graphql-hive/console/commit/1d3c566ddcf5eb31c68545931da32bcdf4b8a047)
Thanks [@dotansimha](https://github.com/dotansimha)! - Add support for persisted documents using
Hive App Deployments.
[Learn more](https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview)

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
edition = "2021"
license = "MIT"
publish = true
version = "1.0.1"
version = "1.1.0"
description = "Apollo-Router Plugin for Hive"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-apollo-router-plugin",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"
Expand Down

0 comments on commit 3d365a6

Please sign in to comment.