Skip to content

Commit

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

### BREAKING CHANGES:

* **dom-queue:** merge dom read and write queues (#1970) ([3a63cde](https://github.com/aurelia/aurelia/commit/3a63cde))


### Features:

* **dialog:** ability to specify dialog per open call (#1978) ([7d44ed1](https://github.com/aurelia/aurelia/commit/7d44ed1))
* **dialog:** add event manager for custom event handling extension ([7d44ed1](https://github.com/aurelia/aurelia/commit/7d44ed1))
* **kernel:** add last resolver (#1976) ([c47817c](https://github.com/aurelia/aurelia/commit/c47817c))
* **router-lite:** current route (#1966) ([d966e15](https://github.com/aurelia/aurelia/commit/d966e15))


### Bug Fixes:

* **di:** use official metadata instead of weakmap (#1977) ([9aeeffa](https://github.com/aurelia/aurelia/commit/9aeeffa))
* **router-lite:** current route subscription disposal (#1969) ([ace4c65](https://github.com/aurelia/aurelia/commit/ace4c65))
* **convention:** typing: use array for bindables isntead of object (#1967) ([f1a73d6](https://github.com/aurelia/aurelia/commit/f1a73d6))


### Refactorings:

* **collection:** define map & set overrides on the instance instead of prototype (#1975) ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))
* **runtime:** reoganise utils import ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))
* **fetch-client:** extract error codes and cleanup (#1974) ([63ffdc9](https://github.com/aurelia/aurelia/commit/63ffdc9))
* **i18n-validation:** replace errors with error codes (#1972) ([f91f31c](https://github.com/aurelia/aurelia/commit/f91f31c))
* **dev:** turbo package input glob + ts dev script ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))

### Docs:

* **doc:** updated ISignaler documentation example (#1973) ([e0481d6](https://github.com/aurelia/aurelia/commit/e0481d6))


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

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.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"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.17",
"@aurelia/kernel": "2.0.0-beta.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/route-recognizer": "2.0.0-beta.17",
"@aurelia/router-lite": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17"
"@aurelia/fetch-client": "2.0.0-beta.18",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/route-recognizer": "2.0.0-beta.18",
"@aurelia/router-lite": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18"
},
"devDependencies": {
"@aurelia/vite-plugin": "2.0.0-beta.17",
"@aurelia/vite-plugin": "2.0.0-beta.18",
"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.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"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.17",
"@aurelia/kernel": "2.0.0-beta.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/route-recognizer": "2.0.0-beta.17",
"@aurelia/router-lite": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/fetch-client": "2.0.0-beta.18",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/route-recognizer": "2.0.0-beta.18",
"@aurelia/router-lite": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"bootstrap": "^4.3.1",
"font-awesome": "^4.6.3"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.17",
"@aurelia/http-server": "2.0.0-beta.18",
"@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.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"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.17",
"aurelia": "2.0.0-beta.18",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.17",
"@aurelia/testing": "2.0.0-beta.18",
"@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.17",
"aurelia": "2.0.0-beta.18",
"marked": "^4.0.14"
},
"type": "module",
"devDependencies": {
"@aurelia/testing": "2.0.0-beta.17",
"@aurelia/testing": "2.0.0-beta.18",
"@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.17",
"@aurelia/kernel": "2.0.0-beta.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/route-recognizer": "2.0.0-beta.17",
"@aurelia/router": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17"
"@aurelia/fetch-client": "2.0.0-beta.18",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/route-recognizer": "2.0.0-beta.18",
"@aurelia/router": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18"
},
"devDependencies": {
"@aurelia/http-server": "2.0.0-beta.17",
"@aurelia/ts-jest": "2.0.0-beta.17",
"@aurelia/webpack-loader": "2.0.0-beta.17",
"@aurelia/http-server": "2.0.0-beta.18",
"@aurelia/ts-jest": "2.0.0-beta.18",
"@aurelia/webpack-loader": "2.0.0-beta.18",
"@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.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"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.17",
"@aurelia/metadata": "2.0.0-beta.17",
"@aurelia/platform": "2.0.0-beta.17",
"@aurelia/platform-browser": "2.0.0-beta.17",
"@aurelia/runtime-html": "2.0.0-beta.17",
"@aurelia/runtime": "2.0.0-beta.17",
"@aurelia/state": "2.0.0-beta.17"
"@aurelia/kernel": "2.0.0-beta.18",
"@aurelia/metadata": "2.0.0-beta.18",
"@aurelia/platform": "2.0.0-beta.18",
"@aurelia/platform-browser": "2.0.0-beta.18",
"@aurelia/runtime-html": "2.0.0-beta.18",
"@aurelia/runtime": "2.0.0-beta.18",
"@aurelia/state": "2.0.0-beta.18"
}
}
Loading

0 comments on commit 8fe53d1

Please sign in to comment.