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
+
1
13
## [ 4.5.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.5.1...v4.5.2 ) (2023-04-10)
2
14
3
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "4.5.2 "
2
+ version "4.6.0 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "44a251aa648de723611ade33387beeb8c7d82db2b5c908b8c2b167ee31399e6d "
10
+ sha256 "92e46c3c2da595a5ba9825faf1062e6573b734d6d4218ea4925a44c054dbc2ae "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "2a5e10af563fe98a2dc38f622c3be64f59ba49d61c4c5f7d61b826cf244034a3 "
14
+ sha256 "46b901b7db366cfd6c7ff35d1d06d6cd5bc88a6f3f11f48d83f817a8940e0936 "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CodeFlare.app" ,
3
- "version" : " 4.5.2 " ,
3
+ "version" : " 4.6.0 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kui-shell/plugin-client" ,
3
- "version" : " 4.5.2 " ,
3
+ "version" : " 4.6.0 " ,
4
4
"description" : " Kui plugin that offers client defintion" ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments