Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.2.0 🎉🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisexistence committed May 1, 2019
1 parent 682c53c commit b344d95
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.2.0 2019-05-01

- added few navigation directives
- added forwardParams fn
- minor fixes and refactoring
- updated documentation
- updated dependencies

# 1.1.1 2019-03-09

- improved reliability and typing
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<p align="center">
<img src="https://github.com/maktarsis/routeshub/raw/master/docs/assets/logo.png">
<br />
Routeshub is a route management library and pattern, that acts as hub for Angular
Routeshub is a route management library
<br />
Designed to manage routing simpler
<br />
Engineered as a plugin for Angular
<br />
<br />
</p>

---

- 📋 Learn more about it on the [Gitbook (**documentation**)](https://routeshub.gitbook.io/docs/)
- 🧩 Checkout the [sample](https://github.com/maktarsis/routeshub/tree/master/integration)
- 👣 Stay tuned with [changelog](https://github.com/maktarsis/routeshub/blob/master/CHANGELOG.md)
- 📖 Learn documentation on [Gitbook](https://routeshub.gitbook.io/docs/)
- 🖥 Checkout example on [Github](https://github.com/maktarsis/routeshub/tree/master/example-app)
- 📜 Stay tuned with [changelog](https://github.com/maktarsis/routeshub/blob/master/CHANGELOG.md)
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "routeshub",
"description": "A minimal unit is made to simplify your routes business",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"author": "Max Tarsis (https://github.com/maktarsis)",
"private": true,
Expand Down Expand Up @@ -71,7 +71,7 @@
"tslib": "1.9.3",
"tslint": "5.16.0",
"tslint-config-prettier": "1.18.0",
"typescript": "3.1.6",
"typescript": "3.2.4",
"yarn": "1.15.2"
}
}
12 changes: 8 additions & 4 deletions package/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<p align="center">
<img src="https://github.com/maktarsis/routeshub/raw/master/docs/assets/logo.png">
<br />
Routeshub is a route management library and pattern that acts as hub for Angular
Routeshub is a route management library
<br />
Designed to manage routing simpler
<br />
Engineered as a plugin for Angular
<br />
<br />
</p>

---

- 📋 Learn more about it on the [Gitbook (**documentation**)](https://routeshub.gitbook.io/docs/)
- 🧩 Checkout the [sample](https://github.com/maktarsis/routeshub/tree/master/integration)
- 👣 Stay tuned with [changelog](https://github.com/maktarsis/routeshub/blob/master/CHANGELOG.md)
- 📖 Learn documentation on [Gitbook](https://routeshub.gitbook.io/docs/)
- 🖥 Checkout example on [Github](https://github.com/maktarsis/routeshub/tree/master/example-app)
- 📜 Stay tuned with [changelog](https://github.com/maktarsis/routeshub/blob/master/CHANGELOG.md)
3 changes: 2 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "routeshub",
"description": "A minimal unit is made to simplify your routes business",
"version": "1.1.1",
"version": "1.2.0",
"author": "Max Tarsis (https://github.com/maktarsis)",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,7 @@
"@angular/core": ">=6.0.0-rc.0",
"@angular/common": ">=6.0.0-rc.0",
"@angular/router": ">=6.0.0-rc.0",
"typescript": "^3.2.4",
"rxjs": "^6.4.0"
},
"keywords": [
Expand Down

0 comments on commit b344d95

Please sign in to comment.