Skip to content

Commit

Permalink
chore(all): prepare release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2018
1 parent 37f6a3e commit c0d250f
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating",
"version": "1.8.0-rc.1",
"version": "1.8.0",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-loader": "^1.0.0",
"aurelia-logging": "^1.0.0",
Expand All @@ -40,7 +40,7 @@
"aurelia-task-queue": "^1.1.0"
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-loader": "^1.0.0",
"aurelia-logging": "^1.0.0",
Expand All @@ -58,7 +58,7 @@
}
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-loader": "^1.0.0",
"aurelia-logging": "^1.0.0",
Expand Down Expand Up @@ -112,35 +112,5 @@
"vinyl": "^1.1.1",
"vinyl-paths": "^2.1.0",
"yargs": "^4.8.1"
},
"aurelia": {
"documentation": {
"articles": [
{
"title": "Templating: Basics",
"href": "doc/article/en-US/templating-basics.md"
},
{
"title": "Templating: HTML Behaviors Introduction",
"href": "doc/article/en-US/templating-html-behaviors-introduction.md"
},
{
"title": "Templating: Custom Attributes",
"href": "doc/article/en-US/templating-custom-attributes.md"
},
{
"title": "Templating: Custom Elements",
"href": "doc/article/en-US/templating-custom-elements.md"
},
{
"title": "Templating: Content Projection",
"href": "doc/article/en-US/templating-content-projection.md"
},
{
"title": "Templating: Dynamic UI Composition",
"href": "doc/article/en-US/templating-dynamic-ui-composition.md"
}
]
}
}
}

0 comments on commit c0d250f

Please sign in to comment.