Skip to content

Commit bb34eef

Browse files
Merged 'main' into 'release'.
2 parents e2ccee7 + 533cf66 commit bb34eef

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
{
2424
packages: [
2525
{
26-
pkgRoot: 'dist/libs/ng-pixijs',
26+
pkgRoot: 'dist/libs/nx-angular-mf',
2727
},
2828
],
2929
},
@@ -40,7 +40,7 @@ module.exports = {
4040
'homepage',
4141
'license',
4242
],
43-
packages: ['dist/libs/ng-pixijs'],
43+
packages: ['dist/libs/nx-angular-mf'],
4444
},
4545
],
4646
[

0 commit comments

Comments
 (0)