Skip to content

Commit 1ba509d

Browse files
chore(release): update monorepo packages versions
1 parent 2a18499 commit 1ba509d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.changeset/every-chefs-switch.md

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

deployment/CHANGELOG.md

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

3+
## 8.9.0
4+
5+
### Minor Changes
6+
7+
- [#7281](https://github.com/graphql-hive/console/pull/7281)
8+
[`791c025`](https://github.com/graphql-hive/console/commit/791c0252a0933d0f5c933eef9053227d7f00c87e)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Introduce rate limiting for email sign up, sign in
10+
and password rest. The IP value to use for the rate limiting can be specified via the
11+
`SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. By default the `CF-Connecting-IP`
12+
header is being used.
13+
314
## 8.8.0
415

516
### Minor 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": "8.8.0",
3+
"version": "8.9.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)