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 Jan 21, 2025
1 parent ec356a7 commit ba9042a
Show file tree
Hide file tree
Showing 22 changed files with 123 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-mice-buy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/good-countries-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-scissors-live.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/little-donuts-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-students-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-candles-arrive.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-maps-shout.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#6348](https://github.com/graphql-hive/console/pull/6348)
[`e754700`](https://github.com/graphql-hive/console/commit/e75470021282b84b622560c8a991c196ee7f24d7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds ability to select a default role
for new OIDC users

- [#6351](https://github.com/graphql-hive/console/pull/6351)
[`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3)
Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new environment variable
`OPENTELEMETRY_TRACE_USAGE_REQUESTS` for `rate-limit` and `tokens` services.

Self-hosters who wish to report telemetry information for `usage` service, can opt-in and set
`OPENTELEMETRY_TRACE_USAGE_REQUESTS=1` to these services. This will skip sampling and will always
trace requests originating from the `usage` service.

- [#6388](https://github.com/graphql-hive/console/pull/6388)
[`a8ff443`](https://github.com/graphql-hive/console/commit/a8ff443307fa9929f0b466c6a83d695bd5e707dd)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add multi-column sort to Insights >
Operations table

- [#6393](https://github.com/graphql-hive/console/pull/6393)
[`84fd770`](https://github.com/graphql-hive/console/commit/84fd770b6c7bc3fdd62af6d337889e3c2596ef15)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add type definitions of global.lab to
Preflight Script editor

- [#6351](https://github.com/graphql-hive/console/pull/6351)
[`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3)
Thanks [@dotansimha](https://github.com/dotansimha)! - Added OpenTelemetry traces to Usage service
using a new `OPENTELEMETRY_COLLECTOR_ENDPOINT` env var.

This option is disabled by default for self-hosting, you can opt-in by setting
`OPENTELEMETRY_COLLECTOR_ENDPOINT`.

### Patch Changes

- [#6380](https://github.com/graphql-hive/console/pull/6380)
[`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
`@theguild/federation-composition` to
[v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)

## 4.0.1

### 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": "4.0.1",
"version": "4.1.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-hive/apollo

## 0.36.5

### Patch Changes

- [#6383](https://github.com/graphql-hive/console/pull/6383)
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
and input object fields

- Updated dependencies
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
- @graphql-hive/core@0.8.4

## 0.36.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.36.4",
"version": "0.36.5",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-hive/cli

## 0.46.1

### Patch Changes

- [#6380](https://github.com/graphql-hive/console/pull/6380)
[`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
`@theguild/federation-composition` to
[v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)

- Updated dependencies
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
- @graphql-hive/core@0.8.4

## 0.46.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.46.0",
"version": "0.46.1",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-hive/core

## 0.8.4

### Patch Changes

- [#6383](https://github.com/graphql-hive/console/pull/6383)
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
and input object fields

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.8.3",
"version": "0.8.4",
"type": "module",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-hive/envelop

## 0.33.13

### Patch Changes

- [#6383](https://github.com/graphql-hive/console/pull/6383)
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
and input object fields

- Updated dependencies
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
- @graphql-hive/core@0.8.4

## 0.33.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.12",
"version": "0.33.13",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/libraries/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 16.10.2024

## 1.1.1

### Patch Changes

- [#6383](https://github.com/graphql-hive/console/pull/6383)
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
and input object fields

## 1.1.0

### Minor 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.1.0"
version = "1.1.1"
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.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-hive/yoga

## 0.39.3

### Patch Changes

- [#6383](https://github.com/graphql-hive/console/pull/6383)
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
and input object fields

- Updated dependencies
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
- @graphql-hive/core@0.8.4

## 0.39.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.39.2",
"version": "0.39.3",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
Expand Down

0 comments on commit ba9042a

Please sign in to comment.