Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jan 31, 2023
1 parent 6d2312a commit 4f9fe4d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [2.3.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.2.2...v2.3.0) (2023-01-31)

### Features

- bump to @guidebooks/store@2.2.2 s3fs storage class choice ([6d2312a](https://github.com/project-codeflare/codeflare-cli/commit/6d2312abdc967c7ac591733d444177b5b4755dd7))

## [2.2.2](https://github.com/project-codeflare/codeflare-cli/compare/v2.2.1...v2.2.2) (2023-01-18)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Casks/codeflare.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "codeflare" do
version "2.2.2"
version "2.3.0"

name "CodeFlare"
desc "CLI for Project CodeFlare"
homepage "https://github.com/project-codeflare/codeflare-cli"

if Hardware::CPU.intel?
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
sha256 "a3663c832c60daf1195491547b1f13b298edf8122fe5886c5e5a194bf715e773"
sha256 "30f58719eef90e273b9c90d2e28016fe243401b2553e627f60526de153efeacd"
app "CodeFlare-darwin-x64/CodeFlare.app"
else
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
sha256 "e0f3dee376ecc7e9354183c762d400f26d2edf6c8f09217b445430b0d9a5a7ff"
sha256 "cc4203cf63afa40814fa78ec42192a2f314461e6403a2ab90bb726c2bd93ee3f"
app "CodeFlare-darwin-arm64/CodeFlare.app"
end

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodeFlare.app",
"version": "2.2.2",
"version": "2.3.0",
"description": "",
"main": "dist/headless/codeflare.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "2.2.2",
"version": "2.3.0",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 4f9fe4d

Please sign in to comment.