Skip to content

Commit a97da4a

Browse files
committed
chore(release): 2.6.0
# [2.6.0](v2.5.0...v2.6.0) (2022-07-26) ### Bug Fixes * **tracker:** add missing generic parameter constraint ([79150cf](79150cf)) * **tracker:** add missing symbol to public api ([d1a684c](d1a684c)) * **tracker:** fix custom script factory provider ([550f75c](550f75c)), closes [#56](#56) ### Features * **tracker:** add setPagePerformanceTiming tracking method ([32e2a4a](32e2a4a))
1 parent 550f75c commit a97da4a

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.6.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.5.0...v2.6.0) (2022-07-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **tracker:** add missing generic parameter constraint ([79150cf](https://github.com/EmmanuelRoux/ngx-matomo/commit/79150cfe83ad8133879c91af84867ee332f10af0))
7+
* **tracker:** add missing symbol to public api ([d1a684c](https://github.com/EmmanuelRoux/ngx-matomo/commit/d1a684c5133696d0335a250460a4c31b609e461b))
8+
* **tracker:** fix custom script factory provider ([550f75c](https://github.com/EmmanuelRoux/ngx-matomo/commit/550f75ce42b23fb5f12b613d6208965a4b81ceed)), closes [#56](https://github.com/EmmanuelRoux/ngx-matomo/issues/56)
9+
10+
11+
### Features
12+
13+
* **tracker:** add setPagePerformanceTiming tracking method ([32e2a4a](https://github.com/EmmanuelRoux/ngx-matomo/commit/32e2a4a6fadeb20f8e23ae3bc3619c2c37a67a27))
14+
115
# [2.5.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.2...v2.5.0) (2022-07-22)
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",
3-
"version": "2.5.0",
3+
"version": "2.6.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.5.0",
3+
"version": "2.6.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": "^13.0.0",
1414
"@angular/core": "^13.0.0",
1515
"@angular/router": "^13.0.0",
16-
"@ngx-matomo/tracker": "2.5.0"
16+
"@ngx-matomo/tracker": "2.6.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.5.0",
3+
"version": "2.6.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.5.0';
1+
export const version = '^2.6.0';

0 commit comments

Comments
 (0)