Skip to content

Commit bb7745b

Browse files
committed
chore(release): 8.0.0
# [8.0.0](v7.1.0...v8.0.0) (2025-06-18) ### Features * add compatibility with Angular 20 ([4fc5393](4fc5393)), closes [#111](#111) * improve support of moduleless applications with `ng add` schematics ([3d207f3](3d207f3)), closes [#109](#109) ### Breaking changes * `ng add` schematics options `module` and `path` have been removed in favor of the simpler `useModuleImport` option * Angular v20 is now required as peer dependency
1 parent 3d207f3 commit bb7745b

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [8.0.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v7.1.0...v8.0.0) (2025-06-18)
2+
3+
4+
### Features
5+
6+
* add compatibility with Angular 20 ([4fc5393](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/4fc5393a29db2872f06034ef31b3a3e470583ab4)), closes [#111](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/111)
7+
* improve support of moduleless applications with `ng add` schematics ([3d207f3](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/3d207f3e7bbbfd72a19d1e986dc4dc839fe3f535)), closes [#109](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/109)
8+
9+
10+
### Breaking changes
11+
12+
* `ng add` schematics options `module` and `path` have been removed in favor of the simpler `useModuleImport` option
13+
* Angular v20 is now required as peer dependency
14+
115
# [7.1.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v7.0.1...v7.1.0) (2025-06-10)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-matomo-client",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [

projects/ngx-matomo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-matomo-client",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '^7.1.0';
1+
export const version = '^8.0.0';

0 commit comments

Comments
 (0)