Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 12, 2023
1 parent 62a6d72 commit 863e69d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.6.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.5.2...v4.6.0) (2023-04-12)

### Bug Fixes

- leverage ink 4's flexWrap in the dashboard grid ([a76b21e](https://github.com/project-codeflare/codeflare-cli/commit/a76b21ee3e1d7b57dd803a98038987fde0075eac))
- non-async subprocs are not killed ([62a6d72](https://github.com/project-codeflare/codeflare-cli/commit/62a6d7228818a268a94a7f246357517815a9f014))

### Features

- bump ink 3 -> 4 which requires node16 module resolution ([47b9e97](https://github.com/project-codeflare/codeflare-cli/commit/47b9e97d4e372da3828bc747e926a1b802438012))
- bump to kui's new babel-less prescan ([a05108d](https://github.com/project-codeflare/codeflare-cli/commit/a05108d9f9ed15254c6683cb9f041dab12ac8ce7))

## [4.5.2](https://github.com/project-codeflare/codeflare-cli/compare/v4.5.1...v4.5.2) (2023-04-10)

### 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 "4.5.2"
version "4.6.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 "44a251aa648de723611ade33387beeb8c7d82db2b5c908b8c2b167ee31399e6d"
sha256 "92e46c3c2da595a5ba9825faf1062e6573b734d6d4218ea4925a44c054dbc2ae"
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 "2a5e10af563fe98a2dc38f622c3be64f59ba49d61c4c5f7d61b826cf244034a3"
sha256 "46b901b7db366cfd6c7ff35d1d06d6cd5bc88a6f3f11f48d83f817a8940e0936"
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": "4.5.2",
"version": "4.6.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": "4.5.2",
"version": "4.6.0",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 863e69d

Please sign in to comment.