Skip to content

Commit 705be57

Browse files
Cleanup version 2.41.0 (#2866)
* Prerelease version 2.41.0 (#2861) * Bump teams-js version to 2.41.0 * Rewrite to past tense. * Added missing changefile. (#2863) --------- Co-authored-by: Juan Sebastián Cárdenas-Rodríguez <[email protected]>
1 parent e023c71 commit 705be57

File tree

8 files changed

+68
-66
lines changed

8 files changed

+68
-66
lines changed

apps/teams-test-app/index_cdn.html

Lines changed: 2 additions & 2 deletions
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.40.0/js/MicrosoftTeams.min.js"
19-
integrity="sha384-QXdQxWIYy1PLsb9pdWIm5k6mjLxVKAF4ISp0BVCZZCiZNyaKXinYNAQVT8+8hEIf"
18+
src="https://res.cdn.office.net/teams-js/2.41.0/js/MicrosoftTeams.min.js"
19+
integrity="sha384-foat9bCJflCyiUx3dfsImCX29CW3tNCWjj2SYbHfO8fhbVBR6Z/UsY6i2ihfwpvZ"
2020
crossorigin="anonymous"
2121
></script>
2222
<div id="root"></div>

apps/teams-test-app/package.json

Lines changed: 1 addition & 1 deletion
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.40.0",
6+
"version": "2.41.0",
77
"scripts": {
88
"build": "pnpm build:bundle",
99
"build:bundle": "pnpm validate-test-schema && pnpm lint && webpack",

change/@microsoft-teams-js-2ec9c5d0-0fdb-45a7-9c57-58e8b99969c9.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "none",
3-
"comment": "Released Teams-JS library V2.40.0",
3+
"comment": "Released 2.41.0",
44
"packageName": "@microsoft/teams-js",
5-
"email": "kangxuanye@microsoft.com",
5+
"email": "[email protected].com",
66
"dependentChangeType": "none"
77
}

packages/teams-js/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @microsoft/teams-js
22

3-
This log was last generated on Mon, 07 Jul 2025 23:19:06 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Jul 2025 20:57:12 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.41.0
8+
9+
Mon, 21 Jul 2025 20:57:12 GMT
10+
11+
### Minor changes
12+
13+
- Added view copilot API with function to close the side panel.
14+
- Bumped eslint-plugin-recommend-no-namespaces to v0.1.0
15+
716
## 2.40.0
817

918
Mon, 07 Jul 2025 23:19:06 GMT

packages/teams-js/README.md

Lines changed: 4 additions & 4 deletions
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.40.0/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.41.0/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.40.0/js/MicrosoftTeams.min.js"
49-
integrity="sha384-QXdQxWIYy1PLsb9pdWIm5k6mjLxVKAF4ISp0BVCZZCiZNyaKXinYNAQVT8+8hEIf"
48+
src="https://res.cdn.office.net/teams-js/2.41.0/js/MicrosoftTeams.min.js"
49+
integrity="sha384-foat9bCJflCyiUx3dfsImCX29CW3tNCWjj2SYbHfO8fhbVBR6Z/UsY6i2ihfwpvZ"
5050
crossorigin="anonymous"
5151
></script>
5252

5353
<!-- Microsoft Teams JavaScript API (via npm) -->
54-
<script src="node_modules/@microsoft/teams-js@2.40.0/dist/MicrosoftTeams.min.js"></script>
54+
<script src="node_modules/@microsoft/teams-js@2.41.0/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

Lines changed: 1 addition & 1 deletion
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.40.0",
4+
"version": "2.41.0",
55
"description": "Microsoft Client SDK for building app for Microsoft hosts",
66
"repository": {
77
"directory": "packages/teams-js",

pnpm-lock.yaml

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)