Skip to content

Commit

Permalink
upgrade to SPFx 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mery committed Dec 20, 2024
1 parent 8902316 commit 830127a
Show file tree
Hide file tree
Showing 6 changed files with 20,519 additions and 16,473 deletions.
3 changes: 2 additions & 1 deletion samples/InputCard-StatusMessage/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"**/bower_components": true,
"**/coverage": true,
"**/lib-amd": true,
"src/**/*.scss.ts": true
"src/**/*.scss.ts": true,
"**/jest-output": true
},
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
}
4 changes: 2 additions & 2 deletions samples/InputCard-StatusMessage/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"nodeVersion": "14.18.2",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.0"
"@microsoft/teams-js": "2.24.0"
},
"version": "1.18.0",
"version": "1.20.0",
"libraryName": "input-card-status-message",
"libraryId": "5bd0d1dc-2938-4def-ba1b-4f75ec95116d",
"environment": "spo",
Expand Down
3 changes: 2 additions & 1 deletion samples/InputCard-StatusMessage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Demo:

## Used SharePoint Framework Version

![version](https://img.shields.io/badge/version-1.18.0-green.svg)
![version](https://img.shields.io/badge/version-1.20.0-green.svg)
![Node.js LTS 18.x](https://img.shields.io/badge/Node.js-LTS%2018.x-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)

Expand All @@ -45,6 +45,7 @@ Demo:
| Version | Date | Comments |
| ------- | ---------------- | --------------- |
| 1.0 | October 07, 2023 | Initial release |
| 1.1 | December 20, 2024 | Upgrade to SPFx 1.20 |

## Disclaimer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "input-card-status-message-client-side-solution",
"id": "5bd0d1dc-2938-4def-ba1b-4f75ec95116d",
"version": "1.0.0.0",
"version": "1.1.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down
Loading

0 comments on commit 830127a

Please sign in to comment.