Skip to content

Commit

Permalink
docs: update changelog; update version to 7.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Mar 10, 2024
1 parent bb70393 commit 90583e5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [7.0.0](https://github.com/rars/ngx-diff/compare/v6.0.1...v7.0.0) (2024-03-10)

### Features

- **ngx-diff:** allow truncated placeholder lines to be expanded to reveal hidden content ([481066c](https://github.com/rars/ngx-diff/commit/481066c3828cf32b9900db3994fd3db9e6887302))

## [6.0.1](https://github.com/rars/ngx-diff/compare/v6.0.0...v6.0.1) (2024-01-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ It is recommended to use these settings rather than attempt to override styles b
| 14 | 3.0.0 |
| 15 | 4.0.0 |
| 16 | 5.0.0 |
| 17 | 6.0.0 |
| 17 | 6.0.0+ |

## Contributions welcome!

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "7.0.0-alpha.1",
"version": "7.0.0",
"type": "module",
"scripts": {
"ng": "ng",
Expand All @@ -23,7 +23,7 @@
"@angular/router": "^17.0.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"diff-match-patch-ts": "^0.4.0-rc.1",
"diff-match-patch-ts": "^0.4.0",
"rxjs": "~7.8.1",
"standard-version": "^9.3.2",
"tslib": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ngx-diff",
"version": "7.0.0-alpha.1",
"version": "7.0.0",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"diff-match-patch-ts": ">=0.3.0"
"diff-match-patch-ts": ">=0.4.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 90583e5

Please sign in to comment.