File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1+ # [ 4.6.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.5.2...v4.6.0 ) (2023-04-12)
2+
3+ ### Bug Fixes
4+
5+ - leverage ink 4's flexWrap in the dashboard grid ([ a76b21e] ( https://github.com/project-codeflare/codeflare-cli/commit/a76b21ee3e1d7b57dd803a98038987fde0075eac ) )
6+ - non-async subprocs are not killed ([ 62a6d72] ( https://github.com/project-codeflare/codeflare-cli/commit/62a6d7228818a268a94a7f246357517815a9f014 ) )
7+
8+ ### Features
9+
10+ - bump ink 3 -> 4 which requires node16 module resolution ([ 47b9e97] ( https://github.com/project-codeflare/codeflare-cli/commit/47b9e97d4e372da3828bc747e926a1b802438012 ) )
11+ - bump to kui's new babel-less prescan ([ a05108d] ( https://github.com/project-codeflare/codeflare-cli/commit/a05108d9f9ed15254c6683cb9f041dab12ac8ce7 ) )
12+
113## [ 4.5.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.5.1...v4.5.2 ) (2023-04-10)
214
315### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.5.2 "
2+ version "4.6.0 "
33
44 name "CodeFlare"
55 desc "CLI for Project CodeFlare"
66 homepage "https://github.com/project-codeflare/codeflare-cli"
77
88 if Hardware ::CPU . intel?
99 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10- sha256 "44a251aa648de723611ade33387beeb8c7d82db2b5c908b8c2b167ee31399e6d "
10+ sha256 "92e46c3c2da595a5ba9825faf1062e6573b734d6d4218ea4925a44c054dbc2ae "
1111 app "CodeFlare-darwin-x64/CodeFlare.app"
1212 else
1313 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14- sha256 "2a5e10af563fe98a2dc38f622c3be64f59ba49d61c4c5f7d61b826cf244034a3 "
14+ sha256 "46b901b7db366cfd6c7ff35d1d06d6cd5bc88a6f3f11f48d83f817a8940e0936 "
1515 app "CodeFlare-darwin-arm64/CodeFlare.app"
1616 end
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeFlare.app" ,
3- "version" : " 4.5.2 " ,
3+ "version" : " 4.6.0 " ,
44 "description" : " " ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @kui-shell/plugin-client" ,
3- "version" : " 4.5.2 " ,
3+ "version" : " 4.6.0 " ,
44 "description" : " Kui plugin that offers client defintion" ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments