Upcoming Release Changes (#4330)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-03-25 14:04:22 +02:00 committed by GitHub
parent 5872181a05
commit e27e761162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 38 additions and 16 deletions

View file

@ -1,8 +0,0 @@
---
"@graphql-hive/cli": patch
"@graphql-hive/client": patch
"@graphql-hive/core": patch
"@graphql-hive/external-composition": patch
---
Use node specifier for crypto import

View file

@ -1,5 +1,14 @@
# @graphql-hive/cli
## 0.34.1
### Patch Changes
- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import
- Updated dependencies [[`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188)]:
- @graphql-hive/core@0.2.4
## 0.34.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.34.0",
"version": "0.34.1",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
@ -44,7 +44,7 @@
"version": "oclif readme && git add README.md"
},
"dependencies": {
"@graphql-hive/core": "0.2.3",
"@graphql-hive/core": "0.2.4",
"@graphql-inspector/core": "5.1.0-alpha-20231208113249-34700c8a",
"@graphql-tools/code-file-loader": "~8.1.0",
"@graphql-tools/graphql-file-loader": "~8.0.0",

View file

@ -1,5 +1,14 @@
# @graphql-hive/client
## 0.29.1
### Patch Changes
- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import
- Updated dependencies [[`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188)]:
- @graphql-hive/core@0.2.4
## 0.29.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/client",
"version": "0.29.0",
"version": "0.29.1",
"type": "module",
"description": "A NodeJS client for GraphQL Hive",
"repository": {
@ -46,7 +46,7 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-hive/core": "^0.2.3",
"@graphql-hive/core": "^0.2.4",
"@graphql-tools/utils": "^10.0.0",
"async-retry": "1.3.3",
"axios": "^1.6.0",

View file

@ -1,5 +1,11 @@
# @graphql-hive/core
## 0.2.4
### Patch Changes
- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import
## 0.2.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @graphql-hive/external-composition
## 0.0.3
### Patch Changes
- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import
## 0.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/external-composition",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "Compose schemas outside GraphQL Hive",
"repository": {

View file

@ -14,7 +14,7 @@
"devDependencies": {
"@aws-sdk/client-s3": "3.540.0",
"@aws-sdk/s3-request-presigner": "3.540.0",
"@graphql-hive/core": "0.2.3",
"@graphql-hive/core": "0.2.4",
"@graphql-inspector/core": "5.1.0-alpha-20231208113249-34700c8a",
"@hive/cdn-script": "workspace:*",
"@hive/emails": "workspace:*",

View file

@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@graphql-hive/core": "0.2.3",
"@graphql-hive/core": "0.2.4",
"@hive/service-common": "workspace:*",
"@hive/usage-common": "workspace:*",
"@sentry/node": "7.108.0",