From 49b6105c6c3dd2a7aace77d5cb84114f4e6f1d20 Mon Sep 17 00:00:00 2001 From: Emmanuel Roux <1926413+EmmanuelRoux@users.noreply.github.com> Date: Tue, 28 May 2024 16:16:01 +0000 Subject: [PATCH] chore(release): 6.2.0 # [6.2.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.3...v6.2.0) (2024-05-28) ### Bug Fixes * **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/243fc46059fe964f7b54325732c3d98c8f98e6d6)) * upgrade schematics to non-deprecated module names ([946ef9f](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/946ef9f79ce62fcfe020acee0c1ef7f44a2ce7dd)) ### Features * add compatibility with Angular 18 ([7828aed](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/7828aedcfe6f682603ccccfa6eabeca5c6d7ed64)), closes [#90](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/90) * add FormAnalytics support ([ccdcfac](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/ccdcfac316dacb177fe6205d55166b4befd1bdd2)) * **router:** allow ignoring subsequent navigation to the same url ([#89](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/89)) ([1cb504c](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/1cb504c9df4369557757842ca49206a511b78f66)), closes [#72](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/72) * **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/88258fa60c143de1107be7cba181f19c84346a3a)) * **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/4cfda65f981e8f83c200975073048420390c304b)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-matomo-client/package.json | 2 +- .../ngx-matomo-client/schematics/version.ts | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc0efd..1c89ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [6.2.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.3...v6.2.0) (2024-05-28) + + +### Bug Fixes + +* **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/243fc46059fe964f7b54325732c3d98c8f98e6d6)) +* upgrade schematics to non-deprecated module names ([946ef9f](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/946ef9f79ce62fcfe020acee0c1ef7f44a2ce7dd)) + + +### Features + +* add compatibility with Angular 18 ([7828aed](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/7828aedcfe6f682603ccccfa6eabeca5c6d7ed64)), closes [#90](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/90) +* add FormAnalytics support ([ccdcfac](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/ccdcfac316dacb177fe6205d55166b4befd1bdd2)) +* **router:** allow ignoring subsequent navigation to the same url ([#89](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/89)) ([1cb504c](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/1cb504c9df4369557757842ca49206a511b78f66)), closes [#72](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/72) +* **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/88258fa60c143de1107be7cba181f19c84346a3a)) +* **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/4cfda65f981e8f83c200975073048420390c304b)) + ## [6.1.3](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.2...v6.1.3) (2024-04-09) diff --git a/package-lock.json b/package-lock.json index fe34767..1605a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-matomo-client", - "version": "6.1.3", + "version": "6.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-matomo-client", - "version": "6.1.3", + "version": "6.2.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.0.2", diff --git a/package.json b/package.json index bdc7661..23c7e22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-matomo-client", - "version": "6.1.3", + "version": "6.2.0", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ diff --git a/projects/ngx-matomo-client/package.json b/projects/ngx-matomo-client/package.json index 52682ae..1ddcd33 100644 --- a/projects/ngx-matomo-client/package.json +++ b/projects/ngx-matomo-client/package.json @@ -1,6 +1,6 @@ { "name": "ngx-matomo-client", - "version": "6.1.3", + "version": "6.2.0", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ diff --git a/projects/ngx-matomo-client/schematics/version.ts b/projects/ngx-matomo-client/schematics/version.ts index 1fa1f49..8c83080 100644 --- a/projects/ngx-matomo-client/schematics/version.ts +++ b/projects/ngx-matomo-client/schematics/version.ts @@ -1 +1 @@ -export const version = '^6.1.3'; +export const version = '^6.2.0';