Skip to content

Commit

Permalink
chore(package.json): aurelia 2 beta 21
Browse files Browse the repository at this point in the history
  • Loading branch information
aegenet committed Aug 8, 2024
1 parent 0c79184 commit c65bc27
Show file tree
Hide file tree
Showing 15 changed files with 401 additions and 367 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains a collection of Aurelia 2 plugins and tools.

**Note**:

- Tested with [`Aurelia v2.0.0-beta.20`](https://github.com/aurelia/aurelia/releases/tag/v2.0.0-beta.20).
- Tested with [`Aurelia v2.0.0-beta.21`](https://github.com/aurelia/aurelia/releases/tag/v2.0.0-beta.21).

## Plugins

Expand Down
138 changes: 75 additions & 63 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
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@aegenet/yawt": "^0.7.2",
"@aurelia/vite-plugin": "^2.0.0-beta.20",
"@aurelia/vite-plugin": "^2.0.0-beta.21",
"@commitlint/cli": "^19.2.0",
"@vitest/coverage-istanbul": "^2.0.5",
"htmlhint": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/au2-base-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> `BaseComponent` with `EventAggregator`, `I18N`, `Aware Event` and `AntiBounce`
> `BasePage` with `EventAggregator`, `I18N`, `Aware Event` and `AntiBounce`
> Tested with [`Aurelia v2.0.0-beta.20`](https://github.com/aurelia/aurelia/releases/tag/v2.0.0-beta.20).
> Tested with [`Aurelia v2.0.0-beta.21`](https://github.com/aurelia/aurelia/releases/tag/v2.0.0-beta.21).
# Installation

Expand Down
Loading

0 comments on commit c65bc27

Please sign in to comment.