Skip to content

Commit

Permalink
chore(master): release 2.37.2 (#1602)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 25, 2024
1 parent 8b8cc38 commit 05f5176
Show file tree
Hide file tree
Showing 4 changed files with 14 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.37.2-SNAPSHOT"
".": "2.37.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

## Released

## [2.37.2](https://github.com/nuvla/ui/compare/v2.37.2-SNAPSHOT...2.37.2) (2024-07-25)


### Continuous Integration

* **github:** Github orchestrate build of ui docker image ([19350fb](https://github.com/nuvla/ui/commit/19350fb600b6cf2c48ef36c4752f464acb3598b7))
* **github:** Upgrade plugins ([19350fb](https://github.com/nuvla/ui/commit/19350fb600b6cf2c48ef36c4752f464acb3598b7))
* **maven:** Retire maven ([#1596](https://github.com/nuvla/ui/issues/1596)) ([19350fb](https://github.com/nuvla/ui/commit/19350fb600b6cf2c48ef36c4752f464acb3598b7))
* **release-please:** Release please control version based on commit messages ([19350fb](https://github.com/nuvla/ui/commit/19350fb600b6cf2c48ef36c4752f464acb3598b7))
* **travis:** Remove reference to Travis ([19350fb](https://github.com/nuvla/ui/commit/19350fb600b6cf2c48ef36c4752f464acb3598b7))

## [2.37.1] - 2024-06-18

- Notifications - Use content-type for data-records instead of tag
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.37.2-SNAPSHOT"
"2.37.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.37.2-SNAPSHOT"
:release-version "2.37.2"
; x-release-please-end
:output-dir "resources/public/ui/js"
:asset-path "/ui/js"
Expand Down

0 comments on commit 05f5176

Please sign in to comment.