Skip to content

Commit ad06a01

Browse files
committed
chore(release): 3.0.0
# [3.0.0](v2.4.2...v3.0.0) (2022-06-08) ### Features * upgrade to Angular 14 ([d80fe7d](d80fe7d)), closes [#47](#47) ### Breaking changes * Angular version 14 is now required as a peer dependency
1 parent b31f029 commit ad06a01

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.2...v3.0.0) (2022-06-08)
2+
3+
4+
### Features
5+
6+
* upgrade to Angular 14 ([d80fe7d](https://github.com/EmmanuelRoux/ngx-matomo/commit/d80fe7df7c371c81ddf2a1b5aecce9e1553d23c5)), closes [#47](https://github.com/EmmanuelRoux/ngx-matomo/issues/47)
7+
8+
9+
### Breaking changes
10+
11+
* Angular version 14 is now required as a peer dependency
12+
113
## [2.4.2](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.1...v2.4.2) (2022-05-03)
214

315

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",
3-
"version": "2.4.2",
3+
"version": "3.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": "2.4.2",
3+
"version": "3.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": "^14.0.0",
1414
"@angular/core": "^14.0.0",
1515
"@angular/router": "^14.0.0",
16-
"@ngx-matomo/tracker": "2.4.2"
16+
"@ngx-matomo/tracker": "3.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": "2.4.2",
3+
"version": "3.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 = '^2.4.2';
1+
export const version = '^3.0.0';

0 commit comments

Comments
 (0)