Skip to content

Commit 5967608

Browse files
chore(release): 2.169.4
## [2.169.4](v2.169.3...v2.169.4) (2025-03-25) ### Bug Fixes * **UI-1432:** fix PermissionDenied error in authInterceptor ([#1106](#1106)) ([aadc709](aadc709))
1 parent aadc709 commit 5967608

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.169.4](https://github.com/autokitteh/web-platform/compare/v2.169.3...v2.169.4) (2025-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **UI-1432:** fix PermissionDenied error in authInterceptor ([#1106](https://github.com/autokitteh/web-platform/issues/1106)) ([aadc709](https://github.com/autokitteh/web-platform/commit/aadc709203ba0997a74c0d41b83d646b43cb1dee))
7+
18
## [2.169.3](https://github.com/autokitteh/web-platform/compare/v2.169.2...v2.169.3) (2025-03-23)
29

310

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
@@ -2,7 +2,7 @@
22
"name": "autokitteh",
33
"private": true,
44
"type": "module",
5-
"version": "2.169.3",
5+
"version": "2.169.4",
66
"scripts": {
77
"build": "vite build",
88
"build-storybook": "storybook build",

0 commit comments

Comments
 (0)