Skip to content

Commit 853b836

Browse files
chore(release): update monorepo packages versions
1 parent c0d9ca3 commit 853b836

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

.changeset/big-cars-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-scissors-matter.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

deployment/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# hive
22

3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- [#6594](https://github.com/graphql-hive/console/pull/6594)
8+
[`06e7012`](https://github.com/graphql-hive/console/commit/06e70129689570f3602cd01eae4ef7f1dfe24f00)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Fix insights range if selecting same start and end
10+
11+
- [#6585](https://github.com/graphql-hive/console/pull/6585)
12+
[`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975)
13+
Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters,
14+
alphanumberic, \_, -, and /
15+
316
## 5.1.3
417

518
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-hive/cli
22

3+
## 0.49.1
4+
5+
### Patch Changes
6+
7+
- [#6585](https://github.com/graphql-hive/console/pull/6585)
8+
[`c0d9ca3`](https://github.com/graphql-hive/console/commit/c0d9ca30d4c360e75be7902d2693303ffe622975)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Restrict new service names to 64 characters,
10+
alphanumberic, \_, -, and /
11+
312
## 0.49.0
413

514
### Minor Changes

packages/libraries/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/cli",
3-
"version": "0.49.0",
3+
"version": "0.49.1",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)