Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-06-23)

### Bug Fixes

* **dependencies:** move dependencies around ([3bf4600](3bf4600))

### Features

* **tenant-contact:** add tenant contact form component ([6006565](6006565))
* update prefix for library components ([88b1743](88b1743))
  • Loading branch information
semantic-release-bot committed Jun 23, 2019
1 parent 3bf4600 commit 70e80e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2019-06-23)


### Bug Fixes

* **dependencies:** move dependencies around ([3bf4600](https://github.com/hoepel-app/angular-common/commit/3bf4600))


### Features

* **tenant-contact:** add tenant contact form component ([6006565](https://github.com/hoepel-app/angular-common/commit/6006565))
* update prefix for library components ([88b1743](https://github.com/hoepel-app/angular-common/commit/88b1743))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoepel.app/angular-common",
"version": "0.0.0-development",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-hoepel-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-hoepel-common",
"version": "0.0.1",
"version": "1.0.0",
"peerDependencies": {
"@angular/common": "^8.0.1",
"@angular/core": "^8.0.1",
Expand Down

0 comments on commit 70e80e0

Please sign in to comment.