Skip to content

Commit

Permalink
Update zed to v1.9.0, brimcap to v1.5.1, and prep v1.2.0 (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 28, 2023
1 parent 3d22e61 commit 0587e84
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.2.0
- Update Zed to [v1.9.0](https://github.com/brimdata/zed/releases/tag/v1.9.0)
- Update Brimcap to [v1.5.1](https://github.com/brimdata/brimcap/releases/tag/v1.5.1)
- The stacked bar chart is now generalized for any time-based data (not just Zeek-like with `_path` & `ts` fields) (#2785, #2794, #2805)
- The stacked bar chart is now resizable and can be toggled off/on (#2806, #2810)
- A single Zui window now shows tabs only for the currently selected Zed lake connection (#2797)
- Fix an issue where attempting to save a Zed query that contained a parse error caused a stack dump (#2803)
- Fix an issue where a table of results was sometimes rendered with blank rows (#2813)
- Fix an issue where comments at the end of a Zed program caused the queries that populate the stacked bar chart to fail (#2822)

## v1.1.0

- Update Zed to [v1.8.0](https://github.com/brimdata/zed/releases/tag/v1.8.0)
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.1.0",
"version": "1.2.0",
"main": "dist/main.js",
"author": "Brim Data <support@brimdata.io> (http://www.brimdata.io)",
"workspaces": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4",
"brimcap": "brimdata/brimcap#v1.5.1",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down Expand Up @@ -172,7 +172,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#a4a2b64e3277f4fb6509722ade9b9639a8cd2a0f",
"zed": "brimdata/zed#v1.9.0",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3560,12 +3560,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4":
"brimcap@brimdata/brimcap#v1.5.1":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=1b7cbaab0894fdb7f3feb270181b3ead4345ebe4"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=88d7dfa06b4c8692b52ea5c7485533692ffa295f"
bin:
brimcap: build/dist/brimcap
checksum: 9e6a5dbb7f3304ff1b9353e7b6b4a71ba698f21345b158261598a8451faac4bacb720d7f64af32571db59801dd2b1ef09c5b9ef71e4960cf10bb7d154f769e02
checksum: 32bf1e2091b79713e7866e5d0725169bcd1720f0785186197baa867d64fc690c42fcb79711cdf0ae0df1c97d3229b8ded192f15412f8b6dec44143a403a458b2
languageName: node
linkType: hard

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

"zed@brimdata/zed#a4a2b64e3277f4fb6509722ade9b9639a8cd2a0f":
"zed@brimdata/zed#v1.9.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=a4a2b64e3277f4fb6509722ade9b9639a8cd2a0f"
checksum: 2f164f295b68c64970ca9c112115e2f0396ca7bd445065d0eefb09200c1d873c9a03cfe191d1af7d0bd2696e8a67c3010dc25f71251fc1b4e81f7cb5177126a8
resolution: "zed@https://github.com/brimdata/zed.git#commit=128ca7f36895dc27c1e0d2b80e2ce18b9f9fdc9a"
checksum: a7a699acb688a238e83b4509fd7d314695e7e96dd34af7c3cbdea1bbbbb2093b45d5751af23efda375b976d60b480a1179c2b73152a739a66790ddab055d567b
languageName: node
linkType: hard

Expand Down Expand Up @@ -12589,7 +12589,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#1b7cbaab0894fdb7f3feb270181b3ead4345ebe4"
brimcap: "brimdata/brimcap#v1.5.1"
chalk: ^4.1.0
chevrotain: ^10.5.0
chrono-node: ^2.5.0
Expand Down Expand Up @@ -12674,7 +12674,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#a4a2b64e3277f4fb6509722ade9b9639a8cd2a0f"
zed: "brimdata/zed#v1.9.0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 0587e84

Please sign in to comment.