Skip to content

Commit

Permalink
build: release 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Feb 13, 2024
1 parent 79e5fdc commit 5ba2b77
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renku-ui",
"version": "3.26.0",
"version": "3.27.0",
"private": true,
"scripts": {
"start": "vite --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for the Renku UI
name: renku-ui
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
version: 3.26.0
version: 3.27.0
4 changes: 2 additions & 2 deletions helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ui:
client:
image:
repository: renku/renku-ui
tag: "3.26.0"
tag: "3.27.0"

server:
image:
repository: renku/renku-ui-server
tag: "3.26.0"
tag: "3.27.0"
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renku-ui-server",
"version": "3.26.0",
"version": "3.27.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 5ba2b77

Please sign in to comment.