Skip to content

Commit 724c4ff

Browse files
Prep for 2.10.1 release (#1701)
* Prep for 2.10.1 release * Change files * Update CHANGELOG.md
1 parent ea6319c commit 724c4ff

20 files changed

+33
-103
lines changed

apps/teams-test-app/index_cdn.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<body>
1616
<noscript>You need to enable JavaScript to run this app.</noscript>
1717
<script
18-
src="https://res.cdn.office.net/teams-js/2.9.1/js/MicrosoftTeams.min.js"
19-
integrity="sha384-xnsUQ1tUqsrutBJl0vuf4/hufzLFWW8ZhGnhItfpQ0/BtWgM2uw6YT6BQ5YaKBSM"
18+
src="https://res.cdn.office.net/teams-js/2.10.1/js/MicrosoftTeams.min.js"
19+
integrity="sha384-Tc1x2xjzm4vRqLV4l416qPm+i7t8ujpxrioZEjRCNP7g/gQNDW41TB1SpVkQxowY"
2020
crossorigin="anonymous"
2121
></script>
2222
<div id="root"></div>

apps/teams-test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Microsoft Teams",
55
"description": "Teams Test App utilizing Teams JavaScript client SDK to test Hosts",
6-
"version": "2.9.1",
6+
"version": "2.10.1",
77
"scripts": {
88
"build": "pnpm build:bundle",
99
"build:bundle": "pnpm lint && webpack",

change/@microsoft-teams-js-04be2fe1-06e4-4f4b-ad33-425646831a7e.json

-7
This file was deleted.

change/@microsoft-teams-js-0921e3b3-3094-48eb-9bc3-26740e08336f.json

-7
This file was deleted.

change/@microsoft-teams-js-1fc71ef4-b682-4c27-93b4-abb417e0cde5.json

-7
This file was deleted.

change/@microsoft-teams-js-3adbd356-cd9d-4e1d-81f3-e10c19920ba6.json

-7
This file was deleted.

change/@microsoft-teams-js-41c6df5e-9fff-4e5e-b7b5-e745ecb0e9e9.json

-7
This file was deleted.

change/@microsoft-teams-js-566f31c2-a1bc-4ac2-b16a-06ce2ca5f7ef.json

-7
This file was deleted.

change/@microsoft-teams-js-56d0fb20-7990-4940-b6cb-018c84155436.json

-7
This file was deleted.

change/@microsoft-teams-js-77061c12-8716-4a1d-8a14-c09b9d1041e4.json

-7
This file was deleted.

change/@microsoft-teams-js-1058e57b-5e01-431c-ba43-eb534418fdba.json renamed to change/@microsoft-teams-js-7b36e446-77f3-407f-a298-cc8a71712cd0.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "none",
3-
"comment": "Released version 2.9.1",
3+
"comment": "Released 2.10.1",
44
"packageName": "@microsoft/teams-js",
55
"email": "[email protected]",
66
"dependentChangeType": "none"

change/@microsoft-teams-js-856c0e77-b263-4d92-ba73-eeb35a3c66b1.json

-7
This file was deleted.

change/@microsoft-teams-js-a0800215-912f-43ae-9644-fddd101c0c0d.json

-7
This file was deleted.

change/@microsoft-teams-js-a3518cde-f992-4b64-886c-862f65b00fc6.json

-7
This file was deleted.

change/@microsoft-teams-js-a9e5b9b0-bee5-4f5c-8e2e-00c7cce00d9d.json

-7
This file was deleted.

change/@microsoft-teams-js-d6954dd2-027c-4a76-b6b4-7f9eb86a815a.json

-7
This file was deleted.

packages/teams-js/CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
11
# Change Log - @microsoft/teams-js
22

3-
This log was last generated on Fri, 03 Mar 2023 19:57:31 GMT and should not be manually modified.
3+
This log was last generated on Thu, 06 Apr 2023 23:07:12 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.10.1
8+
9+
Thu, 06 Apr 2023 23:07:12 GMT
10+
11+
### Minor changes
12+
13+
- Fixed errors in `video` capability
14+
- Removed some valid origins
15+
16+
### Patches
17+
18+
- Fixed broken documentation link and invalid markdown.
19+
- Added `ipados` host client type check for auth flow
20+
- Removed legacy endpoints from `IFluidTenantInfo` interface
21+
- Added documentation to interfaces in `mail` capability
22+
- Removed unnecessary (and outdated) docs on various `enum` properties
23+
- `meeting.getAuthenticationTokenForAnonymousUser` can now be called from dialogs
24+
- Added documentation for "Anonymous" as possible value for `UserInfo.licenseType`
25+
- `sharing.isSupported` now returns the correct value on mobile platforms
26+
- Clarified documentation on proper use of various user identity properties
27+
728
## 2.9.1
829

930
Fri, 03 Mar 2023 19:57:31 GMT

packages/teams-js/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install the stable [version](https://learn.microsoft.com/javascript/api/overv
2424

2525
### Production
2626

27-
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.9.1/js/MicrosoftTeams.min.js) or point your package manager at them.
27+
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.10.1/js/MicrosoftTeams.min.js) or point your package manager at them.
2828

2929
## Usage
3030

@@ -45,13 +45,13 @@ Reference the library inside of your `.html` page using:
4545
```html
4646
<!-- Microsoft Teams JavaScript API (via CDN) -->
4747
<script
48-
src="https://res.cdn.office.net/teams-js/2.9.1/js/MicrosoftTeams.min.js"
49-
integrity="sha384-xnsUQ1tUqsrutBJl0vuf4/hufzLFWW8ZhGnhItfpQ0/BtWgM2uw6YT6BQ5YaKBSM"
48+
src="https://res.cdn.office.net/teams-js/2.10.1/js/MicrosoftTeams.min.js"
49+
integrity="sha384-Tc1x2xjzm4vRqLV4l416qPm+i7t8ujpxrioZEjRCNP7g/gQNDW41TB1SpVkQxowY"
5050
crossorigin="anonymous"
5151
></script>
5252

5353
<!-- Microsoft Teams JavaScript API (via npm) -->
54-
<script src="node_modules/@microsoft/teams-js@2.9.1/dist/MicrosoftTeams.min.js"></script>
54+
<script src="node_modules/@microsoft/teams-js@2.10.1/dist/MicrosoftTeams.min.js"></script>
5555

5656
<!-- Microsoft Teams JavaScript API (via local) -->
5757
<script src="MicrosoftTeams.min.js"></script>

packages/teams-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/teams-js",
33
"author": "Microsoft Teams",
4-
"version": "2.9.1",
4+
"version": "2.10.1",
55
"description": "Microsoft Client SDK for building app for Microsoft hosts",
66
"repository": {
77
"directory": "packages/teams-js",

tools/cli/preRelease.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const buildAndGetIntegrityHash = async () => {
2626
const absolutePathToManifestJson = path.resolve(__dirname, relativePathToManifestJson);
2727

2828
console.log('Building @microsoft/teams-js');
29-
await execShellCommand('pnpm workspace @microsoft/teams-js install');
30-
await execShellCommand('pnpm workspace @microsoft/teams-js build');
29+
await execShellCommand('pnpm install');
30+
await execShellCommand('pnpm build');
3131

3232
if (!fs.existsSync(absolutePathToManifestJson)) {
3333
throw `ERROR: MicrosoftTeams-manifest.json at ${absolutePathToManifestJson} was not found.`;

0 commit comments

Comments
 (0)