Skip to content

Commit 7a65274

Browse files
Upcoming Release Changes (#6789)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f0af0e commit 7a65274

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/light-foxes-study.md

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

packages/libraries/router/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [#6788](https://github.com/graphql-hive/console/pull/6788)
8+
[`6f0af0e`](https://github.com/graphql-hive/console/commit/6f0af0eb712ce358b212b335f11d4a86ede08931)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump version to trigger release, fix
10+
lockfile
11+
312
## 2.1.1
413

514
### Patch Changes

packages/libraries/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
55
edition = "2021"
66
license = "MIT"
77
publish = true
8-
version = "2.1.1"
8+
version = "2.1.2"
99
description = "Apollo-Router Plugin for Hive"
1010

1111
[[bin]]

packages/libraries/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive-apollo-router-plugin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"private": true,
55
"scripts": {
66
"sync-cargo-file": "./sync-cargo-file.sh"

0 commit comments

Comments
 (0)