From d0f9eab39f392af888a5dd75302e103f05a4ca10 Mon Sep 17 00:00:00 2001 From: heyitsaamir Date: Fri, 29 May 2026 15:10:44 -0700 Subject: [PATCH] docs: use stable Teams CLI package --- apps/docs/content/adapters/official/teams.mdx | 2 +- packages/adapter-teams/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/adapters/official/teams.mdx b/apps/docs/content/adapters/official/teams.mdx index 84f8e527..efbd79a0 100644 --- a/apps/docs/content/adapters/official/teams.mdx +++ b/apps/docs/content/adapters/official/teams.mdx @@ -133,7 +133,7 @@ The [Teams CLI](https://microsoft.github.io/teams-sdk/cli) handles AAD app regis ### Install the CLI ```bash -npm install -g @microsoft/teams.cli@preview +npm install -g @microsoft/teams.cli ``` ### 1. Create the app diff --git a/packages/adapter-teams/README.md b/packages/adapter-teams/README.md index ad6eaa63..7a4cb182 100644 --- a/packages/adapter-teams/README.md +++ b/packages/adapter-teams/README.md @@ -38,7 +38,7 @@ bot.onNewMention(async (thread, message) => { The [Teams CLI](https://microsoft.github.io/teams-sdk/cli) handles AAD app registration, client secret generation, bot registration, and Teams channel setup in one command. ```bash -npm install -g @microsoft/teams.cli@preview +npm install -g @microsoft/teams.cli ``` ### 1. Create the app