File tree 4 files changed +14
-4
lines changed
projects/angular4-paystack
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` angular4-paystack ` will be documented in this file
4
4
5
+ ## 3.1.3 - 02-03-24
6
+ ### Fixed
7
+ - Peer dependency update for angular 17 support
8
+ - Added ` split_code ` option
9
+
5
10
## 3.1.2 - 25-07-23
6
11
### Fixed
7
- - Peer dependency for angular 15 support
12
+ - Peer dependency for angular 16 support
8
13
9
14
## 3.1.1 - 12-03-23
10
15
### Fixed
Original file line number Diff line number Diff line change 1
1
## Deployment steps
2
2
3
3
1 . Get latest master
4
- 2 . Checkout to a new branch ` release/{new-version-name} ` eg ` release/4.0.1 `
4
+ 2 . Checkout to a new relase branch ` release/{new-version-name} ` eg ` release/4.0.1 `
5
5
3 . Update ` CHANGELOG.md ` in root with all the latest changes
6
6
4 . Run ` npm run p -- [major|minor|patch] {message} ` .
7
7
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" `
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` angular4-paystack ` will be documented in this file
4
4
5
+ ## 3.1.3 - 02-03-24
6
+ ### Fixed
7
+ - Peer dependency update for angular 17 support
8
+ - Added ` split_code ` option
9
+
5
10
## 3.1.2 - 25-07-23
6
11
### Fixed
7
- - Peer dependency for angular 15 support
12
+ - Peer dependency for angular 16 support
8
13
9
14
## 3.1.1 - 12-03-23
10
15
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular4-paystack" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.1.3 " ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " 8.0.0 - ^17" ,
6
6
"@angular/core" : " 8.0.0 - ^17"
You can’t perform that action at this time.
0 commit comments