This repository was archived by the owner on Jan 15, 2025. It is now read-only.
chore: Merge 4.14.1 JS SDK to main#1231
Merged
thomas-chung merged 30 commits intomainfrom Aug 17, 2021
Merged
Conversation
* Add Teams package unit tests (#1171) * fix: Stevenic/ac fix (#1164) * Fixed typo in schema for UpdateActivity * Forgot to copy activityId to outgoing activity in UpdateAdaptiveCard Co-authored-by: Ryan Lengel Isgrig <43043272+ryanlengel@users.noreply.github.com> Co-authored-by: Steven Ickman <stevenic@microsoft.com>
* Update package.json on adaptive + empty * Update more package depdendency * Update template package.jsons * Update yarn.lock * Update old school csharp skills * Update Teams, AdaptiveCards package and misc projs * Update SendMessageToTeamsChannelAsync to work with CloudAdapter (#1170) * chore: Cherry pick 1171 and 1164 into 4.14 (#1172) * Add Teams package unit tests (#1171) * fix: Stevenic/ac fix (#1164) * Fixed typo in schema for UpdateActivity * Forgot to copy activityId to outgoing activity in UpdateAdaptiveCard Co-authored-by: Ryan Lengel Isgrig <43043272+ryanlengel@users.noreply.github.com> Co-authored-by: Steven Ickman <stevenic@microsoft.com> Co-authored-by: Thomas Chung <thchung@microsoft.com> Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com> Co-authored-by: Ryan Lengel Isgrig <43043272+ryanlengel@users.noreply.github.com> Co-authored-by: Steven Ickman <stevenic@microsoft.com> > Looks good. Let's document all of the processes to upgrade versions for all types of components in the repo so that others can do the same. > i.e. > Generators > > 1. generator-bot-adaptive/package.json - bump version > 2. generator-bot-_/packagejson (the rest) - bump version and dependencies:@microsoft/generator-bot-_ versions > > Csproj packages > > 1. Bump version of Microsoft.Bot.Builder.* dependencies > > Nuspec packages > > 1. Bump version of Mocrosoft.Bot.Builder.* dependencies > Npm packages > 2. Bump versions of botbuilder dependencies Good idea. As we figure this out we should just write down the steps.
* Enable SendMessageToTeamsChannel with either BotFrameworkAdapter or CloudAdapter * Get appId from claims * Throw if adapter is not a known type to support SendMessageToTeamsChannel
* Update graph package version * Update graph * Update Teams package * Update teams JS package * Update adaptive cards * HelpAndCancel * Update helpandcancel + welcome dependencies * Change to minor version update * Update to correct JS preview platform.js
Co-authored-by: Thomas Chung <thchung@microsoft.com>
* Fix nuget versioning steps * Fix Teams test reference * Fix Microsoft.Bot.Builder.Dialogs.Adaptive.Testing Co-authored-by: Thomas Chung <thchung@microsoft.com>
* initial changes * Update templates to use preview Co-authored-by: Thomas Chung <thchung@microsoft.com>
* pull netcore install steps to build-test and package separately * remove netcore step from signing as it is used in packaging
* Update everything to GA * Update yarn lock * Update yarn lock * Update dependency package version * Add missing dependency Co-authored-by: Thomas Chung <thchung@microsoft.com>
* Update directory.build.props LicenseUrl tags with PackageLicenseExpression referencing the MIT license * replace nuspec licenseURl with license * replace nuspec license with license type referencing MIT * Update Directory.Build.props Add NU5048 to NoWarn * Update Directory.Build.props
Co-authored-by: Thomas Chung <thchung@microsoft.com>
…n to 1.1.2 (#1221) * Bump JS Version to 4.14.1 * Bump package versions * Update template versions & referenced adaptive ver * Update template ref to pkgs * update yarn Co-authored-by: Thomas Chung <thchung@microsoft.com>
lauren-mills
approved these changes
Aug 17, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Merge 4.14.1 JS SDK to main branch from 4.14 branch (1.1.2 package version)
Changes
Tests
Feature Plan