Skip to content

Commit a60f0e9

Browse files
committed
Release v4.16.0
1 parent e1e96ee commit a60f0e9

4 files changed

Lines changed: 24 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [4.16.0] - 2025-12-20
4+
5+
- Fixed bug in project upgrade action
6+
7+
## [4.15.0] - 2025-12-19
8+
9+
- Technical Release to address VS Code Marketplace issue
10+
311
## [4.14.0] - 2025-12-18
412

513
- Added Support for SPFx 1.22.0 and 1.22.1

docs/src/content/docs/about/changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
title: Changelog
33
---
44

5+
## [4.16.0] - 2025-12-20
6+
7+
- Fixed bug in project upgrade action
8+
9+
## [4.15.0] - 2025-12-19
10+
11+
- Technical Release to address VS Code Marketplace issue
12+
513
## [4.14.0] - 2025-12-18
614

715
- Added Support for SPFx 1.22.0 and 1.22.1

npm-shrinkwrap.json

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

package.json

Lines changed: 2 additions & 2 deletions
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.15.0",
5+
"version": "4.16.0",
66
"publisher": "m365pnp",
77
"preview": false,
88
"homepage": "https://pnp.github.io/vscode-viva",
@@ -1545,7 +1545,7 @@
15451545
},
15461546
"dependencies": {
15471547
"@grconrad/vscode-extension-feedback": "^1.0.0",
1548-
"@pnp/cli-microsoft365-spfx-toolkit": "1.7.0",
1548+
"@pnp/cli-microsoft365-spfx-toolkit": "1.8.0",
15491549
"node-forge": "1.3.2",
15501550
"react-markdown": "10.1.0",
15511551
"remark-gfm": "4.0.1",

0 commit comments

Comments
 (0)