From 666071041e9afa889112e8c3d4c8d16077669e8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:09:42 +0000 Subject: [PATCH] chore(master): release 0.9.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ Dockerfile | 2 +- reana-ui/package.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a80..871c1ad9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.9.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d75d7d..e1081b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.9.5](https://github.com/reanahub/reana-ui/compare/0.9.4...0.9.5) (2024-05-31) + + +### ⚠ BREAKING CHANGES + +* **gitlab:** The REST API endpoint `gitlab_projects` now includes pagination details. + +### Features + +* **gitlab:** add filtering for GitLab project lists ([#403](https://github.com/reanahub/reana-ui/issues/403)) ([c2e8b6c](https://github.com/reanahub/reana-ui/commit/c2e8b6c843eaa01c4191676789bb21a58291cf30)) +* **gitlab:** add pagination for GitLab project lists ([#403](https://github.com/reanahub/reana-ui/issues/403)) ([d403634](https://github.com/reanahub/reana-ui/commit/d4036342dd5c2e89c840da15f993b112a8ef2fa6)) + + +### Bug fixes + +* **gitlab:** redirect user to repository after clicking on name ([#406](https://github.com/reanahub/reana-ui/issues/406)) ([9b0c589](https://github.com/reanahub/reana-ui/commit/9b0c589eb3421a47d2443cc10facd877e88f4d7b)), closes [#356](https://github.com/reanahub/reana-ui/issues/356) + + +### Continuous integration + +* **actions:** update GitHub actions due to Node 16 deprecation ([#401](https://github.com/reanahub/reana-ui/issues/401)) ([43ced0c](https://github.com/reanahub/reana-ui/commit/43ced0c02c16f90c3f637e6b4c31feec817277d6)) + ## [0.9.4](https://github.com/reanahub/reana-ui/compare/0.9.3...0.9.4) (2024-03-04) diff --git a/Dockerfile b/Dockerfile index de88c63a..d8a8842b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,5 +44,5 @@ LABEL org.opencontainers.image.title="reana-ui" LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui" LABEL org.opencontainers.image.vendor="reanahub" # x-release-please-start-version -LABEL org.opencontainers.image.version="0.9.4" +LABEL org.opencontainers.image.version="0.9.5" # x-release-please-end diff --git a/reana-ui/package.json b/reana-ui/package.json index e5f80885..10f32372 100644 --- a/reana-ui/package.json +++ b/reana-ui/package.json @@ -1,6 +1,6 @@ { "name": "reana-ui", - "version": "0.9.4", + "version": "0.9.5", "private": true, "dependencies": { "axios": "^1.5.1",