jest-preset-angular 14.2.2 → 14.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [14.2.4](https://github.com/thymikee/jest-preset-angular/compare/v14.2.3...v14.2.4) (2024-09-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * build: ensure build step runs before publishing ([3a602db](https://github.com/thymikee/jest-preset-angular/commit/3a602db))
7
+
8
+
9
+
10
+ ## [14.2.3](https://github.com/thymikee/jest-preset-angular/compare/v14.2.2...v14.2.3) (2024-09-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fix(transformers): handle template literals in styles or styleUrl property ([03cae4c](https://github.com/thymikee/jest-preset-angular/commit/03cae4c)), closes [#2735](https://github.com/thymikee/jest-preset-angular/issues/2735)
16
+
17
+
18
+
1
19
  ## [14.2.2](https://github.com/thymikee/jest-preset-angular/compare/v14.2.1...v14.2.2) (2024-07-31)
2
20
 
3
21