Skip to content

Commit

Permalink
chore(master): release 2.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuvla-release-please[bot] committed Sep 30, 2024
1 parent feb0bbf commit 9d8491c
Show file tree
Hide file tree
Showing 4 changed files with 10 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.39.1"
".": "2.39.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Released

## [2.39.2](https://github.com/nuvla/ui/compare/2.39.1...2.39.2) (2024-09-30)


### Minor Changes

* **nuvlaedge-self-registration.py:** fallback to socket.gaierror if NameResolutionError is not available in urllib3 (< v2.0.0) ([feb0bbf](https://github.com/nuvla/ui/commit/feb0bbf11b4118687790a46a3fa12f922c0fc872))

## [2.39.1](https://github.com/nuvla/ui/compare/2.39.0...2.39.1) (2024-09-26)


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.39.2-SNAPSHOT"
"2.39.2"
; 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 @@ -10,7 +10,7 @@

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

0 comments on commit 9d8491c

Please sign in to comment.