Skip to content

Commit 2a5c83d

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release workflows-lib 0.1.5
1 parent 856fe64 commit 2a5c83d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.3",
1010
"+5": "0.0.0",
11-
"frontend/workflows-lib": "0.1.4",
11+
"frontend/workflows-lib": "0.1.5",
1212
"+6": "0.0.0",
1313
"backend/telemetry": "0.1.2",
1414
"+7": "0.0.0",

frontend/workflows-lib/CHANGELOG.md

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

3+
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.5) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* **frontend:** add clear all filters button ([535be52](https://github.com/DiamondLightSource/workflows/commit/535be5257641d2cd167e51ecba2f7a84f2e016f0))
9+
* **frontend:** add file upload component ([183e0c3](https://github.com/DiamondLightSource/workflows/commit/183e0c3c899cc7e3de98e7f9ecf40e7da996a2dc))
10+
* **frontend:** ctrl click to select multiple tasks ([242d322](https://github.com/DiamondLightSource/workflows/commit/242d322f644bf9c897d13d7ca403cb7b788962ba))
11+
* **frontend:** display all artifacts when no task selected ([354da73](https://github.com/DiamondLightSource/workflows/commit/354da7339c7fe4666bc35d4a494ea6532e1f097d))
12+
* **frontend:** display task name next to artifact ([9e10592](https://github.com/DiamondLightSource/workflows/commit/9e10592c332646f906bd6d38daf9638a5e33f30a))
13+
* **frontend:** show repo for template list and form ([d9aadab](https://github.com/DiamondLightSource/workflows/commit/d9aadabf2b063482e5d897c954b09497550d6c14))
14+
* **frontend:** use query parameters for selected tasks ([4f5c4e9](https://github.com/DiamondLightSource/workflows/commit/4f5c4e9d8cc29b00d06a2845fba8433dddd8f8ea))
15+
16+
17+
### Bug Fixes
18+
19+
* **frontend:** fix Accordion story with MemoryRouter ([45d72ed](https://github.com/DiamondLightSource/workflows/commit/45d72ed620c6b175bc12067cd056bdbf270a6919))
20+
* **frontend:** persist tasks flow viewport & add reset button ([c6260b2](https://github.com/DiamondLightSource/workflows/commit/c6260b2a73410b8e12e578470b91087a1c2a80ba))
21+
* **frontend:** use modified visitRegex in template regex ([1a9950a](https://github.com/DiamondLightSource/workflows/commit/1a9950a38a71de19cb2c5e51d01ebf970f4e6af5))
22+
323
## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.4) (2025-06-12)
424

525

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.4",
4+
"version": "0.1.5",
55
"type": "module",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)