From a190ef580c291a4838bc57fccb9f4bf270b6bfef Mon Sep 17 00:00:00 2001 From: Yichen Jiang Date: Tue, 18 Aug 2026 10:50:54 +0800 Subject: [PATCH] chore(release): carry dsh-authorization to the rc.7 family version --- packages/credentials/authorization/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/authorization/package.json b/packages/credentials/authorization/package.json index 422328eaf5..9110e37c99 100644 --- a/packages/credentials/authorization/package.json +++ b/packages/credentials/authorization/package.json @@ -1,7 +1,7 @@ { "name": "@deepseek-ai/dsh-authorization", "description": "Authorization seam (ctx.authorization): plugin-owned flows that obtain a credential through a conversation with the human", - "version": "0.1.0-rc.6", + "version": "0.1.0-rc.7", "publishConfig": { "access": "public" },