Skip to content

Commit

Permalink
Update zed to v1.7.0, brimcap to v1.4.1, and prep v1.0.1 (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Mar 29, 2023
1 parent 76707da commit cb746af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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

## v1.0.0

### The Brim app is now named Zui!
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.0",
"version": "1.0.1",
"main": "dist/js/electron/main.js",
"author": "Brim Data <support@brimdata.io> (http://www.brimdata.io)",
"workspaces": [
Expand Down Expand Up @@ -69,7 +69,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"brimcap": "brimdata/brimcap#41f21afb7dac0d162dbba42f68b4c4cb24152e82",
"brimcap": "brimdata/brimcap#v1.4.1",
"chalk": "^4.1.0",
"commander": "^2.20.3",
"cpx": "^1.5.0",
Expand Down Expand Up @@ -174,7 +174,7 @@
"tree-model": "^1.0.7",
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"zed": "brimdata/zed#e5ad1f9998f654496b3038bb9433ca154d01edbc"
"zed": "brimdata/zed#v1.7.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4847,10 +4847,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#41f21afb7dac0d162dbba42f68b4c4cb24152e82":
"brimcap@brimdata/brimcap#v1.4.1":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=41f21afb7dac0d162dbba42f68b4c4cb24152e82"
checksum: cc27c44f5f0f59004786b5dbf8888517e9c1e70e5449a3e011cd6259dd89bc4e4ccf9371f3d0ad0d66f65848ad4acea458e735b3ef198e6aae289e3d27c3870b
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=873e6c02619fd93fc2893d88276c240885a62ac1"
bin:
brimcap: build/dist/brimcap
checksum: 4e1566c5132558ac300d2064c4fd3459a8365cf0d1ee794a15fe89451ed5ec05e3dc7f500cbc651e1f7b9fe431e13e09cea6ea49b50280043701ae4e8d4653b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -17019,12 +17021,12 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#e5ad1f9998f654496b3038bb9433ca154d01edbc":
"zed@brimdata/zed#v1.7.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=e5ad1f9998f654496b3038bb9433ca154d01edbc"
resolution: "zed@https://github.com/brimdata/zed.git#commit=89c49d516ec4ebd8393153d77d141f00a2ce5a47"
dependencies:
zealot: ^0.2.0
checksum: 67f059731bfbf94b8e3c2b7a023f2bf701f86ec45b1b3994c393f794898259af3a3ff42e72b3d909fbf783272eff95a4caa053405d9fedb36bb50ddba9286e7c
checksum: f558dde8d2fe05e8a96e85efc8546b98426ce0ebb4d2cfbbfcce3fc9a61de3b672350cd4e60970479dbd588f42c6d6865edf9c2c82fb6d0f288af909dcfd79f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -17091,7 +17093,7 @@ __metadata:
babel-core: ^7.0.0-bridge.0
babel-eslint: ^10.1.0
babel-plugin-module-resolver: ^4.0.0
brimcap: "brimdata/brimcap#41f21afb7dac0d162dbba42f68b4c4cb24152e82"
brimcap: "brimdata/brimcap#v1.4.1"
chalk: ^4.1.0
chrono-node: ^2.5.0
classnames: ^2.2.6
Expand Down Expand Up @@ -17176,7 +17178,7 @@ __metadata:
web-streams-polyfill: ^3.2.0
whatwg-fetch: ^3.2.0
win-7zip: ^0.1.0
zed: "brimdata/zed#e5ad1f9998f654496b3038bb9433ca154d01edbc"
zed: "brimdata/zed#v1.7.0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit cb746af

Please sign in to comment.