From c82f8855ce53bdaa1adc605767a1ae796de2ff55 Mon Sep 17 00:00:00 2001 From: Richard Russell <2265225+rars@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:06:37 +0000 Subject: [PATCH] docs: update changelog for 8.0.2 release --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-diff/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e9ad3..50b343f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/rars/ngx-diff/compare/v8.0.1...v8.0.2) (2024-03-27) + + +### Bug Fixes + +* **ngx-diff:** add styles to exports of package.json ([911c864](https://github.com/rars/ngx-diff/commit/911c8642cfc81b4d305aab7ef536c43a6bbc1ce4)), closes [#78](https://github.com/rars/ngx-diff/issues/78) + ### [8.0.1](https://github.com/rars/ngx-diff/compare/v8.0.0...v8.0.1) (2024-03-15) diff --git a/package-lock.json b/package-lock.json index f709f80..8bbf354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-diff", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-diff", - "version": "8.0.1", + "version": "8.0.2", "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", diff --git a/package.json b/package.json index d1754a5..7dcd308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-diff", - "version": "8.0.1", + "version": "8.0.2", "type": "module", "scripts": { "ng": "ng", diff --git a/projects/ngx-diff/package.json b/projects/ngx-diff/package.json index 638b9b7..739729d 100644 --- a/projects/ngx-diff/package.json +++ b/projects/ngx-diff/package.json @@ -1,6 +1,6 @@ { "name": "ngx-diff", - "version": "8.0.1", + "version": "8.0.2", "peerDependencies": { "@angular/common": ">=17.0.0", "@angular/core": ">=17.0.0",