Skip to content

Commit 64ac8f5

Browse files
committed
Release 4.7.1
1 parent cec4559 commit 64ac8f5

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.7.1](https://github.com/project-codeflare/codeflare-cli/compare/v4.7.0...v4.7.1) (2023-04-13)
2+
3+
### Bug Fixes
4+
5+
- revert to ink@3 due to weird codeflare db silent failures ([cec4559](https://github.com/project-codeflare/codeflare-cli/commit/cec4559f0c5a8fa9fab88f398e36c2ccfe3251cf))
6+
17
# [4.7.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.6.2...v4.7.0) (2023-04-12)
28

39
### Features

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "4.7.0"
2+
version "4.7.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 "90f2667e8f12a545e7332225d205b05deb8de3b8910cfa87495c3cf4b555fe03"
10+
sha256 "046ffd98f76828bf5605a8bfa114dbef5af095daaee7c53ab416b8b0ff4d05cd"
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 "9fb1c72a7bbe5c6f9956a5b5759314763d810f5f67746cb35c7b05e6d3e21ec1"
14+
sha256 "981cf24905e8fc3aa22445bd1daa892cbbbc117c0f05f425802b69e51588dd98"
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": "4.7.0",
3+
"version": "4.7.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": "4.7.0",
3+
"version": "4.7.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)