Skip to content

Commit a7ca047

Browse files
chore(master): release 2.47.1 (#1743)
Co-authored-by: nuvla-release-please[bot] <177032548+nuvla-release-please[bot]@users.noreply.github.com>
1 parent 339b7d4 commit a7ca047

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.47.0"
2+
".": "2.47.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Released
44

5+
## [2.47.1](https://github.com/nuvla/ui/compare/2.47.0...2.47.1) (2025-06-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **Edge details page:** COE resource action pull image private registries NE version &gt;=2.19.2 ([#1742](https://github.com/nuvla/ui/issues/1742)) ([339b7d4](https://github.com/nuvla/ui/commit/339b7d468a97123445c658484bd548f5c72df6fb))
11+
* **Edge utils:** consider ne-dev as always a new version refactor utils ([339b7d4](https://github.com/nuvla/ui/commit/339b7d468a97123445c658484bd548f5c72df6fb))
12+
513
## [2.47.0](https://github.com/nuvla/ui/compare/2.46.0...2.47.0) (2025-06-12)
614

715

code/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
(defproject sixsq.nuvla.ui/code
55
; x-release-please-start-version
6-
"2.47.1-SNAPSHOT"
6+
"2.47.1"
77
; x-release-please-end
88

99
:description "Web Browser User Interface for Nuvla"

code/shadow-cljs.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
:builds {:nuvla-ui {:target :browser
1313
; x-release-please-start-version
14-
:release-version "2.47.1-SNAPSHOT"
14+
:release-version "2.47.1"
1515
; x-release-please-end
1616
:output-dir "resources/public/ui/js"
1717
:asset-path "/ui/js"

0 commit comments

Comments
 (0)