File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v1.3.0...v1.3.1 ) (2022-11-30)
2+
3+ ### Bug Fixes
4+
5+ - regression in user updates to form inputs ([ 75e1ec8] ( https://github.com/project-codeflare/codeflare-cli/commit/75e1ec817efa86ae645a7d77d1dbdd9082254683 ) )
6+ - second of back-to-back forms does not work ([ 3b9a4d3] ( https://github.com/project-codeflare/codeflare-cli/commit/3b9a4d3bdd92d425d94f1615247a07e3eb55bfe9 ) )
7+
18# [ 1.3.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v1.2.0...v1.3.0 ) (2022-11-30)
29
310### Features
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "1.3.0 "
2+ version "1.3.1 "
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 "7d1e7b80940d9b889895bede7a0133ecb3d13fb405b547ed4f5b8f6a7a8d9928 "
10+ sha256 "afe0b2126af6b268c01f469340eb07a3b66333b82658bc6cdb0ac0b907b9cc0f "
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 "72e0f787296daf711bf4db1e5178347598855caadc45c98ee2abe4e77d70df52 "
14+ sha256 "273c56fae19880ea600bdc8d0cd6e748c64f334478bf2480766f4739386e47f0 "
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" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
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" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
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