Skip to content

Commit bdf82e5

Browse files
chore: release admin 0.3.0 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mkasperczyk90 <mkasperczyk90@users.noreply.github.com>
1 parent 964c738 commit bdf82e5

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src/web/admin": "0.2.0",
2+
"src/web/admin": "0.3.0",
33
"src/web/terminal": "0.3.0",
44
"src/Gateway/Warehouse.Gateway": "0.3.0",
55
"src/Services/Warehousing": "0.1.0",

src/web/admin/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/mkasperczyk90/Warehouse/compare/admin-v0.2.0...admin-v0.3.0) (2026-07-01)
4+
5+
6+
### 🚀 Features
7+
8+
* **identity:** validate Keycloak JWTs end-to-end — role policies, per-service zero-trust, session refresh/logout ([#49](https://github.com/mkasperczyk90/Warehouse/issues/49)) ([387c774](https://github.com/mkasperczyk90/Warehouse/commit/387c774639642add7938dec3a94e3adbf6a89480))
9+
310
## [0.2.0](https://github.com/mkasperczyk90/Warehouse/compare/admin-v0.1.0...admin-v0.2.0) (2026-06-27)
411

512

src/web/admin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "warehouse-admin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)