Skip to content

Commit b4447d4

Browse files
committed
Release 0.1.0
1 parent 87c66c7 commit b4447d4

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ General steps:
434434
1. `npm run build`
435435
1. `cd dist`
436436
1. `npm publish`
437-
1. `npm dist-tags add @fortawesome/angular-fontawesome@VERSION prerelease`
438437
1. `git add . && git commit -m 'Release VERSION'`
439438
1. `git push`
440439
1. Create a [new release](https://github.com/FortAwesome/angular-fontawesome/releases/new) with CHANGELOG details

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/angular-fontawesome",
3-
"version": "0.1.0-10",
3+
"version": "0.1.0",
44
"description": "Angular Fontawesome, an Angular library",
55
"private": true,
66
"scripts": {
@@ -96,7 +96,7 @@
9696
"svg"
9797
],
9898
"peerDependencies": {
99-
"@fortawesome/fontawesome-svg-core": "^1.2.0-9"
99+
"@fortawesome/fontawesome-svg-core": "^1.2.0"
100100
},
101101
"dependencies": {
102102
"@angular/common": "^5.0.0",

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/ng-packagr/package.schema.json",
33
"name": "@fortawesome/angular-fontawesome",
4-
"version": "0.1.0-10",
4+
"version": "0.1.0",
55
"description": "Angular Fontawesome, an Angular library",
66
"repository": {
77
"type": "git",
@@ -29,7 +29,7 @@
2929
"svg"
3030
],
3131
"peerDependencies": {
32-
"@fortawesome/fontawesome-svg-core": "^1.2.0-9",
32+
"@fortawesome/fontawesome-svg-core": "^1.2.0",
3333
"@angular/common": "^5.0.0 || ^6.0.0",
3434
"@angular/core": "^5.0.0 || ^6.0.0"
3535
},

0 commit comments

Comments
 (0)