Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 12, 2016
1 parent 6617810 commit 87887df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions dist/build-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ function processFromPath(resources, fromPath, resource, packagePath, relativeToD
resources[fromPathCss] = (0, _assign2.default)({}, resource, realPath, overrideBlock || {});
}
} else {
console.error('Unable to resolve', fromPath);
}
console.error('Unable to resolve', fromPath);
}
}

function getResourcesOfPackage() {
Expand Down Expand Up @@ -547,11 +547,11 @@ function fixRelativeFromPath(fromPath, realSrcPath, realParentPath, externalModu
if (modulePathIndex !== -1) {
return fromPath;
} else {
if (fromPath.indexOf('.') == 0) {
fromPath = path.joinSafe('./', path.relative(realSrcPath, realParentPath), fromPath);
if (fromPath.indexOf('.') == 0) {
fromPath = path.joinSafe('./', path.relative(realSrcPath, realParentPath), fromPath);
}
return externalModule ? path.join(externalModule, fromPath) : fromPath;
}
return externalModule ? path.join(externalModule, fromPath) : fromPath;
}
}

function resolveTemplateResources(htmlFilePath, srcPath, externalModule) {
Expand Down
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="1.0.0-beta.4.0.1"></a>
# [1.0.0-beta.4.0.1](https://github.com/aurelia/webpack-plugin/compare/1.0.0-beta.4.0.0...v1.0.0-beta.4.0.1) (2016-07-12)


### Bug Fixes

* **build-resources:** Fix module resolution for symlinks ([4a5536d](https://github.com/aurelia/webpack-plugin/commit/4a5536d))



<a name="1.0.0-beta.4.0.0"></a>
# [1.0.0-beta.4.0.0](https://github.com/aurelia/webpack-plugin/compare/1.0.0-beta.3.0.0...v1.0.0-beta.4.0.0) (2016-06-24)

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-webpack-plugin",
"version": "1.0.0-beta.4.0.0",
"version": "1.0.0-beta.4.0.1",
"description": "A plugin for webpack that enables bundling Aurelia applications.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 87887df

Please sign in to comment.