File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 19.0.0-beta.1] ( https://github.com/klerick/nx-angular-mf/compare/v18.0.0...v19.0.0-beta.1 ) (2025-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** angular:** first release ([ e2ccee7] ( https://github.com/klerick/nx-angular-mf/commit/e2ccee73f130d08e56e49ced0042ba510ab12cfa ) )
7
+
8
+
9
+ ### Features
10
+
11
+ * ** ci:** add initial CI configuration and tools ([ 139f87e] ( https://github.com/klerick/nx-angular-mf/commit/139f87eec62409b306d8fde6638b2ed246924927 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** angular:** its first release
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = {
23
23
{
24
24
packages : [
25
25
{
26
- pkgRoot : 'dist/libs/ng-pixijs ' ,
26
+ pkgRoot : 'dist/libs/nx-angular-mf ' ,
27
27
} ,
28
28
] ,
29
29
} ,
@@ -40,7 +40,7 @@ module.exports = {
40
40
'homepage' ,
41
41
'license' ,
42
42
] ,
43
- packages : [ 'dist/libs/ng-pixijs ' ] ,
43
+ packages : [ 'dist/libs/nx-angular-mf ' ] ,
44
44
} ,
45
45
] ,
46
46
[
You can’t perform that action at this time.
0 commit comments