Skip to content

Commit

Permalink
chore(master): release 2.40.1 (#1666)
Browse files Browse the repository at this point in the history
Co-authored-by: nuvla-release-please[bot] <177032548+nuvla-release-please[bot]@users.noreply.github.com>
  • Loading branch information
nuvla-release-please[bot] authored Oct 21, 2024
1 parent c5478a6 commit 89c3ec1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.40.0"
".": "2.40.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Released

## [2.40.1](https://github.com/nuvla/ui/compare/2.40.0...2.40.1) (2024-10-21)


### Bug Fixes

* **app-compatibility:** Set docker-compose as default compatibility on new apps ([#1665](https://github.com/nuvla/ui/issues/1665)) ([63730a8](https://github.com/nuvla/ui/commit/63730a87545000836dd746feee0346a398b00ca5))
* **Apps detail:** Minimum requirements make application page crash when in read-only mode ([#1667](https://github.com/nuvla/ui/issues/1667)) ([c5478a6](https://github.com/nuvla/ui/commit/c5478a6f7f95c779995d03a8d013c40650f92737))
* **UIX:** TableRowCell avoid crashing when value is a collection ([c5478a6](https://github.com/nuvla/ui/commit/c5478a6f7f95c779995d03a8d013c40650f92737))

## [2.40.0](https://github.com/nuvla/ui/compare/2.39.1...2.40.0) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion code/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(defproject sixsq.nuvla.ui/code
; x-release-please-start-version
"2.40.1-SNAPSHOT"
"2.40.1"
; x-release-please-end

:description "Web Browser User Interface for Nuvla"
Expand Down
2 changes: 1 addition & 1 deletion code/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

:builds {:nuvla-ui {:target :browser
; x-release-please-start-version
:release-version "2.40.1-SNAPSHOT"
:release-version "2.40.1"
; x-release-please-end
:output-dir "resources/public/ui/js"
:asset-path "/ui/js"
Expand Down

0 comments on commit 89c3ec1

Please sign in to comment.