Skip to content

Commit

Permalink
chore(all): prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2015
1 parent 4ad9af2 commit 8c85c80
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 19 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-binding",
"version": "0.12.0",
"version": "0.13.0",
"description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.",
"keywords": [
"aurelia",
Expand All @@ -18,8 +18,8 @@
"url": "http://github.com/aurelia/templating-binding"
},
"dependencies": {
"aurelia-binding": "^0.7.0",
"aurelia-logging": "^0.5.0",
"aurelia-templating": "^0.12.0"
"aurelia-binding": "^0.8.0",
"aurelia-logging": "^0.6.0",
"aurelia-templating": "^0.13.0"
}
}
54 changes: 43 additions & 11 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,51 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/binding@0.7.0",
"aurelia-logging": "github:aurelia/logging@0.5.0",
"aurelia-templating": "github:aurelia/templating@0.12.0",
"aurelia-binding": "github:aurelia/binding@0.8.0",
"aurelia-logging": "github:aurelia/logging@0.6.0",
"aurelia-templating": "github:aurelia/templating@0.13.0",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected].14",
"core-js": "npm:[email protected].18",
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
Expand All @@ -51,14 +71,26 @@ System.config({
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected].14": {
"npm:[email protected].18": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
}
}
});
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.13.0 (2015-07-02)


#### Features

* **binding-language:** enable removing interpolated attributes ([e66f5f42](http://github.com/aurelia/templating-binding/commit/e66f5f42612dd5051ce419535fe718726224a090))


## 0.12.0 (2015-06-08)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-binding",
"version": "0.12.0",
"version": "0.13.0",
"description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.",
"keywords": [
"aurelia",
Expand All @@ -26,9 +26,9 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-binding": "github:aurelia/binding@^0.7.0",
"aurelia-logging": "github:aurelia/logging@^0.5.0",
"aurelia-templating": "github:aurelia/templating@^0.12.0"
"aurelia-binding": "github:aurelia/binding@^0.8.0",
"aurelia-logging": "github:aurelia/logging@^0.6.0",
"aurelia-templating": "github:aurelia/templating@^0.13.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
Expand Down

0 comments on commit 8c85c80

Please sign in to comment.