Skip to content

Commit 8be53fa

Browse files
committed
Release 1.4.1
1 parent 0c0d6ce commit 8be53fa

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/project-codeflare/codeflare-cli/compare/v1.4.0...v1.4.1) (2022-12-02)
2+
3+
### Bug Fixes
4+
5+
- bump to @guidebooks/store@1.6.1 to pick up no-torchx fix ([0c0d6ce](https://github.com/project-codeflare/codeflare-cli/commit/0c0d6cef4b2774a1bae284396ed142c81d76ede5))
6+
- bump to [email protected] to pick up expansion fix ([812f1b2](https://github.com/project-codeflare/codeflare-cli/commit/812f1b2cff5c3ea41517081237b00532c016457f))
7+
18
# [1.4.0](https://github.com/project-codeflare/codeflare-cli/compare/v1.3.2...v1.4.0) (2022-12-01)
29

310
### Features

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "1.4.0"
2+
version "1.4.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 "9e3cb9a935c47b2c54f97af1e303e9b5934b8cbf6a5516a45536609a1ea48ef5"
10+
sha256 "02e7bde237bf62ce7ce16c1235b1527b548830b612e629534fe0ae572d6334d3"
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 "85dfa88ac81ed0fd4f3ffd4d560ece673818684742c956a30a86b1ae1d052354"
14+
sha256 "05bec3f193849138a2f9492da360f654d17e9f5c75ba0c327781ad92602b35a1"
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.4.0",
3+
"version": "1.4.1",
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.4.0",
3+
"version": "1.4.1",
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)