Skip to content

Commit ab69f8e

Browse files
committed
chore(release): 4.0.0
# [4.0.0](v3.2.0...v4.0.0) (2022-11-24) ### Features * add Angular 15 support ([ac91861](ac91861)) ### Breaking changes * Angular version 15 is now required as a peer dependency
1 parent b86f743 commit ab69f8e

File tree

6 files changed

+47
-21
lines changed

6 files changed

+47
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v3.2.0...v4.0.0) (2022-11-24)
2+
3+
4+
### Features
5+
6+
* add Angular 15 support ([ac91861](https://github.com/EmmanuelRoux/ngx-matomo/commit/ac91861291a7900118031a80a9b028b61d2c855d))
7+
8+
9+
### Breaking changes
10+
11+
* Angular version 15 is now required as a peer dependency
12+
113
# [3.2.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v3.1.0...v3.2.0) (2022-07-26)
214

315

package-lock.json

Lines changed: 30 additions & 16 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",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [

projects/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-matomo/router",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Plugin or @ngx-matomo/tracker, a Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"@angular/common": "^15.0.0",
1414
"@angular/core": "^15.0.0",
1515
"@angular/router": "^15.0.0",
16-
"@ngx-matomo/tracker": "3.2.0"
16+
"@ngx-matomo/tracker": "4.0.0"
1717
},
1818
"dependencies": {
1919
"tslib": "^2.0.0"

projects/tracker/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/tracker",
3-
"version": "3.2.0",
3+
"version": "4.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 = '^3.2.0';
1+
export const version = '^4.0.0';

0 commit comments

Comments
 (0)