Skip to content

Commit 891859e

Browse files
authored
INT-3306: Specify RxJS ^v7.4.0 as a peer dependency (#389)
* INT-3306: Added rxjs ^v7.4.0 as a peer dependency * INT-3306: Updated changelog
1 parent 5bcfde8 commit 891859e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Fixed
10+
- Added rxjs ^7.4.0 as a peer dependency. Since last major release now uses rxjs v7 imports. #INT-3306
11+
912
## 8.0.0 - 2024-04-29
1013

1114
### Added

tinymce-angular-component/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"peerDependencies": {
1010
"@angular/core": ">=16.0.0",
1111
"@angular/common": ">=16.0.0",
12-
"@angular/forms": ">=16.0.0"
12+
"@angular/forms": ">=16.0.0",
13+
"rxjs": "^7.4.0"
1314
},
1415
"dependencies": {
1516
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.0"

0 commit comments

Comments
 (0)