From 8c3de1a7bd042d506eb1a0b3b7d4e5ca4217d708 Mon Sep 17 00:00:00 2001
From: Damian Metz <dametz@voceracommunications.com>
Date: Mon, 16 Dec 2024 15:23:28 -0500
Subject: [PATCH 1/2] Update project package.json

---
 projects/ngx-linkifyjs-v2/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/ngx-linkifyjs-v2/package.json b/projects/ngx-linkifyjs-v2/package.json
index 2005efb..d4e0708 100644
--- a/projects/ngx-linkifyjs-v2/package.json
+++ b/projects/ngx-linkifyjs-v2/package.json
@@ -47,8 +47,8 @@
     "test:watch": "../../node_modules/.bin/jest --coverage --watch"
   },
   "peerDependencies": {
-    "@angular/common": "<18",
-    "@angular/core": "<18",
+    "@angular/common": "<20",
+    "@angular/core": "<20",
     "linkifyjs": "^4.0.2",
     "linkify-plugin-hashtag": "^4.0.2",
     "linkify-plugin-mention": "^4.0.2",

From a6b6d5a5c45362de36ac1680737f3ed782ae4872 Mon Sep 17 00:00:00 2001
From: Damian Metz <dametz@voceracommunications.com>
Date: Mon, 16 Dec 2024 15:26:26 -0500
Subject: [PATCH 2/2] bump version number

---
 package-lock.json                      | 4 ++--
 package.json                           | 2 +-
 projects/ngx-linkifyjs-v2/package.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 460c9ca..36f1f61 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "ngx-linkifyjs-v2",
-  "version": "19.0.0",
+  "version": "19.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "ngx-linkifyjs-v2",
-      "version": "19.0.0",
+      "version": "19.0.1",
       "dependencies": {
         "@angular/animations": "^19.0.4",
         "@angular/cdk": "^19.0.3",
diff --git a/package.json b/package.json
index 089ab0f..1c18a22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ngx-linkifyjs-v2",
-  "version": "19.0.0",
+  "version": "19.0.1",
   "scripts": {
     "ng": "ng",
     "start": "ng serve",
diff --git a/projects/ngx-linkifyjs-v2/package.json b/projects/ngx-linkifyjs-v2/package.json
index d4e0708..f21a7ad 100644
--- a/projects/ngx-linkifyjs-v2/package.json
+++ b/projects/ngx-linkifyjs-v2/package.json
@@ -1,7 +1,7 @@
 {
   "name": "ngx-linkifyjs-v2",
   "description": "Angular wrapper for linkifyjs -  library for finding links in plain text and converting them to HTML &lt;a&gt; tags via linkifyjs",
-  "version": "19.0.0",
+  "version": "19.0.1",
   "homepage": "https://github.com/ethan-gerardot/ngx-linkifyjs-v2",
   "author": {
     "name": "Ethan Gerardot",