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 e55d9ea..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", @@ -23,5 +23,8 @@ "bugs": { "url": "https://github.com/rars/ngx-diff/issues" }, - "homepage": "https://github.com/rars/ngx-diff#readme" + "homepage": "https://github.com/rars/ngx-diff#readme", + "exports": { + "./styles/": "./styles/" + } }