Skip to content

Commit 36c2bde

Browse files
chore(all): prepare release 1.0.0-beta.1.2.2
1 parent 58efbc8 commit 36c2bde

File tree

5 files changed

+39
-9
lines changed

5 files changed

+39
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.0-beta.1.2.1",
3+
"version": "1.0.0-beta.1.2.2",
44
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
55
"keywords": [
66
"aurelia",

doc/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.0.0-beta.1.2.2 (2016-04-13)
2+
3+
14
### 1.0.0-beta.1.2.1 (2016-03-29)
25

36

doc/api.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"type": {
5454
"type": "reference",
5555
"name": "Loader",
56-
"id": 635,
56+
"id": 392,
5757
"moduleName": "\"aurelia-loader\""
5858
}
5959
},
@@ -71,7 +71,7 @@
7171
"type": {
7272
"type": "reference",
7373
"name": "Container",
74-
"id": 514,
74+
"id": 218,
7575
"moduleName": "\"aurelia-dependency-injection\""
7676
}
7777
},
@@ -89,7 +89,7 @@
8989
"type": {
9090
"type": "reference",
9191
"name": "ViewResources",
92-
"id": 1257,
92+
"id": 1254,
9393
"moduleName": "\"aurelia-templating\""
9494
}
9595
}
@@ -117,7 +117,7 @@
117117
"type": {
118118
"type": "reference",
119119
"name": "Container",
120-
"id": 514,
120+
"id": 218,
121121
"moduleName": "\"aurelia-dependency-injection\""
122122
}
123123
},
@@ -135,7 +135,7 @@
135135
"type": {
136136
"type": "reference",
137137
"name": "Loader",
138-
"id": 635,
138+
"id": 392,
139139
"moduleName": "\"aurelia-loader\""
140140
}
141141
},
@@ -153,7 +153,7 @@
153153
"type": {
154154
"type": "reference",
155155
"name": "ViewResources",
156-
"id": 1257,
156+
"id": 1254,
157157
"moduleName": "\"aurelia-templating\""
158158
}
159159
},
@@ -482,7 +482,7 @@
482482
"type": {
483483
"type": "reference",
484484
"name": "Container",
485-
"id": 514,
485+
"id": 218,
486486
"moduleName": "\"aurelia-dependency-injection\""
487487
}
488488
},
@@ -1253,6 +1253,22 @@
12531253
]
12541254
}
12551255
]
1256+
},
1257+
{
1258+
"id": 78,
1259+
"name": "LogManager",
1260+
"kind": 32,
1261+
"kindString": "Variable",
1262+
"flags": {
1263+
"isExported": true
1264+
},
1265+
"comment": {
1266+
"shortText": "The log manager."
1267+
},
1268+
"type": {
1269+
"type": "instrinct",
1270+
"name": "any"
1271+
}
12561272
}
12571273
],
12581274
"groups": [
@@ -1263,6 +1279,13 @@
12631279
3,
12641280
23
12651281
]
1282+
},
1283+
{
1284+
"title": "Variables",
1285+
"kind": 32,
1286+
"children": [
1287+
78
1288+
]
12661289
}
12671290
]
12681291
}
File renamed without changes.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.0-beta.1.2.1",
3+
"version": "1.0.0-beta.1.2.2",
44
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
55
"keywords": [
66
"aurelia",
@@ -159,6 +159,10 @@
159159
{
160160
"title": "End-to-End Testing",
161161
"href": "doc/article/en-US/end-to-end-testing.md"
162+
},
163+
{
164+
"title": "Migrating from Angular 1",
165+
"href": "doc/article/en-US/migrating-from-angular-1.md"
162166
}
163167
]
164168
}

0 commit comments

Comments
 (0)