Skip to content

Commit 9965ef9

Browse files
authored
Merge pull request #86 from rars/update-changelog
docs: update changelog for 9.0.0 release
2 parents 58b2af4 + 9af23b0 commit 9965ef9

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [9.0.0](https://github.com/rars/ngx-diff/compare/v8.0.4...v9.0.0) (2024-06-06)
6+
7+
8+
### Features
9+
10+
* **ngx-diff:** update to Angular 18 ([97b053a](https://github.com/rars/ngx-diff/commit/97b053ab221312b2ad9f7344ce95375eaf53c870))
11+
512
### [8.0.4](https://github.com/rars/ngx-diff/compare/v8.0.3...v8.0.4) (2024-03-27)
613

714

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ It is recommended to use these settings rather than attempt to override styles b
139139
| 15 | 4.0.0 |
140140
| 16 | 5.0.0 |
141141
| 17 | 6.0.0+ |
142+
| 18 | 9.0.0+ |
142143

143144
## Contributions welcome!
144145

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": "ngx-diff",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

projects/ngx-diff/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ngx-diff",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"peerDependencies": {
5-
"@angular/common": ">=17.0.0",
6-
"@angular/core": ">=17.0.0",
5+
"@angular/common": ">=18.0.0",
6+
"@angular/core": ">=18.0.0",
77
"diff-match-patch-ts": ">=0.5.0"
88
},
99
"dependencies": {

0 commit comments

Comments
 (0)