Skip to content

Commit b87878a

Browse files
committed
chore(release): 20.0.0
1 parent 03f393c commit b87878a

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [20.0.0](https://github.com/angular-extensions/elements/compare/v19.1.0...v20.0.0) (2025-05-29)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **lib:** Angular 20
10+
11+
* cleanups, automatic migrations
12+
13+
### Features
14+
15+
- **docs:** improve docs, modernize readme quickstart ([84562d5](https://github.com/angular-extensions/elements/commit/84562d5ddc48c21cc3f6fefb6acde03b870885a1))
16+
- **lib:** upgrade to Angular 20 ([03f393c](https://github.com/angular-extensions/elements/commit/03f393c2f625f98ea27c8309d5fef3114ea29d38))
17+
18+
### Bug Fixes
19+
20+
- **demo:** dynamic code example ([85a9a53](https://github.com/angular-extensions/elements/commit/85a9a53afe91ce63af0aefc4cc91ea87cf7dca6a))
21+
- **demo:** set base path for sl-icon svg assets ([5f5a8ec](https://github.com/angular-extensions/elements/commit/5f5a8ec74c9d7ecc4028b301c739c0883f43d1d9))
22+
523
## [19.1.0](https://github.com/angular-extensions/elements/compare/v19.0.1...v19.1.0) (2025-04-30)
624

725
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/elements",
3-
"version": "19.1.0",
3+
"version": "20.0.0",
44
"scripts": {
55
"ng": "ng",
66
"prestart": "npm run build:copy-changelog",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
// version:start
3-
version: '19.1.0',
3+
version: '20.0.0',
44
// version:end
55
production: true,
66
};

projects/elements-demo/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
// version:start
7-
version: '19.1.0',
7+
version: '20.0.0',
88
// version:end
99
production: false,
1010
};

projects/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/elements",
3-
"version": "19.1.0",
3+
"version": "20.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=19",
66
"@angular/core": ">=19",

0 commit comments

Comments
 (0)