Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions projects/angular4-paystack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions projects/angular4-paystack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down