Skip to content

Commit

Permalink
release: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginRing committed Feb 2, 2023
1 parent 4f28400 commit 3dc2252
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A Angular component to generate QR codes for rendering to the DOM.
Support canvas and svg two formats
Support adding QR code logo

Angular version >= 14

## Installation

```shell
Expand Down
2 changes: 2 additions & 0 deletions projects/qrcode-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A Angular component to generate QR codes for rendering to the DOM.
Support canvas and svg two formats
Support adding QR code logo

Angular version >= 14

## Installation

```shell
Expand Down
6 changes: 3 additions & 3 deletions projects/qrcode-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrcode-angular",
"version": "1.0.1",
"version": "1.1.0",
"author": "originRing",
"keywords": ["qrcode", "qrocde.anuglar", "ng-qrcode"],
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
},
"homepage": "https://github.com/OriginRing/qrcode.angular",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": ">=14",
"@angular/core": ">=14"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 3dc2252

Please sign in to comment.