Skip to content

Commit df26aff

Browse files
chore(master): release 0.9.5
1 parent e4c024b commit df26aff

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.4"
2+
".": "0.9.5"
33
}

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## [0.9.5](https://github.com/reanahub/reana-ui/compare/0.9.4...0.9.5) (2025-01-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **gitlab:** The REST API endpoint `gitlab_projects` now includes pagination details.
9+
10+
### Build
11+
12+
* **docker:** fix FromAsCasing warning ([#411](https://github.com/reanahub/reana-ui/issues/411)) ([b203d93](https://github.com/reanahub/reana-ui/commit/b203d93f854d89b302c712b5734cda0b5aabdbb9)), closes [#410](https://github.com/reanahub/reana-ui/issues/410)
13+
14+
15+
### Features
16+
17+
* **file-preview:** allow preview of gherkin feature files ([#412](https://github.com/reanahub/reana-ui/issues/412)) ([77d55b7](https://github.com/reanahub/reana-ui/commit/77d55b702ba12fb4eafe1b7191275e767a825d49))
18+
* **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))
19+
* **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))
20+
* **progress:** add circular progress bar in workflow list page ([#394](https://github.com/reanahub/reana-ui/issues/394)) ([7f4f1ac](https://github.com/reanahub/reana-ui/commit/7f4f1ac456dcf5602ed3d0e37bcdb8e3447a17eb))
21+
* **sessions:** add modal for choosing session environment ([#405](https://github.com/reanahub/reana-ui/issues/405)) ([7a83b20](https://github.com/reanahub/reana-ui/commit/7a83b206cd8d3c7f20f511780519ee8192c83ef5))
22+
* **ui:** add dropdowns for filtering shared workflows ([#375](https://github.com/reanahub/reana-ui/issues/375)) ([ea20030](https://github.com/reanahub/reana-ui/commit/ea20030adabe79d8ee55b889f7381ae75c164981)), closes [#367](https://github.com/reanahub/reana-ui/issues/367)
23+
* **ui:** add workflow sharing modal ([#375](https://github.com/reanahub/reana-ui/issues/375)) ([7722ff3](https://github.com/reanahub/reana-ui/commit/7722ff385d24680d1c8fc3007c7fe65a94b48974)), closes [#651](https://github.com/reanahub/reana-ui/issues/651)
24+
* **ui:** make details available for shared workflows ([#375](https://github.com/reanahub/reana-ui/issues/375)) ([089853f](https://github.com/reanahub/reana-ui/commit/089853fc2a3347baf0fc4d260d3915293f9913c1))
25+
* **workflow-badges:** add Dask dashboard icon ([#417](https://github.com/reanahub/reana-ui/issues/417)) ([e4c024b](https://github.com/reanahub/reana-ui/commit/e4c024b755ecb0e5bc01516a8104425aa661832d)), closes [#415](https://github.com/reanahub/reana-ui/issues/415)
26+
* **workflow-list:** redesign subtler progress bar and badges ([#394](https://github.com/reanahub/reana-ui/issues/394)) ([660584e](https://github.com/reanahub/reana-ui/commit/660584e53d4c63d100bad73c39e674af12022824))
27+
* **workflow-list:** unify badge style and remove nested links ([#394](https://github.com/reanahub/reana-ui/issues/394)) ([d623ff4](https://github.com/reanahub/reana-ui/commit/d623ff44e1fb3aa6505597c2e70bd6bd674a7e6c))
28+
29+
30+
### Bug fixes
31+
32+
* **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)
33+
* **ui:** fix workflow sharing interface after UI changes ([#375](https://github.com/reanahub/reana-ui/issues/375)) ([83eee02](https://github.com/reanahub/reana-ui/commit/83eee025b560c97467325747c2a95319ec6bd04e))
34+
* **ui:** show Jupyter badge only after notebook is running ([#416](https://github.com/reanahub/reana-ui/issues/416)) ([35c98b5](https://github.com/reanahub/reana-ui/commit/35c98b51ed52db70f03462c44a26533e64cab644)), closes [#408](https://github.com/reanahub/reana-ui/issues/408)
35+
36+
37+
### Code refactoring
38+
39+
* **workflow-badges:** centralise list and details components ([#394](https://github.com/reanahub/reana-ui/issues/394)) ([fa65bb5](https://github.com/reanahub/reana-ui/commit/fa65bb5df8d8ec498a6c2db4c836c5e23552efbd)), closes [#151](https://github.com/reanahub/reana-ui/issues/151) [#395](https://github.com/reanahub/reana-ui/issues/395)
40+
41+
42+
### Continuous integration
43+
44+
* **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))
45+
* **actions:** upgrade to Ubuntu 24.04 and Python 3.12 ([#409](https://github.com/reanahub/reana-ui/issues/409)) ([1561a4b](https://github.com/reanahub/reana-ui/commit/1561a4b4e4944ecc19f5bca34041c41155655d4f))
46+
* **commitlint:** improve checking of merge commits ([#409](https://github.com/reanahub/reana-ui/issues/409)) ([c066472](https://github.com/reanahub/reana-ui/commit/c06647276d52807e29c0b382c819f6cd0513f562))
47+
348
## [0.9.4](https://github.com/reanahub/reana-ui/compare/0.9.3...0.9.4) (2024-03-04)
449

550

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ LABEL org.opencontainers.image.title="reana-ui"
4444
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui"
4545
LABEL org.opencontainers.image.vendor="reanahub"
4646
# x-release-please-start-version
47-
LABEL org.opencontainers.image.version="0.9.4"
47+
LABEL org.opencontainers.image.version="0.9.5"
4848
# x-release-please-end

reana-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reana-ui",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"private": true,
55
"dependencies": {
66
"axios": "^1.5.1",

0 commit comments

Comments
 (0)