Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chubby-comics-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-candles-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-eggs-sip.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change introduces a duplicate Cargo.lock entry. To keep the .gitignore file clean and maintainable, this redundant line should be removed. I've also noticed other duplicate Cargo.lock entries in this file that could be cleaned up.

17 changes: 17 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# hive

## 11.0.1

### Patch Changes

- [#7909](https://github.com/graphql-hive/console/pull/7909)
[`484054b`](https://github.com/graphql-hive/console/commit/484054be2773431a419be2c5ab16742f81d6b895)
Thanks [@jdolle](https://github.com/jdolle)! - Support project level token expiration

- [#7908](https://github.com/graphql-hive/console/pull/7908)
[`70b3e19`](https://github.com/graphql-hive/console/commit/70b3e19fe2e6e064f5693f8acfbfcae8182faac4)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix web app pagination for access tokens.

- [#7893](https://github.com/graphql-hive/console/pull/7893)
[`e5711a5`](https://github.com/graphql-hive/console/commit/e5711a52a87b9e66147de08378f8c3d17336d175)
Thanks [@jdolle](https://github.com/jdolle)! - Add expiration to all tokens; fix token ui spacing
issues

## 11.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
Loading