From ceb3ba6d285d7e753b470780fd03f4113bb45b3f Mon Sep 17 00:00:00 2001 From: prasantht96 Date: Fri, 1 Dec 2023 19:58:11 +0530 Subject: [PATCH 1/2] Version Update --- packages/ngx-clarity/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ngx-clarity/package.json b/packages/ngx-clarity/package.json index 0f53a42..d0aacc7 100644 --- a/packages/ngx-clarity/package.json +++ b/packages/ngx-clarity/package.json @@ -1,6 +1,6 @@ { "name": "ngx-clarity", - "version": "2.0.0", + "version": "3.0.0", "description": "Angular module to add the tracking code for microsoft.clarity.com", "publishConfig": { "access": "public" @@ -28,8 +28,8 @@ "email": "jadengis@gmail.com" }, "peerDependencies": { - "@angular/common": ">=15 <17", - "@angular/core": ">=15 <17" + "@angular/common": ">=15 <18", + "@angular/core": ">=15 <18" }, "dependencies": { "tslib": "^2.3.0" From 25b74071329f2511c9af27bdd6e3e16c4bffb6b4 Mon Sep 17 00:00:00 2001 From: prasantht96 Date: Sat, 2 Dec 2023 00:22:21 +0530 Subject: [PATCH 2/2] Version Update --- README.md | 2 +- packages/ngx-clarity/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23811bd..f321276 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn add ngx-clarity | Version | Angular Version | | ------- | --------------- | | `1.x.x` | `>=13 <15` | -| `2.x.x` | `>=15 <17` | +| `2.x.x` | `>=15 <18` | ## Features diff --git a/packages/ngx-clarity/package.json b/packages/ngx-clarity/package.json index d0aacc7..8b8b6a1 100644 --- a/packages/ngx-clarity/package.json +++ b/packages/ngx-clarity/package.json @@ -1,6 +1,6 @@ { "name": "ngx-clarity", - "version": "3.0.0", + "version": "2.1.0", "description": "Angular module to add the tracking code for microsoft.clarity.com", "publishConfig": { "access": "public"