Skip to content

Commit

Permalink
build: release 2.15.0 (#2267)
Browse files Browse the repository at this point in the history
Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]>
  • Loading branch information
ciyer and cramakri authored Jan 4, 2023
1 parent d0147e7 commit 83e7c76
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [2.15.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.14.0...2.15.0) (2023-01-04)

### Bug Fixes

* **client:** improve layout of entity headers and cards ([#2265](https://github.com/SwissDataScienceCenter/renku-ui/issues/2265))

### Features

* improve styling of button with menu and group button ([#2200](https://github.com/SwissDataScienceCenter/renku-ui/issues/2200), [#2243](https://github.com/SwissDataScienceCenter/renku-ui/issues/2243))
* retrieve namespaces owned only when forking a project ([#2027](https://github.com/SwissDataScienceCenter/renku-ui/issues/2027), [#2187](https://github.com/SwissDataScienceCenter/renku-ui/issues/2187))
* improve source highlighting in file preview ([#2175](https://github.com/SwissDataScienceCenter/renku-ui/issues/2175), [#2233](https://github.com/SwissDataScienceCenter/renku-ui/issues/2233))
* restore projects and datasets images ([#2179](https://github.com/SwissDataScienceCenter/renku-ui/issues/2179), [#2231](https://github.com/SwissDataScienceCenter/renku-ui/issues/2231))


## [2.14.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.13.0...2.14.0) (2022-12-16)

### Bug Fixes
Expand Down
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": "2.14.0",
"version": "2.15.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.0.2",
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: 2.14.0
version: 2.15.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 @@ -53,7 +53,7 @@ client:

image:
repository: renku/renku-ui
tag: "2.14.0"
tag: "2.15.0"
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -182,7 +182,7 @@ server:

image:
repository: renku/renku-ui-server
tag: "2.14.0"
tag: "2.15.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
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": "2.14.0",
"version": "2.15.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 83e7c76

Please sign in to comment.