From be43c03f72ae5f285d3673a3b0914234196fd36d Mon Sep 17 00:00:00 2001 From: dansteve Date: Fri, 24 Jul 2026 11:53:04 +0100 Subject: [PATCH] Add Angular 18-21 peer dependency support Widen @angular/common and @angular/core peer ranges from 8.0.0 - 17.x.x to 8.0.0 - 21.x.x so consumers on Angular 18, 19, 20 and 21 can install the library. Bump version to 3.1.5 and record the change in the changelog. --- CHANGELOG.md | 4 ++++ projects/angular4-paystack/CHANGELOG.md | 4 ++++ projects/angular4-paystack/package.json | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 388f436..10622e4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.5 - 24-07-26 +### Fixed + - Peer dependency update for angular 18, 19, 20 & 21 support + ## 3.1.4 - 18-03-24 ### Fixed - Fixed peer dependencies version issues diff --git a/projects/angular4-paystack/CHANGELOG.md b/projects/angular4-paystack/CHANGELOG.md index 388f436..10622e4 100755 --- a/projects/angular4-paystack/CHANGELOG.md +++ b/projects/angular4-paystack/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.5 - 24-07-26 +### Fixed + - Peer dependency update for angular 18, 19, 20 & 21 support + ## 3.1.4 - 18-03-24 ### Fixed - Fixed peer dependencies version issues diff --git a/projects/angular4-paystack/package.json b/projects/angular4-paystack/package.json index c73bd26..8a95a6d 100644 --- a/projects/angular4-paystack/package.json +++ b/projects/angular4-paystack/package.json @@ -1,9 +1,9 @@ { "name": "angular4-paystack", - "version": "3.1.4", + "version": "3.1.5", "peerDependencies": { - "@angular/common": "8.0.0 - 17.x.x", - "@angular/core": "8.0.0 - 17.x.x" + "@angular/common": "8.0.0 - 21.x.x", + "@angular/core": "8.0.0 - 21.x.x" }, "repository": { "type": "git",