Skip to content

Commit 80423fa

Browse files
chore(main): release workflows-lib 0.1.6
1 parent afd2be7 commit 80423fa

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.5",
1010
"+5": "0.0.0",
11-
"frontend/workflows-lib": "0.1.5",
11+
"frontend/workflows-lib": "0.1.6",
1212
"+6": "0.0.0",
1313
"backend/telemetry": "0.1.2",
1414
"+7": "0.0.0",

frontend/workflows-lib/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/DiamondLightSource/workflows/compare/workflows-lib@v0.1.5...workflows-lib@v0.1.6) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* **frontend:** add sliding list of images ([32cae44](https://github.com/DiamondLightSource/workflows/commit/32cae44b129463f231a416f9add5956e6f67091c))
9+
* **frontend:** add table view of the artefacts shown ([23b70a0](https://github.com/DiamondLightSource/workflows/commit/23b70a087b7753ff823e252f74b9cbd715af73e5))
10+
* **frontend:** allow all image types ([7c0ab6b](https://github.com/DiamondLightSource/workflows/commit/7c0ab6ba878d82bd852739e9532a48eae85aca87))
11+
* **frontend:** fill task when artifact is hovered over ([5610b2a](https://github.com/DiamondLightSource/workflows/commit/5610b2a230a76866fc8c692fc6b490448c9af13f))
12+
* **frontend:** use accordion for artifact list ([7fa8b21](https://github.com/DiamondLightSource/workflows/commit/7fa8b21626a7190a0050ca47850b9dc00be86bdd))
13+
14+
15+
### Bug Fixes
16+
17+
* **workflows-lib:** correct reactflow for 'steps' type ([b116395](https://github.com/DiamondLightSource/workflows/commit/b116395c274317d76f50fd3c2ace2a06ad84a9e9))
18+
319
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/workflows-lib@v0.1.4...workflows-lib@v0.1.5) (2025-07-16)
420

521

frontend/workflows-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflows-lib",
33
"private": true,
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"type": "module",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)