Skip to content

Commit c259432

Browse files
authored
Merge pull request #79 from rars/fix-package-exports
fix(ngx-diff): add styles to exports of package.json
2 parents 04318ea + c82f885 commit c259432

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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.2](https://github.com/rars/ngx-diff/compare/v8.0.1...v8.0.2) (2024-03-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **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)
11+
512
### [8.0.1](https://github.com/rars/ngx-diff/compare/v8.0.0...v8.0.1) (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.1",
3+
"version": "8.0.2",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

projects/ngx-diff/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"peerDependencies": {
55
"@angular/common": ">=17.0.0",
66
"@angular/core": ">=17.0.0",
@@ -23,5 +23,8 @@
2323
"bugs": {
2424
"url": "https://github.com/rars/ngx-diff/issues"
2525
},
26-
"homepage": "https://github.com/rars/ngx-diff#readme"
26+
"homepage": "https://github.com/rars/ngx-diff#readme",
27+
"exports": {
28+
"./styles/": "./styles/"
29+
}
2730
}

0 commit comments

Comments
 (0)