Skip to content

Commit

Permalink
Setup angular library configs
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 11, 2024
1 parent bbe45c2 commit bbb8fef
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
7 changes: 7 additions & 0 deletions libs/features/nx-angular-calendar-heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [1.0.0] - 2024-11-12

### Added

- Added calendar heatmap components.
6 changes: 5 additions & 1 deletion libs/features/nx-angular-calendar-heatmap/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"dest": "../../../dist/libs/features/nx-angular-calendar-heatmap",
"lib": {
"entryFile": "src/index.ts"
}
},
"assets": [
"CHANGELOG.md",
"LICENSE.md"
]
}
24 changes: 21 additions & 3 deletions libs/features/nx-angular-calendar-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
{
"name": "@ngeenx/nx-angular-calendar-heatmap",
"version": "0.0.1",
"version": "1.0.0",
"description": "Angular Calendar Heatmap component",
"keywords": [
"angular",
"calendar",
"heatmap",
"calendar-heatmap",
"heatmap-calendar"
],
"author": "relliv <[email protected]>",
"bugs": {
"url": "https://github.com/ngeenx/nx-calendar-heatmap/issues"
},
"license": "MIT",
"homepage": "https://github.com/ngeenx/nx-calendar-heatmap#readme",
"repository": {
"type": "git",
"url": "[email protected]:ngeenx/nx-calendar-heatmap.git"
},
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion libs/features/nx-react-calendar-heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"files": [
"CHANGELOG.md",
"LICENSE.md",
"./lib",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"react:start": "nx serve react-app",
"vue:build": "nx build nx-vue-calendar-heatmap --skip-nx-cache",
"react:build": "nx build nx-react-calendar-heatmap --skip-nx-cache",
"angular:build": "nx build nx-angular-calendar-heatmap --skip-nx-cache",
"utils:test": "nx test nx-calendar-heatmap-utils",
"utils:build": "nx build nx-calendar-heatmap-utils --skip-nx-cache && nx run nx-calendar-heatmap-utils:tailwind-build",
"lint:all": "nx run-many --all --target=lint",
Expand Down

0 comments on commit bbb8fef

Please sign in to comment.