Skip to content

Commit

Permalink
chore(release): prepare release v2.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 26, 2024
1 parent a069359 commit 744e9a2
Show file tree
Hide file tree
Showing 95 changed files with 1,382 additions and 1,015 deletions.
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"dependencies": {
"tachometer": "0.7.0"
},
"version": "2.0.0-beta.9"
"version": "2.0.0-beta.10"
}
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
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-beta.10"></a>
# 2.0.0-beta.10 (2024-01-26)

### BREAKING CHANGE:

* **enums:** string literal types replace const enums (#1870) ([e21e0c9](https://github.com/aurelia/aurelia/commit/e21e0c9))


### Features:

* **route-recognizer:** support for route parameter constraints (#1862) ([8f29cfd](https://github.com/aurelia/aurelia/commit/8f29cfd))


### Bug Fixes:

* **docs:** various doc fix
* **au-slot:** properly handle nested projection registration (#1881) ([00e8dee](https://github.com/aurelia/aurelia/commit/00e8dee))
* **kernel:** stack preserving error logging for console (#1884) ([030bfa1](https://github.com/aurelia/aurelia/commit/030bfa1))
* **portal:** remove target marker when deactivated (#1883) ([3db4c17](https://github.com/aurelia/aurelia/commit/3db4c17))
* **validation:** evaluation of tagged rules from bindings (#1878) ([43d12f6](https://github.com/aurelia/aurelia/commit/43d12f6))
* **validation:** property parsing with lambda and istanbul (#1877) ([71f82cf](https://github.com/aurelia/aurelia/commit/71f82cf))
* **router:** store root/default page instruction correctly (#1869) ([84e6380](https://github.com/aurelia/aurelia/commit/84e6380))
* **runtime-html:** template wrapping (#1875) ([bfdaa3b](https://github.com/aurelia/aurelia/commit/bfdaa3b))
* **i18n:** handle change of key in t.bind (#1868) ([c185764](https://github.com/aurelia/aurelia/commit/c185764))
* **router-lite:** Router injection and ignoring null/undefined values for query parameters (#1859) ([6a79bc9](https://github.com/aurelia/aurelia/commit/6a79bc9))
* **router-lite:** injection of Router alias ([6a79bc9](https://github.com/aurelia/aurelia/commit/6a79bc9))
* **runtime-html:** fix broken tests ([bfdaa3b](https://github.com/aurelia/aurelia/commit/bfdaa3b))


<a name="2.0.0-beta.9"></a>
# 2.0.0-beta.9 (2023-12-12)

Expand Down
14 changes: 7 additions & 7 deletions examples/1kcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10",
"d3-scale-chromatic": "^3.0.0",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"description": "An Aurelia 2 client application.",
"version": "0.8.0",
"dependencies": {
"@aurelia/fetch-client": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/route-recognizer": "2.0.0-beta.9",
"@aurelia/router-lite": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9"
"@aurelia/fetch-client": "2.0.0-beta.10",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/route-recognizer": "2.0.0-beta.10",
"@aurelia/router-lite": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/webpack-loader": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"@aurelia/webpack-loader": "2.0.0-beta.10",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"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
Original file line number Diff line number Diff line change
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-beta.9",
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/route-recognizer": "2.0.0-beta.9",
"@aurelia/router-lite": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9",
"@aurelia/fetch-client": "2.0.0-beta.10",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/route-recognizer": "2.0.0-beta.10",
"@aurelia/router-lite": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10",
"bootstrap": "^4.3.1",
"font-awesome": "^4.6.3"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/realworld-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"license": "MIT",
"dependencies": {
"aurelia": "2.0.0-beta.9",
"aurelia": "2.0.0-beta.10",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.9",
"@aurelia/testing": "2.0.0-beta.10",
"@types/mocha": "10.0.0",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/realworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"license": "MIT",
"dependencies": {
"aurelia": "2.0.0-beta.9",
"aurelia": "2.0.0-beta.10",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.9",
"@aurelia/testing": "2.0.0-beta.10",
"@types/mocha": "10.0.0",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
Expand Down
24 changes: 12 additions & 12 deletions examples/router-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"now": "rimraf dist && webpack --config webpack.config.js && cd dist && now && cd .."
},
"dependencies": {
"@aurelia/fetch-client": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/route-recognizer": "2.0.0-beta.9",
"@aurelia/router": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9"
"@aurelia/fetch-client": "2.0.0-beta.10",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/route-recognizer": "2.0.0-beta.10",
"@aurelia/router": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/ts-jest": "2.0.0-beta.9",
"@aurelia/webpack-loader": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"@aurelia/ts-jest": "2.0.0-beta.10",
"@aurelia/webpack-loader": "2.0.0-beta.10",
"@types/node": "^14.18.14",
"autoprefixer": "^10.4.5",
"css-loader": "^6.7.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/sierpinski-triangle/package.json
Original file line number Diff line number Diff line change
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-beta.9",
"@aurelia/metadata": "2.0.0-beta.9",
"@aurelia/platform": "2.0.0-beta.9",
"@aurelia/platform-browser": "2.0.0-beta.9",
"@aurelia/runtime-html": "2.0.0-beta.9",
"@aurelia/runtime": "2.0.0-beta.9",
"@aurelia/kernel": "2.0.0-beta.10",
"@aurelia/metadata": "2.0.0-beta.10",
"@aurelia/platform": "2.0.0-beta.10",
"@aurelia/platform-browser": "2.0.0-beta.10",
"@aurelia/runtime-html": "2.0.0-beta.10",
"@aurelia/runtime": "2.0.0-beta.10",
"perf-monitor": "latest"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.9",
"@aurelia/http-server": "2.0.0-beta.10",
"webpack-cli": "^4.9.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0"
Expand Down
Loading

0 comments on commit 744e9a2

Please sign in to comment.