Skip to content

Commit

Permalink
chore(release): 1.3.0 🎉
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2024-11-23)

### Features

* update deps ([6611725](6611725))
* update to angular v19 ([8a93fbf](8a93fbf))
  • Loading branch information
semantic-release-bot committed Nov 23, 2024
1 parent 4a3ccd6 commit 45172d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/ngx-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"author": "Lenny Bakkalian",
"repository": "https://github.com/lennybakkalian/ngx-trpc",
"description": "Angular integration for tRPC",
"version": "1.2.2",
"version": "1.3.0",
"keywords": [
"Angular",
"Trpc"
],
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/ssr": ">=19.0.0",
"@angular/ssr": ">=19.0.1",
"rxjs": ">=7.8.0"
},
"dependencies": {
"tslib": "^2.3.0",
"superjson": "^2.2.1",
"@trpc/client": "^11.0.0-rc.593",
"@trpc/server": "^11.0.0-rc.593"
"@trpc/client": "^11.0.0-rc.643",
"@trpc/server": "^11.0.0-rc.643"
},
"sideEffects": false,
"publishConfig": {
Expand Down

0 comments on commit 45172d4

Please sign in to comment.