Skip to content

Commit 5676762

Browse files
committed
fix: bump nested peer dependencies in the library
1 parent 44556b3 commit 5676762

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

projects/elements-demo/src/assets/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.1](https://github.com/angular-extensions/elements/compare/v20.0.0...v20.0.1) (2025-05-29)
6+
57
## [20.0.0](https://github.com/angular-extensions/elements/compare/v19.1.0...v20.0.0) (2025-05-29)
68

79
### ⚠ BREAKING CHANGES

projects/elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@angular-extensions/elements",
33
"version": "20.0.1",
44
"peerDependencies": {
5-
"@angular/common": ">=19",
6-
"@angular/core": ">=19",
5+
"@angular/common": ">=20",
6+
"@angular/core": ">=20",
77
"rxjs": ">=7.5.0"
88
},
99
"publishConfig": {

0 commit comments

Comments
 (0)