Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.3 #89

Merged
merged 1 commit into from
Mar 2, 2024
Merged
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

All notable changes to `angular4-paystack` will be documented in this file

## 3.1.3 - 02-03-24
### Fixed
- Peer dependency update for angular 17 support
- Added `split_code` option

## 3.1.2 - 25-07-23
### Fixed
- Peer dependency for angular 15 support
- Peer dependency for angular 16 support

## 3.1.1 - 12-03-23
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Deployment steps

1. Get latest master
2. Checkout to a new branch `release/{new-version-name}` eg `release/4.0.1`
2. Checkout to a new relase branch `release/{new-version-name}` eg `release/4.0.1`
3. Update `CHANGELOG.md` in root with all the latest changes
4. Run `npm run p -- [major|minor|patch] {message}`.
5. Create a tag `git tag -a v {version-no} -m "{message}"` eg `git tag -a v4.0.1 -m "Added peer dep for ng 16" `
Expand Down
7 changes: 6 additions & 1 deletion projects/angular4-paystack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

All notable changes to `angular4-paystack` will be documented in this file

## 3.1.3 - 02-03-24
### Fixed
- Peer dependency update for angular 17 support
- Added `split_code` option

## 3.1.2 - 25-07-23
### Fixed
- Peer dependency for angular 15 support
- Peer dependency for angular 16 support

## 3.1.1 - 12-03-23
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion projects/angular4-paystack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular4-paystack",
"version": "3.1.2",
"version": "3.1.3",
"peerDependencies": {
"@angular/common": "8.0.0 - ^17",
"@angular/core": "8.0.0 - ^17"
Expand Down
Loading