Upcoming Release Changes (#5119)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-07-03 15:22:43 +03:00 committed by GitHub
parent f1e43c641f
commit e287f437d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 46 additions and 10 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/core': minor
---
Added `collectRawUsage` to Hive Client core package

View file

@ -1,5 +1,13 @@
# @graphql-hive/apollo
## 0.33.4
### Patch Changes
- Updated dependencies
[[`f1e43c6`](https://github.com/kamilkisiela/graphql-hive/commit/f1e43c641f3ebac931839c7dfbdcb3a885167562)]:
- @graphql-hive/core@0.5.0
## 0.33.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.33.3",
"version": "0.33.4",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {

View file

@ -1,5 +1,13 @@
# @graphql-hive/cli
## 0.38.5
### Patch Changes
- Updated dependencies
[[`f1e43c6`](https://github.com/kamilkisiela/graphql-hive/commit/f1e43c641f3ebac931839c7dfbdcb3a885167562)]:
- @graphql-hive/core@0.5.0
## 0.38.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.38.4",
"version": "0.38.5",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",

View file

@ -1,5 +1,14 @@
# @graphql-hive/core
## 0.5.0
### Minor Changes
- [#5116](https://github.com/kamilkisiela/graphql-hive/pull/5116)
[`f1e43c6`](https://github.com/kamilkisiela/graphql-hive/commit/f1e43c641f3ebac931839c7dfbdcb3a885167562)
Thanks [@dotansimha](https://github.com/dotansimha)! - Added `collectRawUsage` to Hive Client core
package
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"repository": {
"type": "git",

View file

@ -1,5 +1,13 @@
# @graphql-hive/envelop
## 0.33.3
### Patch Changes
- Updated dependencies
[[`f1e43c6`](https://github.com/kamilkisiela/graphql-hive/commit/f1e43c641f3ebac931839c7dfbdcb3a885167562)]:
- @graphql-hive/core@0.5.0
## 0.33.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.2",
"version": "0.33.3",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {

View file

@ -1,5 +1,13 @@
# @graphql-hive/yoga
## 0.33.3
### Patch Changes
- Updated dependencies
[[`f1e43c6`](https://github.com/kamilkisiela/graphql-hive/commit/f1e43c641f3ebac931839c7dfbdcb3a885167562)]:
- @graphql-hive/core@0.5.0
## 0.33.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.33.2",
"version": "0.33.3",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {