Skip to content

Commit 6e90e61

Browse files
chore(main): release workflows-lib 0.1.7
1 parent 5d2fa7d commit 6e90e61

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.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.7",
1010
"+5": "0.0.0",
11-
"frontend/workflows-lib": "0.1.6",
11+
"frontend/workflows-lib": "0.1.7",
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.7](https://github.com/DiamondLightSource/workflows/compare/workflows-lib@v0.1.6...workflows-lib@v0.1.7) (2026-06-05)
4+
5+
6+
### Features
7+
8+
* **frontend:** add logout button ([d07e285](https://github.com/DiamondLightSource/workflows/commit/d07e2857db89caaeb5ce84f641e2b9fe38d791fb))
9+
* **frontend:** add repository link components ([c317cd0](https://github.com/DiamondLightSource/workflows/commit/c317cd0acf820020963b1393dc98069d8c2e2399))
10+
* **frontend:** display message on unauthorized query ([90f4827](https://github.com/DiamondLightSource/workflows/commit/90f4827171996cf40a00a215a90bd35dbaac4985))
11+
* **frontend:** preserve template filter settings ([daef9f9](https://github.com/DiamondLightSource/workflows/commit/daef9f944e85c31fd80f9bb905113d7d6205ba01))
12+
13+
14+
### Bug Fixes
15+
16+
* **frontend:** display auth error message only for auth errors ([4378fcb](https://github.com/DiamondLightSource/workflows/commit/4378fcb5da0c1a5b530532dcc116bcdfed66cd1d))
17+
18+
19+
### Reverts
20+
21+
* bump the minor group across 1 directory with 23 updates ([6236a65](https://github.com/DiamondLightSource/workflows/commit/6236a6525b9661df22d2baf80fae154ad51aec31))
22+
323
## [0.1.6](https://github.com/DiamondLightSource/workflows/compare/workflows-lib@v0.1.5...workflows-lib@v0.1.6) (2026-01-09)
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.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)