File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
+
6
+ ---
7
+
8
+ ## [ 0.1.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.1.0 ) - 2018-06-20
9
+
10
+ ### Added
11
+ * Initial stable, production-ready release of angular-fontawesome
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ General steps:
434
434
1 . ` npm run build `
435
435
1 . ` cd dist `
436
436
1 . ` npm publish `
437
- 1 . ` npm dist-tags add @fortawesome/angular-fontawesome@VERSION prerelease `
438
437
1 . ` git add . && git commit -m 'Release VERSION' `
439
438
1 . ` git push `
440
439
1 . Create a [ new release] ( https://github.com/FortAwesome/angular-fontawesome/releases/new ) with CHANGELOG details
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fortawesome/angular-fontawesome" ,
3
- "version" : " 0.1.0-10 " ,
3
+ "version" : " 0.1.0" ,
4
4
"description" : " Angular Fontawesome, an Angular library" ,
5
5
"private" : true ,
6
6
"scripts" : {
96
96
" svg"
97
97
],
98
98
"peerDependencies" : {
99
- "@fortawesome/fontawesome-svg-core" : " ^1.2.0-9 "
99
+ "@fortawesome/fontawesome-svg-core" : " ^1.2.0"
100
100
},
101
101
"dependencies" : {
102
102
"@angular/common" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " @fortawesome/angular-fontawesome" ,
4
- "version" : " 0.1.0-10 " ,
4
+ "version" : " 0.1.0" ,
5
5
"description" : " Angular Fontawesome, an Angular library" ,
6
6
"repository" : {
7
7
"type" : " git" ,
29
29
" svg"
30
30
],
31
31
"peerDependencies" : {
32
- "@fortawesome/fontawesome-svg-core" : " ^1.2.0-9 " ,
32
+ "@fortawesome/fontawesome-svg-core" : " ^1.2.0" ,
33
33
"@angular/common" : " ^5.0.0 || ^6.0.0" ,
34
34
"@angular/core" : " ^5.0.0 || ^6.0.0"
35
35
},
You can’t perform that action at this time.
0 commit comments