Skip to content

Commit 968f260

Browse files
committed
#74 Angular 16 Support
1 parent ef07aa1 commit 968f260

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-kjua-library",
33
"description": "ngx-kjua library builder",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"scripts": {
77
"ng": "ng",

projects/ngx-kjua/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-kjua",
33
"description": "Angular QR-Code generator component.",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"private": false,
77
"repository": {
@@ -25,8 +25,8 @@
2525
"url": "https://github.com/werthdavid/ngx-kjua/issues"
2626
},
2727
"peerDependencies": {
28-
"@angular/common": ">=14.0.0 <16.0.0",
29-
"@angular/core": ">=14.0.0 <16.0.0",
28+
"@angular/common": ">=14.0.0 <17.0.0",
29+
"@angular/core": ">=14.0.0 <17.0.0",
3030
"kjua-svg": "^1.13.1"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)