Skip to content

Commit ba7021e

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

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"+3": "0.0.0",
77
"frontend/dashboard": "0.1.6",
88
"+4": "0.0.0",
9-
"frontend/relay-workflows-lib": "0.1.3",
9+
"frontend/relay-workflows-lib": "0.1.4",
1010
"+5": "0.0.0",
1111
"frontend/workflows-lib": "0.1.5",
1212
"+6": "0.0.0",

frontend/relay-workflows-lib/CHANGELOG.md

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

3+
## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.4) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* **frontend:** add workflows live update switch ([eab7124](https://github.com/DiamondLightSource/workflows/commit/eab712461f5e260800000f0ee8dfacc643192ec1))
9+
* **frontend:** ctrl click to select multiple tasks ([242d322](https://github.com/DiamondLightSource/workflows/commit/242d322f644bf9c897d13d7ca403cb7b788962ba))
10+
* **frontend:** display all artifacts when no task selected ([354da73](https://github.com/DiamondLightSource/workflows/commit/354da7339c7fe4666bc35d4a494ea6532e1f097d))
11+
* **frontend:** poll workflow names every 5 seconds ([11842a7](https://github.com/DiamondLightSource/workflows/commit/11842a738415f929e38f7a20b53061c18e30bd37))
12+
* **frontend:** show repo for template list and form ([d9aadab](https://github.com/DiamondLightSource/workflows/commit/d9aadabf2b063482e5d897c954b09497550d6c14))
13+
* **frontend:** store multiple tasks in url ([eddc779](https://github.com/DiamondLightSource/workflows/commit/eddc7799fe88a68f988fe539448e2c96c248a60b))
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 task highlighting with breadcrumbs ([2077128](https://github.com/DiamondLightSource/workflows/commit/2077128aacea2587f4087876830627f5cdfbc28f))
20+
* **frontend:** persist tasks flow viewport & add reset button ([c6260b2](https://github.com/DiamondLightSource/workflows/commit/c6260b2a73410b8e12e578470b91087a1c2a80ba))
21+
322
## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.3) (2025-06-12)
423

524

frontend/relay-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": "relay-workflows-lib",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"main": "lib/main.ts",
77
"scripts": {

0 commit comments

Comments
 (0)