Skip to content

Commit 746294a

Browse files
committed
chore: release v3.3.0
1 parent d6204b0 commit 746294a

3 files changed

Lines changed: 9 additions & 2 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.3.0](https://github.com/WanderleeDev/ngx-theme-stack/compare/v3.2.1...v3.3.0) (2026-04-24)
4+
5+
6+
### Features
7+
8+
* allow target identifier specification in applySmartPatch to support custom providers array injection ([d6204b0](https://github.com/WanderleeDev/ngx-theme-stack/commit/d6204b0bcc3e8e32548d6dc420e80adcca2060a2))
9+
310
## [3.2.1](https://github.com/WanderleeDev/ngx-theme-stack/compare/v3.2.0...v3.2.1) (2026-04-24)
411

512
# [3.2.0](https://github.com/WanderleeDev/ngx-theme-stack/compare/v3.1.0...v3.2.0) (2026-04-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
"typescript-eslint": "8.56.1",
6767
"vitest": "^4.0.8"
6868
},
69-
"version": "3.2.1"
69+
"version": "3.3.0"
7070
}

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.2.1",
3+
"version": "3.3.0",
44
"description": "A stack of themes for Angular applications.",
55
"scripts": {
66
"build": "tsc -p tsconfig.schematics.json",

0 commit comments

Comments
 (0)