Skip to content

Commit

Permalink
Fix angular adapter installation 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Jul 1, 2024
1 parent 63e2c35 commit cc47016
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 43 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-clouds-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoom-image/angular": patch
---

Fix angular adapter installation 💞
4 changes: 2 additions & 2 deletions packages/angular/projects/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@zoom-image/angular",
"version": "0.2.19",
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@zoom-image/core": "workspace:*",
Expand Down
52 changes: 11 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc47016

Please sign in to comment.