Skip to content

Commit

Permalink
release(web-console): 0.2.8 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac authored Oct 24, 2023
1 parent df86212 commit 0d4e7ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/web-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 0.2.8 - 2023.10.16

### Changed

- Update Webpack config, add hot module reloading, enable webpack tree-shaking,
reduce build size [#205](https://github.com/questdb/ui/pull/205)

### Fixed

- table list disappears after erroneous SQL execution
[#204](https://github.com/questdb/ui/pull/204)
- render crash when grid is empty [#198](https://github.com/questdb/ui/pull/198)

## 0.2.7 - 2023.09.08

### Changed
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.2.7",
"version": "0.2.8",
"license": "Apache-2.0",
"description": "QuestDB Console",
"files": [
Expand Down

0 comments on commit 0d4e7ad

Please sign in to comment.