17.3.10
What's Changed
- Update README.md by @joematthews in #50
Switching the versioning scheme for extreme-angular to match Angular's version. I think this will help incentivize keeping the project up to date, which is important for a starter project.
To determine Angular's version I run npx ng version
:
...
Angular CLI: 17.3.8
Node: 22.13.0 (Unsupported)
Package Manager: npm 10.9.2
OS: darwin arm64
Angular: 17.3.10
... animations, cdk, common, compiler, compiler-cli, core, forms
... localize, material, platform-browser
... platform-browser-dynamic, platform-server, router
...
In the example the angular version is Angular: 17.3.10
.
Pull requests that update packages, add new dev focused features, improve configuration, or improve documentation will warrant a new release and will be have a number appended to the tag, like 17.3.10-1
.
Angular 19 refresh coming soon! You can see progress on the PR here: #53
Full Changelog: 2.4.2...17.3.10