Skip to content

Commit

Permalink
Update zed to v1.8.0, brimcap to v1.5.0, and prep v1.1.0 (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 22, 2023
1 parent 2f14295 commit 5db4342
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.1.0
- Update Zed to [v1.8.0](https://github.com/brimdata/zed/releases/tag/v1.8.0)
- Update Brimcap to [v1.5.0](https://github.com/brimdata/brimcap/releases/tag/v1.5.0)
- Restore "alert" tiles for Suricata events (#2740)
- Fix an issue where use of Chinese and other wide characters caused errors during data import (#2744)
- Fix an issue where Zui would sometimes launch without a main window (#2743)
- Shift+Enter now also runs queries when the **Run Query on Enter** preference is unchecked (#2764)
- Fix an issue where selecting **Reset State** from the pull-down menu was having no effect (#2767)

## v1.0.1
- Update Zed to [v1.7.0](https://github.com/brimdata/zed/releases/tag/v1.7.0)
- Update Brimcap to [v1.4.1](https://github.com/brimdata/brimcap/releases/tag/v1.4.1), which fixes issue #2715 with per-machine installs on Windows
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Zed User Interface",
"repository": "https://github.com/brimdata/zui",
"license": "BSD-3-Clause",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/js/electron/main.js",
"author": "Brim Data <support@brimdata.io> (http://www.brimdata.io)",
"workspaces": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"brimcap": "brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4",
"brimcap": "brimdata/brimcap#v1.5.0",
"chalk": "^4.1.0",
"commander": "^2.20.3",
"electron": "^22.0.0",
Expand Down Expand Up @@ -161,7 +161,7 @@
"tree-model": "^1.0.7",
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"zed": "brimdata/zed#c4f6d46454232ee9a4ca999758136d3f75c0ca0d"
"zed": "brimdata/zed#v1.8.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4658,12 +4658,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4":
"brimcap@brimdata/brimcap#v1.5.0":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=1b7cbaab0894fdb7f3feb270181b3ead4345ebe4"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=456c2ef0de378f2bc7ecc45c590e9e8622f510fb"
bin:
brimcap: build/dist/brimcap
checksum: df24ab597142f39f0109eeef5dde12a163771da9309ddf3d19b00b489d8b2f063b9e79417d6a72f3c51b84d6e436dc6d15152fc13a87e339695f147f08dd3fbc
checksum: 0615fe5083f9e81727bfc8dac5d3ac2ab6f6231f24d0c93b9faa1bcc949b3cfe47bca6fc4d9542399c76364c47a6360dcddc5409dc72edc6ec2828ae2c8f3c21
languageName: node
linkType: hard

Expand Down Expand Up @@ -15412,10 +15412,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#c4f6d46454232ee9a4ca999758136d3f75c0ca0d":
"zed@brimdata/zed#v1.8.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=c4f6d46454232ee9a4ca999758136d3f75c0ca0d"
checksum: 9e33ed4092c9cf9d7a277255692ec621993ca9b1f7284c57acc16d1706e1f48e4d9e05d61b08589ad999b74432c9e47220f396f13f2936c423e3f3ae19d86550
resolution: "zed@https://github.com/brimdata/zed.git#commit=c2973197f1cb093aba306d0d69c3902c7e2d9d21"
checksum: a0f88226f75243578cced93dbc11af52b5e3b41b49615ca0e565b3056aac20666f7ae4e7b30143706cd7f9c321cb309e6c86d0067b9c4e89f47cc28aa8c6a7f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -15476,7 +15476,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4"
brimcap: "brimdata/brimcap#v1.5.0"
chalk: ^4.1.0
chrono-node: ^2.5.0
classnames: ^2.2.6
Expand Down Expand Up @@ -15554,7 +15554,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#c4f6d46454232ee9a4ca999758136d3f75c0ca0d"
zed: "brimdata/zed#v1.8.0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 5db4342

Please sign in to comment.