Skip to content

Commit 81f4c69

Browse files
committed
Release 2.0.0
1 parent 200e1f8 commit 81f4c69

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [2.0.0](https://github.com/project-codeflare/codeflare-cli/compare/v1.5.0...v2.0.0) (2023-01-10)
2+
3+
### Bug Fixes
4+
5+
- allotment dep needs to move from plugin-codeflare to plugin-madwizard ([bcca439](https://github.com/project-codeflare/codeflare-cli/commit/bcca439dd4b2f46bed6dd2a73dad1bf5d464791b))
6+
- bump kui to pick up fix for weird right border in title ([31d129e](https://github.com/project-codeflare/codeflare-cli/commit/31d129e6a45dd3b1ca2848b02e55dddd19969b76))
7+
- bump madwizard 2.5.2 to pick up multiselect fix ([4d3cb9a](https://github.com/project-codeflare/codeflare-cli/commit/4d3cb9a4e23184d163b0241435e5c0391658aa94))
8+
- fill in missing support for multiselect in <Ask/> ([aa54823](https://github.com/project-codeflare/codeflare-cli/commit/aa54823c202e0b9f7a5cd4b28e27fd1eea31c60e))
9+
- in <Ask/> select is clipped at the bottom ([b360218](https://github.com/project-codeflare/codeflare-cli/commit/b3602188aa21cdf885f944eac6b655d81996720a))
10+
- move additional deps from plugin-codeflare to plugin-madwizard ([8e62070](https://github.com/project-codeflare/codeflare-cli/commit/8e620703bfed12cf037f7cc50a363045ddfe545e))
11+
- ProfileExplorer can show object Object for duplicate forms in profile ([0744a41](https://github.com/project-codeflare/codeflare-cli/commit/0744a41997b568e3c72eb1065eff406b12b59e04))
12+
13+
### Features
14+
15+
- allow WorkloadDesigner to hide ProfileExplorer ([89735ff](https://github.com/project-codeflare/codeflare-cli/commit/89735ff46a3c54afff9e361674711a98fc2cdcb3))
16+
- major bump to kui and madwizard dependencies ([b340b33](https://github.com/project-codeflare/codeflare-cli/commit/b340b33e41ced1ca19eaeb466a7eb15a88a6ab6e))
17+
18+
### BREAKING CHANGES
19+
20+
- this pulls in react 18, which has some breaking changes on react components that this PR addresses
21+
- this pulls in a few breaking changes to the madwizard API
22+
23+
bump to store 1.9.3
24+
125
# [1.5.0](https://github.com/project-codeflare/codeflare-cli/compare/v1.4.1...v1.5.0) (2022-12-02)
226

327
### 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.5.0"
2+
version "2.0.0"
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 "954573a270dbc6fc53023d0dcba731b203f5e4fbe5a07684172eb98e0d15a762"
10+
sha256 "bbb06ce109eac2ed6827fae8a4f1ce31d539b4150821846b4a3959e23a6e0f84"
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 "9d0c78822e422f73f236c56bbb9f759afbf27344c7ca2c01d0d4ee548d2e7f41"
14+
sha256 "43f20f84767be2ee30e103045d8c1c8e89ea9e204fb231a8342abc8772ed9bb8"
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.5.0",
3+
"version": "2.0.0",
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.5.0",
3+
"version": "2.0.0",
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)