Skip to content

Commit 8989f59

Browse files
chore(main): release 1.3.1 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4098376 commit 8989f59

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.1](https://github.com/encryption4all/postguard-business/compare/v1.3.0...v1.3.1) (2026-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **a11y:** use .visually-hidden for skip-link to remove visible 1px sliver ([#75](https://github.com/encryption4all/postguard-business/issues/75)) ([4098376](https://github.com/encryption4all/postguard-business/commit/4098376da3082a655e0a8bcb0f49357b7cd42ab8))
9+
* **a11y:** WCAG AA contrast fixes for status colors ([d6ee74d](https://github.com/encryption4all/postguard-business/commit/d6ee74d774ffa80aa67624ab069f013e6fbae369))
10+
* **a11y:** WCAG AA contrast fixes for status colors + restore accent card ([fe29524](https://github.com/encryption4all/postguard-business/commit/fe29524544b6999230816865bf942960f8570e59))
11+
* **csp:** resolve report-only violations for inline script and Iconify API ([7a151ea](https://github.com/encryption4all/postguard-business/commit/7a151ea8070cf414d995b68217214edf0ab0d504))
12+
* **csp:** resolve report-only violations for inline script and Iconify API ([cc99255](https://github.com/encryption4all/postguard-business/commit/cc992559bf9be988bca687b983a09e62b6e58bd6)), closes [#60](https://github.com/encryption4all/postguard-business/issues/60)
13+
* require adminId for impersonate action ([#63](https://github.com/encryption4all/postguard-business/issues/63)) ([2c9c161](https://github.com/encryption4all/postguard-business/commit/2c9c1616080ba221fe636f2656ba93b4dd40b166))
14+
* require adminId for impersonate action ([#63](https://github.com/encryption4all/postguard-business/issues/63)) ([61a0bf9](https://github.com/encryption4all/postguard-business/commit/61a0bf967f430b0e55635af25e97727c490843fe))
15+
316
## [1.3.0](https://github.com/encryption4all/postguard-business/compare/v1.2.0...v1.3.0) (2026-05-07)
417

518

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.3.0",
4+
"version": "1.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)