Skip to content

Commit

Permalink
Merge pull request #15 from philenius/hotfix/fix-dependent-angular-ve…
Browse files Browse the repository at this point in the history
…rsion

Hotfix: increase dependent Angular version to v15
  • Loading branch information
philenius authored Mar 18, 2023
2 parents 42ebaed + 95fe974 commit 9ef7d4e
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 15.2.4

Pull request: https://github.com/philenius/ngx-annotate-text/pull/15

- Hotfix: increase dependent Angular version from v14 to v15

## 15.2.3

Pull request: https://github.com/philenius/ngx-annotate-text/pull/14
11 changes: 6 additions & 5 deletions projects/ngx-annotate-text/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ngx-annotate-text",
"version": "15.2.3",
"version": "15.2.4",
"author": "Philipp Perez, (https://philenius.github.io)",
"license": "MIT",
"description": "An Angular component library for interactively highlighting / annotating parts of text.",
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0"
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
@@ -26,5 +26,6 @@
"bugs": {
"url": "https://github.com/philenius/ngx-annotate-text/issues"
},
"homepage": "https://github.com/philenius/ngx-annotate-text#readme"
}
"homepage": "https://github.com/philenius/ngx-annotate-text#readme",
"sideEffects": false
}

0 comments on commit 9ef7d4e

Please sign in to comment.