Skip to content

Commit

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

## [1.0.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/1.0.0..1.0.1) (2021-10-11)

### Bug Fixes

* prevent users without fork rights from trying to fork ([#1494](https://github.com/SwissDataScienceCenter/renku-ui/issues/1494), [#1431](https://github.com/SwissDataScienceCenter/renku-ui/issues/1431))
* reactivate configurable home page ([#1513](https://github.com/SwissDataScienceCenter/renku-ui/issues/1513), [#1515](https://github.com/SwissDataScienceCenter/renku-ui/issues/1515))
* correct column width in markdown tables ([#1501](https://github.com/SwissDataScienceCenter/renku-ui/issues/1501), [#1496](https://github.com/SwissDataScienceCenter/renku-ui/issues/1496))
* show titles in landing page Your Projects sections ([#1508](https://github.com/SwissDataScienceCenter/renku-ui/issues/1508))

### Features

* support creating and editing datasets when the default branch is protected ([#1013](https://github.com/SwissDataScienceCenter/renku-ui/issues/1013), [#1502](https://github.com/SwissDataScienceCenter/renku-ui/issues/1502))

## [1.0.0 🎉](https://github.com/SwissDataScienceCenter/renku-ui/compare/1.0.0-beta5...1.0.0) (2021-09-20)

The 1.0.0 UI! The biggest changes compared to the earlier 0.11.x version are explained on the RenkuLab home page
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": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@babel/helper-regex": "^7.10.5",
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: 1.0.0
version: 1.0.1
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: 1.0.0
version: 1.0.1
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": "1.0.0",
"version": "1.0.1",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 0727752

Please sign in to comment.