Skip to content

Commit

Permalink
chore(release): prepare release v2.0.0-alpha.31
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 15, 2022
1 parent c4ce901 commit 8798f38
Show file tree
Hide file tree
Showing 83 changed files with 1,181 additions and 866 deletions.
27 changes: 27 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.31"></a>
# 2.0.0-alpha.31 (2022-05-15)

### Features:

* **testing:** add html assertion helpers for IFixture ([fbb85d0](https://github.com/aurelia/aurelia/commit/fbb85d0))
* **testing:** enable builder pattern for fixture creation (#1414) ([af64b4c](https://github.com/aurelia/aurelia/commit/af64b4c))
* **runtime-html:** ability to override `containerless` config from view (#1417) ([26968cc](https://github.com/aurelia/aurelia/commit/26968cc))
* **plugin:** prepare store (v2) plugin (#1412) ([6989de0](https://github.com/aurelia/aurelia/commit/6989de0))
* **plugin:** prepare an addons package (#1415) ([d32b847](https://github.com/aurelia/aurelia/commit/d32b847))
* **plugin:** prepare ui-virtualization plugin ([3e61198](https://github.com/aurelia/aurelia/commit/3e61198))


### Bug Fixes:

* **hmr:** invoke created with correct this ([d78d301](https://github.com/aurelia/aurelia/commit/d78d301))
* **hmr:** works with components that has created lifecycle ([3e61198](https://github.com/aurelia/aurelia/commit/3e61198))
* **hmr:** create view model with injection ([bda3e1f](https://github.com/aurelia/aurelia/commit/bda3e1f))
* **hmr:** HMR works with both TS and JS ([3c3fe36](https://github.com/aurelia/aurelia/commit/3c3fe36))


### Refactorings:

* **runtime:** cleanup unused flags ([c4ce901](https://github.com/aurelia/aurelia/commit/c4ce901))
* **all:** add code to DEV err msg, unify error message quote ([b4909fb](https://github.com/aurelia/aurelia/commit/b4909fb))
Both prod and dev error messages should have the same start pattern now: `AURxxxx:`.

<a name="2.0.0-alpha.30"></a>
# 2.0.0-alpha.30 (2022-05-07)

Expand Down
14 changes: 7 additions & 7 deletions examples/1kcomponents/package.json
Expand Up @@ -12,17 +12,17 @@
"serve": "node ../../node_modules/@aurelia/http-server/dist/esm/cli.js au.conf.js"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"d3-scale-chromatic": "^3.0.0",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
Expand Down
22 changes: 11 additions & 11 deletions examples/doc-example/package.json
Expand Up @@ -4,19 +4,19 @@
"description": "An Aurelia 2 client application.",
"version": "0.8.0",
"dependencies": {
"@aurelia/fetch-client": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/route-recognizer": "2.0.0-alpha.30",
"@aurelia/router-lite": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30"
"@aurelia/fetch-client": "2.0.0-alpha.31",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/route-recognizer": "2.0.0-alpha.31",
"@aurelia/router-lite": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/webpack-loader": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"@aurelia/webpack-loader": "2.0.0-alpha.31",
"@types/node": "^14.18.14",
"babel-eslint": "^10.1.0",
"css-loader": "^6.7.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/fractals-tree/package.json
Expand Up @@ -12,16 +12,16 @@
"serve": "node ../../node_modules/@aurelia/http-server/dist/esm/cli.js au.conf.js"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0"
Expand Down
20 changes: 10 additions & 10 deletions examples/navigation-skeleton/package.json
Expand Up @@ -10,20 +10,20 @@
"now": "rimraf dist && webpack --config webpack.config.js && cd dist && now && cd .."
},
"dependencies": {
"@aurelia/fetch-client": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/route-recognizer": "2.0.0-alpha.30",
"@aurelia/router-lite": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/fetch-client": "2.0.0-alpha.31",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/route-recognizer": "2.0.0-alpha.31",
"@aurelia/router-lite": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"bootstrap": "^4.3.1",
"font-awesome": "^4.6.3"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
Expand Down
14 changes: 7 additions & 7 deletions examples/rainbow-spiral/package.json
Expand Up @@ -12,16 +12,16 @@
"serve": "node ../../node_modules/@aurelia/http-server/dist/esm/cli.js au.conf.js"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/realworld-advanced/package.json
Expand Up @@ -9,12 +9,12 @@
},
"license": "MIT",
"dependencies": {
"aurelia": "2.0.0-alpha.30",
"aurelia": "2.0.0-alpha.31",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-alpha.30",
"@aurelia/testing": "2.0.0-alpha.31",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/realworld/package.json
Expand Up @@ -9,12 +9,12 @@
},
"license": "MIT",
"dependencies": {
"aurelia": "2.0.0-alpha.30",
"aurelia": "2.0.0-alpha.31",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-alpha.30",
"@aurelia/testing": "2.0.0-alpha.31",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/sierpinski-triangle/package.json
Expand Up @@ -12,16 +12,16 @@
"serve": "node ../../node_modules/@aurelia/http-server/dist/esm/cli.js au.conf.js"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-alpha.30",
"@aurelia/http-server": "2.0.0-alpha.31",
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0"
Expand Down
18 changes: 9 additions & 9 deletions examples/ui-virtualization/package.json
Expand Up @@ -12,22 +12,22 @@
"dev": "webpack serve"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-alpha.30",
"@aurelia/metadata": "2.0.0-alpha.30",
"@aurelia/platform": "2.0.0-alpha.30",
"@aurelia/platform-browser": "2.0.0-alpha.30",
"@aurelia/runtime-html": "2.0.0-alpha.30",
"@aurelia/runtime": "2.0.0-alpha.30",
"@aurelia/ui-virtualization": "2.0.0-alpha.30"
"@aurelia/kernel": "2.0.0-alpha.31",
"@aurelia/metadata": "2.0.0-alpha.31",
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/platform-browser": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"@aurelia/ui-virtualization": "2.0.0-alpha.31"
},
"devDependencies": {
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"html-webpack-plugin": "^5.5.0",
"@aurelia/webpack-loader": "2.0.0-alpha.30",
"@aurelia/webpack-loader": "2.0.0-alpha.31",
"ts-loader": "^9.2.8",
"@types/node": "^14.18.14",
"typescript": "^4.6.3"
}
}
}

0 comments on commit 8798f38

Please sign in to comment.