Skip to content

Commit 919e595

Browse files
committed
Release 1.0.3
1 parent 7c4bdb0 commit 919e595

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.3](https://github.com/project-codeflare/codeflare-cli/compare/v1.0.2...v1.0.3) (2022-11-02)
2+
3+
### Bug Fixes
4+
5+
- add abbreviations Minimum->Min, Maximum->Max ([c6dc9a7](https://github.com/project-codeflare/codeflare-cli/commit/c6dc9a7910da3cc632fde102f918def4cd71a6e9))
6+
- bump to [email protected] to pick up updated Choice messaging ([b64aea4](https://github.com/project-codeflare/codeflare-cli/commit/b64aea46997c44bbb033b8ee8c74d2aa8451c990))
7+
- in tray openDashboard, use verbose mode if DEBUG is set ([89246f2](https://github.com/project-codeflare/codeflare-cli/commit/89246f259639d64f374475fb28b224d0be2ac5ed))
8+
- increase default size of window to 1400x1050 ([7c4bdb0](https://github.com/project-codeflare/codeflare-cli/commit/7c4bdb01ba3a02830508cba3d41b8df57191e54b))
9+
- remove Gallery from hello guidebook ([d33dbf9](https://github.com/project-codeflare/codeflare-cli/commit/d33dbf913f090870fd0116e2e6f67b9390496afe))
10+
111
## [1.0.2](https://github.com/project-codeflare/codeflare-cli/compare/v1.0.1...v1.0.2) (2022-10-26)
212

313
### Bug Fixes

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "1.0.2"
2+
version "1.0.3"
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 "16817601b6af0f8acdf4d39b4c4e1d7f1e0f4560bd603a1f90bb18399164e15e"
10+
sha256 "63ddbce5f705d29ee212ee6f10f41cf47926574f1acdfacd25428053b1d73d40"
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 "b2327abaa52f06f3a34ed492a333cb8a3f18a084d40746020a980dcb412b512e"
14+
sha256 "352f087d505555ad3e54cc3cd31c30e5d3f460645567fcaf909a53482fdf8a69"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/headless/codeflare.min.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)