Skip to content

Commit fe6aa6b

Browse files
chore(main): release relay-workflows-lib 0.1.6
1 parent d756203 commit fe6aa6b

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.8",
88
"+4": "0.0.0",
9-
"frontend/relay-workflows-lib": "0.1.5",
9+
"frontend/relay-workflows-lib": "0.1.6",
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.6](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.6) (2025-08-14)
4+
5+
6+
### Features
7+
8+
* **frontend:** add subscriptions to react flow views ([d756203](https://github.com/DiamondLightSource/workflows/commit/d7562037513f423c1108e5c0d4935b940a0d7a69))
9+
* **frontend:** button to clear all tasks ([fdeee0b](https://github.com/DiamondLightSource/workflows/commit/fdeee0be04ecf7cdb82d73e92a2e85d0d622e845))
10+
* **frontend:** button to select output tasks ([f2d220f](https://github.com/DiamondLightSource/workflows/commit/f2d220f8462031ba306c8d374125ece49cb32fa3))
11+
* **frontend:** fill task when artifact is hovered over ([5610b2a](https://github.com/DiamondLightSource/workflows/commit/5610b2a230a76866fc8c692fc6b490448c9af13f))
12+
* **frontend:** show input params and template in single workflow UI ([fd3bca2](https://github.com/DiamondLightSource/workflows/commit/fd3bca27f2a30c4a1f52f6783214144d5923b754))
13+
* **frontend:** store instrumentSessionID in localStorage ([3efcfc6](https://github.com/DiamondLightSource/workflows/commit/3efcfc6e4ac734779a231ea431e5a1284cefc5bf))
14+
* **frontend:** sync selected tasks between components ([e78347f](https://github.com/DiamondLightSource/workflows/commit/e78347f668021bae04035d5af7588f17d4748184))
15+
16+
17+
### Bug Fixes
18+
19+
* **frontend:** move graphql consts out of component files ([f3e1fb5](https://github.com/DiamondLightSource/workflows/commit/f3e1fb567e3c814ea3b969e203c09f57b6adbff6))
20+
* **relay-workflows-lib:** fix live update bug ([4cc3b83](https://github.com/DiamondLightSource/workflows/commit/4cc3b83447ff59197ff4b356d4855f355da62b2b))
21+
322
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.5) (2025-07-22)
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.5",
4+
"version": "0.1.6",
55
"type": "module",
66
"main": "lib/main.ts",
77
"scripts": {

0 commit comments

Comments
 (0)