Skip to content

Commit

Permalink
build: release 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri authored and ciyer committed Mar 10, 2021
1 parent 10f0f7b commit 5585082
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.11.8](https://github.com/SwissDataScienceCenter/renku-ui/compare/0.11.7...0.11.8) (2021-03-09)

### Bug Fixes

* **datasets** handle datasets with ',' in the name correctly ([#1265](https://github.com/SwissDataScienceCenter/renku-ui/pull/1265))


## [0.11.7](https://github.com/SwissDataScienceCenter/renku-ui/compare/0.11.6...0.11.7) (2021-03-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.11.7",
"version": "0.11.8",
"private": true,
"dependencies": {
"@babel/helper-regex": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-ui-server/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 Server
name: renku-ui-server
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
version: 0.11.7
version: 0.11.8
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: 0.11.7
version: 0.11.8
2 changes: 1 addition & 1 deletion 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": "0.11.7",
"version": "0.11.8",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 5585082

Please sign in to comment.