Skip to content

Commit

Permalink
v3.1.3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinzekene authored Mar 2, 2024
1 parent ca08349 commit 2c1e699
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
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

0 comments on commit 2c1e699

Please sign in to comment.