File tree 5 files changed +14
-7
lines changed
plugins/plugin-client-default
5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.1.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.1.1...v2.1.2 ) (2023-01-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump @guidebook/store 2.0.1 -> 2.0.2 ([ 2968293] ( https://github.com/project-codeflare/codeflare-cli/commit/2968293ce684b9de2ac3b7381e488df8382bd726 ) )
6
+ - bump kui again to pick up vfs race condition fix ([ 86f75ad] ( https://github.com/project-codeflare/codeflare-cli/commit/86f75adda3615ed545fbf677920570e4cf038f70 ) )
7
+
1
8
## [ 2.1.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.1.0...v2.1.1 ) (2023-01-11)
2
9
3
10
# [ 2.1.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.0.0...v2.1.0 ) (2023-01-11)
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "2.1.1 "
2
+ version "2.1.2 "
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 "c13b637b941a63ab73f47cecfbe9ff8f941c88c2e2b70d339bf54e80b4ad1122 "
10
+ sha256 "36baeb474411b8baaa2da4db48ee0f422133f7c12d3634f8c91b36be3194cedb "
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 "cef7ce8647e3541b94413be4164bd97888588a468c2fee83c21b34d711a64651 "
14
+ sha256 "6d0801da4f2fe12f126b650c41e9dfef633dfe651a4f57a9804f3ce5f15e1e22 "
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" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
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" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
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