Skip to content

Commit

Permalink
release(web-console): 0.7.5 (#397)
Browse files Browse the repository at this point in the history
* release(web-console): 0.7.5

* update submodule
  • Loading branch information
glasstiger authored Feb 13, 2025
1 parent 901e9e3 commit 3990acf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser-tests/questdb
Submodule questdb updated 113 files
7 changes: 7 additions & 0 deletions packages/web-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 0.7.5 - 2025.02.13

### Fixed

- Fix floating-point regex capturing words beginning with 'E' [#394](https://github.com/questdb/ui/pull/394)
- Prevent login loop when token expires without a valid refresh token [#395](https://github.com/questdb/ui/pull/395)

## 0.7.4 - 2025.02.05

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/web-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/web-console",
"version": "0.7.4",
"version": "0.7.5",
"license": "Apache-2.0",
"description": "QuestDB Console",
"files": [
Expand Down

0 comments on commit 3990acf

Please sign in to comment.