Skip to content

Commit

Permalink
INT-3306: Specify RxJS ^v7.4.0 as a peer dependency (#389)
Browse files Browse the repository at this point in the history
* INT-3306: Added rxjs ^v7.4.0 as a peer dependency

* INT-3306: Updated changelog
  • Loading branch information
danoaky-tiny authored May 15, 2024
1 parent 5bcfde8 commit 891859e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Added rxjs ^7.4.0 as a peer dependency. Since last major release now uses rxjs v7 imports. #INT-3306

## 8.0.0 - 2024-04-29

### Added
Expand Down
3 changes: 2 additions & 1 deletion tinymce-angular-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/forms": ">=16.0.0"
"@angular/forms": ">=16.0.0",
"rxjs": "^7.4.0"
},
"dependencies": {
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.0"
Expand Down

0 comments on commit 891859e

Please sign in to comment.