Skip to content

Commit

Permalink
chore(all): prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Apr 26, 2016
1 parent 6f3ae9a commit aa97312
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 19 deletions.
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.5.1"></a>
## [0.5.1](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.5.0...v0.5.1) (2016-04-26)


### Features

* **tools:** add AttributeManager, attributes and events to TypeScript definition ([cb141d1](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/cb141d1))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.4.0...v0.5.0) (2016-04-18)

Expand Down
50 changes: 32 additions & 18 deletions doc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9021,7 +9021,7 @@
]
},
{
"id": 666,
"id": 667,
"name": "constants",
"kind": 32,
"kindString": "Variable",
Expand All @@ -9033,6 +9033,19 @@
"name": "any"
}
},
{
"id": 663,
"name": "version",
"kind": 32,
"kindString": "Variable",
"flags": {
"isExported": true
},
"type": {
"type": "instrinct",
"name": "any"
}
},
{
"id": 659,
"name": "configure",
Expand Down Expand Up @@ -9080,7 +9093,7 @@
]
},
{
"id": 667,
"id": 668,
"name": "fireEvent",
"kind": 64,
"kindString": "Function",
Expand All @@ -9089,7 +9102,7 @@
},
"signatures": [
{
"id": 668,
"id": 669,
"name": "fireEvent",
"kind": 4096,
"kindString": "Call signature",
Expand All @@ -9099,7 +9112,7 @@
},
"parameters": [
{
"id": 669,
"id": 670,
"name": "element",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9113,7 +9126,7 @@
}
},
{
"id": 670,
"id": 671,
"name": "name",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9127,7 +9140,7 @@
}
},
{
"id": 671,
"id": 672,
"name": "data",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9151,7 +9164,7 @@
]
},
{
"id": 672,
"id": 673,
"name": "fireMaterializeEvent",
"kind": 64,
"kindString": "Function",
Expand All @@ -9160,7 +9173,7 @@
},
"signatures": [
{
"id": 673,
"id": 674,
"name": "fireMaterializeEvent",
"kind": 4096,
"kindString": "Call signature",
Expand All @@ -9170,7 +9183,7 @@
},
"parameters": [
{
"id": 674,
"id": 675,
"name": "element",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9184,7 +9197,7 @@
}
},
{
"id": 675,
"id": 676,
"name": "name",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9198,7 +9211,7 @@
}
},
{
"id": 676,
"id": 677,
"name": "data",
"kind": 32768,
"kindString": "Parameter",
Expand All @@ -9222,7 +9235,7 @@
]
},
{
"id": 663,
"id": 664,
"name": "getBooleanFromAttributeValue",
"kind": 64,
"kindString": "Function",
Expand All @@ -9231,14 +9244,14 @@
},
"signatures": [
{
"id": 664,
"id": 665,
"name": "getBooleanFromAttributeValue",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 665,
"id": 666,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
Expand Down Expand Up @@ -9321,17 +9334,18 @@
"title": "Variables",
"kind": 32,
"children": [
666
667,
663
]
},
{
"title": "Functions",
"kind": 64,
"children": [
659,
667,
672,
663
668,
673,
664
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-materialize-bridge",
"version": "0.5.0",
"version": "0.5.1",
"registry": "github",
"description": "Aurelia interface to http://materializecss.com/",
"keywords": [
Expand Down

0 comments on commit aa97312

Please sign in to comment.