Skip to content

Commit 90583e5

Browse files
committed
docs: update changelog; update version to 7.0.0 for release
1 parent bb70393 commit 90583e5

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [7.0.0](https://github.com/rars/ngx-diff/compare/v6.0.1...v7.0.0) (2024-03-10)
6+
7+
### Features
8+
9+
- **ngx-diff:** allow truncated placeholder lines to be expanded to reveal hidden content ([481066c](https://github.com/rars/ngx-diff/commit/481066c3828cf32b9900db3994fd3db9e6887302))
10+
511
## [6.0.1](https://github.com/rars/ngx-diff/compare/v6.0.0...v6.0.1) (2024-01-18)
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ It is recommended to use these settings rather than attempt to override styles b
105105
| 14 | 3.0.0 |
106106
| 15 | 4.0.0 |
107107
| 16 | 5.0.0 |
108-
| 17 | 6.0.0 |
108+
| 17 | 6.0.0+ |
109109

110110
## Contributions welcome!
111111

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",
@@ -23,7 +23,7 @@
2323
"@angular/router": "^17.0.0",
2424
"@commitlint/cli": "^18.4.4",
2525
"@commitlint/config-conventional": "^18.4.4",
26-
"diff-match-patch-ts": "^0.4.0-rc.1",
26+
"diff-match-patch-ts": "^0.4.0",
2727
"rxjs": "~7.8.1",
2828
"standard-version": "^9.3.2",
2929
"tslib": "^2.3.1",

projects/ngx-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ngx-diff",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=17.0.0",
66
"@angular/core": ">=17.0.0",
7-
"diff-match-patch-ts": ">=0.3.0"
7+
"diff-match-patch-ts": ">=0.4.0"
88
},
99
"dependencies": {
1010
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)