Skip to content

Commit f229e2f

Browse files
authored
Release v4.7.0 (#471)
## 🎯 Aim The aim is to add support for SPFx 1.21.1 ## 📷 Result ![image](https://github.com/user-attachments/assets/7a476db8-cb8d-45aa-9cae-9beb41ac2b29) ![image](https://github.com/user-attachments/assets/c4836aab-388c-4b6d-9f3f-affd31196df4) ![image](https://github.com/user-attachments/assets/0f46ac32-4be1-42f9-a676-14d6bf5bac41) ## ✅ What was done - [X] Added support for SPFx 1.21.1 ## 🔗 Related issue Closes: #470
1 parent 86d6620 commit f229e2f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [4.7.0] - 2025-05-04
4+
5+
- Added support for SPFx 1.21.1
6+
37
## [4.6.0] - 2025-04-26
48

59
- Added support for SPFx 1.21.0

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "viva-connections-toolkit",
33
"displayName": "SharePoint Framework Toolkit",
44
"description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.",
5-
"version": "4.6.0",
5+
"version": "4.7.0",
66
"publisher": "m365pnp",
77
"preview": false,
88
"homepage": "https://github.com/pnp/vscode-viva",

src/services/actions/Dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Extension } from '../dataType/Extension';
99

1010

1111
const SUPPORTED_VERSIONS = ['22.14.0'];
12-
const DEPENDENCIES = ['[email protected]', '[email protected]', '@microsoft/[email protected].0'];
12+
const DEPENDENCIES = ['[email protected]', '[email protected]', '@microsoft/[email protected].1'];
1313

1414
export class Dependencies {
1515

0 commit comments

Comments
 (0)