Skip to content

Commit

Permalink
Merge pull request #86 from MurhafSousli/ng-14
Browse files Browse the repository at this point in the history
Fix 4.0.0 problem not having the themes in dist
  • Loading branch information
MurhafSousli authored Jun 4, 2022
2 parents 3658916 + 96714c1 commit e70f845
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.0.0
## 4.0.1

- Update to Angular 14 in [313d97e](https://github.com/MurhafSousli/ngx-bar-rating/pull/85/commits/313d97e14db4ce957ab35f0ad31980a5f1e6ef26).

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"start": "ng serve",
"build-demo": "ng build --configuration production",
"build": "ng build --configuration production ngx-bar-rating",
"postbuild": "cpx 'projects/ngx-bar-rating/themes/*.scss' ./dist/ngx-bar-rating/themes",
"publish-lib": "npm publish dist/ngx-bar-rating",
"test": "ng test",
"lint": "ng lint",
Expand Down
7 changes: 5 additions & 2 deletions projects/ngx-bar-rating/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"dest": "../../dist/ngx-bar-rating",
"lib": {
"entryFile": "src/public-api.ts"
}
}
},
"assets": [
"./themes/*.scss"
]
}
2 changes: 1 addition & 1 deletion projects/ngx-bar-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bar-rating",
"version": "4.0.0",
"version": "4.0.1",
"description": "Angular Bar Rating",
"repository": {
"type": "git",
Expand Down

0 comments on commit e70f845

Please sign in to comment.