From 53a024d54f7330b6c1a25f262fe07585ce37b6e7 Mon Sep 17 00:00:00 2001 From: Richard Russell <2265225+rars@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:37:32 +0000 Subject: [PATCH] docs: update changelog for 8.0.0 release --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- projects/ngx-diff/package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b6efb..c07785f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [8.0.0](https://github.com/rars/ngx-diff/compare/v7.0.0...v8.0.0) (2024-03-15) + + +### Features + +* **ngx-diff:** add `ngx-unified-diff` component to replace `inline-diff`; deprecate `inline-diff` ([94b6bf4](https://github.com/rars/ngx-diff/commit/94b6bf483b9c2c6df2b3cca8899a7b0c1f0c39a4)) +* **ngx-diff:** add named light and dark themes ([f870bd8](https://github.com/rars/ngx-diff/commit/f870bd8076a47ff9639ff3b61aeec159d1d17c11)) +* **ngx-diff:** add side-by-side diff component ([6826e7e](https://github.com/rars/ngx-diff/commit/6826e7e44586e130b1fe9bf0d0cb327c61beeb9a)) +* **ngx-diff:** add title bar to inline-diff ([63183b3](https://github.com/rars/ngx-diff/commit/63183b37d169390b69600b59ad29d72898c97a85)) + ## [7.0.0](https://github.com/rars/ngx-diff/compare/v6.0.1...v7.0.0) (2024-03-10) ### Features diff --git a/package-lock.json b/package-lock.json index 66f97fc..25f0be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-diff", - "version": "8.0.0-alpha.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-diff", - "version": "8.0.0-alpha.0", + "version": "8.0.0", "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", diff --git a/package.json b/package.json index 107102c..1c43d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-diff", - "version": "8.0.0-alpha.0", + "version": "8.0.0", "type": "module", "scripts": { "ng": "ng", @@ -69,4 +69,4 @@ "bump": true } } -} \ No newline at end of file +} diff --git a/projects/ngx-diff/package.json b/projects/ngx-diff/package.json index 01321e0..7df2abf 100644 --- a/projects/ngx-diff/package.json +++ b/projects/ngx-diff/package.json @@ -1,6 +1,6 @@ { "name": "ngx-diff", - "version": "8.0.0-alpha.0", + "version": "8.0.0", "peerDependencies": { "@angular/common": ">=17.0.0", "@angular/core": ">=17.0.0",