Skip to content

Commit 891a0b1

Browse files
committed
chore: release v3.8.1
1 parent c86cfe3 commit 891a0b1

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [3.8.1](https://github.com/WanderleeDev/ngx-theme-stack/compare/v3.8.0...v3.8.1) (2026-06-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **security:** resolve socket.dev alerts and convert md asset templates to ts ([c86cfe3](https://github.com/WanderleeDev/ngx-theme-stack/commit/c86cfe3716a88cb8bd15c4b600fc595efb3c83f1))
9+
310
# [3.8.0](https://github.com/WanderleeDev/ngx-theme-stack/compare/v3.7.0...v3.8.0) (2026-06-03)
411

512

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"typescript-eslint": "8.56.1",
6868
"vitest": "^4.0.8"
6969
},
70-
"version": "3.8.0",
70+
"version": "3.8.1",
7171
"pnpm": {
7272
"overrides": {
7373
"hono": ">=4.12.16",
@@ -83,4 +83,4 @@
8383
"ip-address@<=10.1.0": ">=10.1.1"
8484
}
8585
}
86-
}
86+
}

projects/ngx-theme-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-theme-stack",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "A stack of themes for Angular applications.",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)