Skip to content

Commit 064c3a4

Browse files
committed
Release 2.2.2
1 parent a984dbd commit 064c3a4

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+
## [2.2.2](https://github.com/project-codeflare/codeflare-cli/compare/v2.2.1...v2.2.2) (2023-01-18)
2+
3+
### Bug Fixes
4+
5+
- bump [email protected] to pick up fix for ray working-dir relative path ([a984dbd](https://github.com/project-codeflare/codeflare-cli/commit/a984dbd0ce14533f670fb169a97cb261e106569b))
6+
17
## [2.2.1](https://github.com/project-codeflare/codeflare-cli/compare/v2.2.0...v2.2.1) (2023-01-17)
28

39
### 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 "2.2.1"
2+
version "2.2.2"
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 "f67e56fb3bd383c955394516b20ab18c1bcd28141216c39e6b28ac49cff6b97f"
10+
sha256 "a3663c832c60daf1195491547b1f13b298edf8122fe5886c5e5a194bf715e773"
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 "7400750a0d89f2aa201434af38df9e91fd7979e102ec19b01b53585e35206653"
14+
sha256 "e0f3dee376ecc7e9354183c762d400f26d2edf6c8f09217b445430b0d9a5a7ff"
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": "2.2.1",
3+
"version": "2.2.2",
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": "2.2.1",
3+
"version": "2.2.2",
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)