Skip to content

Commit c9850e0

Browse files
chore(all): prepare release 1.0.0-rc.1.0.9
1 parent c97ab2a commit c9850e0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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-rc.1.0.8",
3+
"version": "1.0.0-rc.1.0.9",
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",

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.0-rc.1.0.8",
3+
"version": "1.0.0-rc.1.0.9",
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",
@@ -135,11 +135,19 @@
135135
},
136136
{
137137
"title": "JSPM Setup",
138-
"href": "doc/article/en-US/jspm-setup.md"
138+
"href": "doc/article/en-US/setup-jspm.md"
139139
},
140140
{
141141
"title": "JSPM Bundling",
142-
"href": "doc/article/en-US/jspm-bundling.md"
142+
"href": "doc/article/en-US/bundling-jspm.md"
143+
},
144+
{
145+
"title": "Webpack Setup",
146+
"href": "doc/article/en-US/setup-webpack.md"
147+
},
148+
{
149+
"title": "Webpack Bundling",
150+
"href": "doc/article/en-US/bundling-webpack.md"
143151
},
144152
{
145153
"title": "Creating Components",

0 commit comments

Comments
 (0)