From 45172d4d12d1e23eeaf49164a9c32631047be3c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Nov 2024 11:42:12 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=201.3.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.3.0](https://github.com/lennybakkalian/ngx-trpc/compare/v1.2.2...v1.3.0) (2024-11-23) ### Features * update deps ([6611725](https://github.com/lennybakkalian/ngx-trpc/commit/66117258d1c0c07f95203842d35eb38aacf41abb)) * update to angular v19 ([8a93fbf](https://github.com/lennybakkalian/ngx-trpc/commit/8a93fbf8745b2dfea799edb0c09ca359b04bede5)) --- dist/ngx-trpc/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/ngx-trpc/package.json b/dist/ngx-trpc/package.json index 11c73ca..ede9ee5 100644 --- a/dist/ngx-trpc/package.json +++ b/dist/ngx-trpc/package.json @@ -3,7 +3,7 @@ "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" @@ -11,14 +11,14 @@ "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": {