Skip to content

Commit bad82f4

Browse files
authored
Merge pull request #75 from rars/add-unified-diff-public-api
fix(ngx-diff): add UnifiedDiffComponent to exported types
2 parents e2ee117 + fa114c5 commit bad82f4

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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+
### [8.0.1](https://github.com/rars/ngx-diff/compare/v8.0.0...v8.0.1) (2024-03-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **ngx-diff:** add UnifiedDiffComponent to exported types ([842d520](https://github.com/rars/ngx-diff/commit/842d520f333763080a2e5a00d66879ec54f7a7f1))
11+
512
## [8.0.0](https://github.com/rars/ngx-diff/compare/v7.0.0...v8.0.0) (2024-03-15)
613

714

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.0",
3+
"version": "8.0.1",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

projects/ngx-diff/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.0",
3+
"version": "8.0.1",
44
"peerDependencies": {
55
"@angular/common": ">=17.0.0",
66
"@angular/core": ">=17.0.0",

projects/ngx-diff/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
export * from './lib/services/diff-match-patch/diff-match-patch.service';
66
export * from './lib/components/inline-diff/inline-diff.component';
77
export * from './lib/components/side-by-side-diff/side-by-side-diff.component';
8+
export * from './lib/components/unified-diff/unified-diff.component';
89
export * from './lib/common/line-select-event';
910
export * from './lib/common/line-diff-type';

0 commit comments

Comments
 (0)