Skip to content

Commit f1fe3da

Browse files
2.33.0 Prerelease (#2673)
Result of `node tools/cli/prerelease.js` command
1 parent 9d97f75 commit f1fe3da

9 files changed

+22
-37
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.32.0/js/MicrosoftTeams.min.js"
19-
integrity="sha384-TOLACGjmwQohHyLubBrUeaUjuqYYAxJsVKufxV6VWXWEQepFpamUASNMMIhgJmoW"
18+
src="https://res.cdn.office.net/teams-js/2.33.0/js/MicrosoftTeams.min.js"
19+
integrity="sha384-hCfPVLNt9JPTceReb/qZGZR7IbUaPeoExYnER2H//kiykKfhcVEMVQiCR0eAtCCs"
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.32.0",
6+
"version": "2.33.0",
77
"scripts": {
88
"build": "pnpm build:bundle",
99
"build:bundle": "pnpm lint && webpack",

change/@microsoft-teams-js-05b6fda8-1215-45ac-b8c5-338fe7d7f77e.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-355651b0-c6d4-47bb-b923-426b9a9a3bae.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-4ed021f2-aea4-4a41-84f5-1d1688d7f234.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-6f5afb78-da58-46be-a695-164d19695294.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/teams-js/CHANGELOG.md

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

3-
This log was last generated on Fri, 13 Dec 2024 20:07:32 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Jan 2025 16:42:36 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.33.0
8+
9+
Thu, 09 Jan 2025 16:42:36 GMT
10+
11+
### Minor changes
12+
13+
- Added `customTelemetry` capability under `copilot` to send app loading data to the host.
14+
15+
### Patches
16+
17+
- Explicitly use browser implementation of `debug` package to resolve polyfill issue.
18+
- Moved uuidObject.ts from internal to public folder in preparation for exporting it.
19+
720
## 2.32.0
821

922
Fri, 13 Dec 2024 20:07:32 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.32.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.33.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.32.0/js/MicrosoftTeams.min.js"
49-
integrity="sha384-TOLACGjmwQohHyLubBrUeaUjuqYYAxJsVKufxV6VWXWEQepFpamUASNMMIhgJmoW"
48+
src="https://res.cdn.office.net/teams-js/2.33.0/js/MicrosoftTeams.min.js"
49+
integrity="sha384-hCfPVLNt9JPTceReb/qZGZR7IbUaPeoExYnER2H//kiykKfhcVEMVQiCR0eAtCCs"
5050
crossorigin="anonymous"
5151
></script>
5252

5353
<!-- Microsoft Teams JavaScript API (via npm) -->
54-
<script src="node_modules/@microsoft/teams-js@2.32.0/dist/MicrosoftTeams.min.js"></script>
54+
<script src="node_modules/@microsoft/teams-js@2.33.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.32.0",
4+
"version": "2.33.0",
55
"description": "Microsoft Client SDK for building app for Microsoft hosts",
66
"repository": {
77
"directory": "packages/teams-js",

0 commit comments

Comments
 (0)