Comparing version 0.4.0-dev.201910261202 to 0.4.0
@@ -5,1 +5,17 @@ # Change Log | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="0.4.0"></a> | ||
# 0.4.0 (2019-10-26) | ||
### Features: | ||
* **aurelia:** re-export all in a single "aurelia" package, and a wrapper to start app ([31c9ccf](https://github.com/aurelia/aurelia/commit/31c9ccf)) | ||
### Refactorings: | ||
* **all:** update definition refs ([676e86a](https://github.com/aurelia/aurelia/commit/676e86a)) | ||
* **resources): prepend with a:** ([dd7c238](https://github.com/aurelia/aurelia/commit/dd7c238)) | ||
* **aurelia:** extend Aurelia to create static methods for quick start ([11f8a87](https://github.com/aurelia/aurelia/commit/11f8a87)) | ||
* **all:** rename BasicConfiguration in various packages ([7e330d8](https://github.com/aurelia/aurelia/commit/7e330d8)) | ||
{ | ||
"name": "aurelia", | ||
"version": "0.4.0-dev.201910261202", | ||
"version": "0.4.0", | ||
"main": "dist/umd/index.js", | ||
@@ -38,12 +38,12 @@ "module": "dist/esnext/index.js", | ||
"dependencies": { | ||
"@aurelia/debug": "^0.4.0-dev.201910261202", | ||
"@aurelia/fetch-client": "^0.4.0-dev.201910261202", | ||
"@aurelia/jit": "^0.4.0-dev.201910261202", | ||
"@aurelia/jit-html": "^0.4.0-dev.201910261202", | ||
"@aurelia/jit-html-browser": "^0.4.0-dev.201910261202", | ||
"@aurelia/kernel": "^0.4.0-dev.201910261202", | ||
"@aurelia/router": "^0.4.0-dev.201910261202", | ||
"@aurelia/runtime": "^0.4.0-dev.201910261202", | ||
"@aurelia/runtime-html": "^0.4.0-dev.201910261202", | ||
"@aurelia/runtime-html-browser": "^0.4.0-dev.201910261202" | ||
"@aurelia/debug": "^0.4.0", | ||
"@aurelia/fetch-client": "^0.4.0", | ||
"@aurelia/jit": "^0.4.0", | ||
"@aurelia/jit-html": "^0.4.0", | ||
"@aurelia/jit-html-browser": "^0.4.0", | ||
"@aurelia/kernel": "^0.4.0", | ||
"@aurelia/router": "^0.4.0", | ||
"@aurelia/runtime": "^0.4.0", | ||
"@aurelia/runtime-html": "^0.4.0", | ||
"@aurelia/runtime-html-browser": "^0.4.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "012f4382c54cfe1c1dd86d49ab79290c3928240d" | ||
"gitHead": "e0395baf781993b05287c79d38675b075edbe9c3" | ||
} |
88838
Updated@aurelia/debug@^0.4.0
Updated@aurelia/fetch-client@^0.4.0
Updated@aurelia/jit@^0.4.0
Updated@aurelia/jit-html@^0.4.0
Updated@aurelia/kernel@^0.4.0
Updated@aurelia/router@^0.4.0
Updated@aurelia/runtime@^0.4.0
Updated@aurelia/runtime-html@^0.4.0