Skip to content

Commit

Permalink
release: release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama committed Aug 12, 2022
1 parent 62d97ab commit c215982
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-signature-pad/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@eve-sama/ngx-signature-pad",
"version": "13.0.0",
"version": "14.0.0",
"peerDependencies": {
"@angular/cdk": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/core": "~13.2.6"
"@angular/cdk": "^14.1.2",
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2"
},
"dependencies": {
"tslib": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-signature-pad/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
}
}

0 comments on commit c215982

Please sign in to comment.