mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Upcoming Release Changes (#5119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f1e43c641f
commit
e287f437d9
11 changed files with 46 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/core': minor
|
||||
---
|
||||
|
||||
Added `collectRawUsage` to Hive Client core package
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/apollo",
|
||||
"version": "0.33.3",
|
||||
"version": "0.33.4",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + Apollo Server",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/core",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/envelop",
|
||||
"version": "0.33.2",
|
||||
"version": "0.33.3",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Envelop",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/yoga",
|
||||
"version": "0.33.2",
|
||||
"version": "0.33.3",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Yoga",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue