Skip to content

Commit

Permalink
chore(release): prepare release v2.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 3, 2024
1 parent f266ddd commit 0acd512
Show file tree
Hide file tree
Showing 100 changed files with 711 additions and 381 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.15"
"version": "2.0.0-beta.16"
}
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.16"></a>
# 2.0.0-beta.16 (2024-05-03)

### Bug Fixes:

* **au-slot:** ensure passthrough slot get the right host value (#1959) ([f266ddd](https://github.com/aurelia/aurelia/commit/f266ddd))
* **rendering:** correctly handle compilation cache (#1955) ([c11491b](https://github.com/aurelia/aurelia/commit/c11491b))


### Refactorings:

* **router-lite:** avoided duplicate CE defn reg to same container (#1956) ([6578e54](https://github.com/aurelia/aurelia/commit/6578e54))
* **compiler:** extract template compiler into own package (#1954) ([ad7ae1e](https://github.com/aurelia/aurelia/commit/ad7ae1e))
* **compiler:** simplify definition creation (#1950) ([bb0fcab](https://github.com/aurelia/aurelia/commit/bb0fcab))
* **observers:** use static blocks, group related code ([ca22bc8](https://github.com/aurelia/aurelia/commit/ca22bc8))
* **runtime:** move scope to runtime html (#1945) ([bca0290](https://github.com/aurelia/aurelia/commit/bca0290))

<a name="2.0.0-beta.15"></a>
# 2.0.0-beta.15 (2024-04-17)

Expand Down
12 changes: 6 additions & 6 deletions examples/1kcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"d3-scale-chromatic": "^3.0.0",
"perf-monitor": "0.6.0"
}
Expand Down
20 changes: 10 additions & 10 deletions examples/doc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "An Aurelia 2 client application.",
"version": "0.8.0",
"dependencies": {
"@aurelia/fetch-client": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/route-recognizer": "2.0.0-beta.15",
"@aurelia/router-lite": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15"
"@aurelia/fetch-client": "2.0.0-beta.16",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/route-recognizer": "2.0.0-beta.16",
"@aurelia/router-lite": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16"
},
"devDependencies": {
"@aurelia/vite-plugin": "2.0.0-beta.15",
"@aurelia/vite-plugin": "2.0.0-beta.16",
"typescript": "5.4.2"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions examples/fractals-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"perf-monitor": "0.6.0"
}
}
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.15",
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/route-recognizer": "2.0.0-beta.15",
"@aurelia/router-lite": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/fetch-client": "2.0.0-beta.16",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/route-recognizer": "2.0.0-beta.16",
"@aurelia/router-lite": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"bootstrap": "^4.3.1",
"font-awesome": "^4.6.3"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.15",
"@aurelia/http-server": "2.0.0-beta.16",
"@types/node": "^14.18.14",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/rainbow-spiral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"perf-monitor": "0.6.0"
}
}
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.15",
"aurelia": "2.0.0-beta.16",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.15",
"@aurelia/testing": "2.0.0-beta.16",
"@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.15",
"aurelia": "2.0.0-beta.16",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.15",
"@aurelia/testing": "2.0.0-beta.16",
"@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.15",
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/route-recognizer": "2.0.0-beta.15",
"@aurelia/router": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15"
"@aurelia/fetch-client": "2.0.0-beta.16",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/route-recognizer": "2.0.0-beta.16",
"@aurelia/router": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.15",
"@aurelia/ts-jest": "2.0.0-beta.15",
"@aurelia/webpack-loader": "2.0.0-beta.15",
"@aurelia/http-server": "2.0.0-beta.16",
"@aurelia/ts-jest": "2.0.0-beta.16",
"@aurelia/webpack-loader": "2.0.0-beta.16",
"@types/node": "^14.18.14",
"autoprefixer": "^10.4.5",
"css-loader": "^6.7.1",
Expand Down
12 changes: 6 additions & 6 deletions examples/sierpinski-triangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"serve": "npx http-server"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"perf-monitor": "0.6.0"
}
}
14 changes: 7 additions & 7 deletions examples/state-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"postbuild:all": "rollup -c"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/state": "2.0.0-beta.15"
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/state": "2.0.0-beta.16"
}
}
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aurelia/monorepo",
"private": true,
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"packageManager": "npm@8.19.2",
"workspaces": [
"packages/kernel",
Expand Down
5 changes: 5 additions & 0 deletions packages-tooling/__tests__/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.16"></a>
# 2.0.0-beta.16 (2024-05-03)

**Note:** Version bump only for package @aurelia/__tests__

<a name="2.0.0-beta.15"></a>
# 2.0.0-beta.15 (2024-04-17)

Expand Down
28 changes: 14 additions & 14 deletions packages-tooling/__tests__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia/__tests__cjs",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"private": true,
"license": "MIT",
"engines": {
Expand All @@ -25,19 +25,19 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@aurelia/babel-jest": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/platform-browser": "2.0.0-beta.15",
"@aurelia/plugin-conventions": "2.0.0-beta.15",
"@aurelia/plugin-gulp": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/runtime-html": "2.0.0-beta.15",
"@aurelia/testing": "2.0.0-beta.15",
"@aurelia/ts-jest": "2.0.0-beta.15",
"@aurelia/webpack-loader": "2.0.0-beta.15",
"@aurelia/parcel-transformer": "2.0.0-beta.15",
"@aurelia/babel-jest": "2.0.0-beta.16",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/platform-browser": "2.0.0-beta.16",
"@aurelia/plugin-conventions": "2.0.0-beta.16",
"@aurelia/plugin-gulp": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@aurelia/runtime-html": "2.0.0-beta.16",
"@aurelia/testing": "2.0.0-beta.16",
"@aurelia/ts-jest": "2.0.0-beta.16",
"@aurelia/webpack-loader": "2.0.0-beta.16",
"@aurelia/parcel-transformer": "2.0.0-beta.16",
"@babel/core": "^7.18.2",
"@jest/transform": "^29.7.0",
"@jest/types": "^29.1.0",
Expand Down
5 changes: 5 additions & 0 deletions packages-tooling/babel-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.16"></a>
# 2.0.0-beta.16 (2024-05-03)

**Note:** Version bump only for package @aurelia/babel-jest

<a name="2.0.0-beta.15"></a>
# 2.0.0-beta.15 (2024-04-17)

Expand Down
12 changes: 6 additions & 6 deletions packages-tooling/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurelia/babel-jest",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -45,11 +45,11 @@
"access": "public"
},
"dependencies": {
"@aurelia/kernel": "2.0.0-beta.15",
"@aurelia/metadata": "2.0.0-beta.15",
"@aurelia/platform": "2.0.0-beta.15",
"@aurelia/plugin-conventions": "2.0.0-beta.15",
"@aurelia/runtime": "2.0.0-beta.15",
"@aurelia/kernel": "2.0.0-beta.16",
"@aurelia/metadata": "2.0.0-beta.16",
"@aurelia/platform": "2.0.0-beta.16",
"@aurelia/plugin-conventions": "2.0.0-beta.16",
"@aurelia/runtime": "2.0.0-beta.16",
"@babel/core": "^7.18.2",
"babel-jest": "^29.7.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages-tooling/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.16"></a>
# 2.0.0-beta.16 (2024-05-03)

**Note:** Version bump only for package @aurelia/http-server

<a name="2.0.0-beta.15"></a>
# 2.0.0-beta.15 (2024-04-17)

Expand Down
Loading

0 comments on commit 0acd512

Please sign in to comment.