Skip to content

Commit

Permalink
Final bump to SPFx v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkalankBezawada committed Dec 9, 2024
1 parent ec6108b commit 56b7902
Show file tree
Hide file tree
Showing 5 changed files with 8,796 additions and 7,315 deletions.
4 changes: 2 additions & 2 deletions samples/react-application-machine-translations/.yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.18.0",
"version": "1.20.0",
"libraryName": "machine-translation-extension",
"libraryId": "87cc9434-00c1-4c88-b50c-dd8a7888f9b8",
"environment": "spo",
Expand All @@ -10,7 +10,7 @@
"componentType": "extension",
"extensionType": "ApplicationCustomizer",
"sdkVersions": {
"@microsoft/teams-js": "2.12.0",
"@microsoft/teams-js": "2.24.0",
"@microsoft/microsoft-graph-client": "3.0.2"
}
}
Expand Down
6 changes: 3 additions & 3 deletions samples/react-application-machine-translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The extension will determine the language of the page using the page description

## Compatibility

![SPFx 1.18.0](https://img.shields.io/badge/SPFx-1.18.0-green.svg)
![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg)

![Node.js >=16.13.0 <17.0.0 || >=18.17.1 <19.0.0](https://img.shields.io/badge/Node.js-%3E=16.13.0%20%3C17.0.0%20%7C%7C%20%3E=18.17.1%20%3C19.0.0-green.svg)

Expand All @@ -35,13 +35,13 @@ Solution|Author(s)
--------|---------
react-application-machine-translations | [Robin Agten](https://twitter.com/AgtenRobin)
react-application-machine-translations | [Michal Romiszewski](https://twitter.com/romiszewski) -- Update
react-application-machine-translations | [Nishkalank Bezawada](https://bsky.app/profile/nishkalankbezawada.bsky.social) -- SPFx upgrade to v1.18.0
react-application-machine-translations | [Nishkalank Bezawada](https://bsky.app/profile/nishkalankbezawada.bsky.social) -- SPFx upgrade to v1.20.0

## Version history

Version|Date|Comments
-------|----|--------
1.2|December 08, 2024|Update TranslationService, SPFx upgrade to v1.17.0
1.2|December 09, 2024|Update TranslationService, SPFx upgrade to v1.20.0
1.1|July 23, 2021|Update TranslationService, SPFx to 1.12.1 and PnPjs to 2.7.0
1.0|March 28, 2020|Initial release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This application customizer lets you translate the text on a SharePoint page using the Translator Text API of Microsoft Azure."
],
"creationDateTime": "2021-01-20",
"updateDateTime": "2024-12-08",
"updateDateTime": "2024-12-09",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.18.0"
"value": "1.20.0"
}
],
"tags": [],
Expand Down
Loading

0 comments on commit 56b7902

Please sign in to comment.