Skip to content

Commit abc92e5

Browse files
authored
Merge pull request #32 from encryption4all/release-please--branches--main--components--postguard-business
chore(main): release 1.2.0
2 parents 053435f + 15a9afc commit abc92e5

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/encryption4all/postguard-business/compare/v1.1.2...v1.2.0) (2026-04-28)
4+
5+
6+
### Features
7+
8+
* **admin:** allow adding users to an organisation from the detail page ([789d548](https://github.com/encryption4all/postguard-business/commit/789d5484976b515ea53a51adb264fce4894f598e))
9+
* **admin:** allow creating and deleting organizations from the admin panel ([58f131b](https://github.com/encryption4all/postguard-business/commit/58f131b9f21764f6449f952dbc20e65b3e565167))
10+
* **admin:** create/delete organizations + fix header toggle layout ([053435f](https://github.com/encryption4all/postguard-business/commit/053435f50f33c0411f37193c198659e225d11540))
11+
12+
13+
### Bug Fixes
14+
15+
* **admin,portal:** align theme and language toggles in header ([29314ac](https://github.com/encryption4all/postguard-business/commit/29314ac6ee1af5d69231b5d259ce9331474b02f0))
16+
* **admin:** include org name in suspend/activate audit log entries ([42308fc](https://github.com/encryption4all/postguard-business/commit/42308fc2fc25801f13264853c06a437dc765d0b6))
17+
* **admin:** record client IP in admin audit log ([f39251c](https://github.com/encryption4all/postguard-business/commit/f39251c9dc8cc75de6e09bc9934504f9b0014bbe))
18+
* prevent register page from forcing scroll on short viewports ([e5b41a5](https://github.com/encryption4all/postguard-business/commit/e5b41a58f603cdae0d066f9e4b8c1c779ae6637e))
19+
* prevent register page from forcing scroll on short viewports ([123a6ef](https://github.com/encryption4all/postguard-business/commit/123a6ef83d55e91b7f7a5f75f0a82b825610db39)), closes [#30](https://github.com/encryption4all/postguard-business/issues/30)
20+
321
## [1.1.2](https://github.com/encryption4all/postguard-business/compare/v1.1.1...v1.1.2) (2026-04-25)
422

523

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postguard-business",
33
"private": true,
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)