From 781feefeb6439dec2ebfba5d1d646d79a4aadbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3jcik?= Date: Sat, 19 Oct 2024 22:30:23 +0200 Subject: [PATCH] Release v4.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 215343c..a237ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [4.2.0] - 2024-10-19 + +- Include m365 prefix and log passed CLI command options +- Refactors to ensure types for settings +- Added a new project additional step to create or not the node version manager configuration file +- Added new VSCode setting createNodeVersionFileDefaultValue to define the default value of the new project additional step +- Added new VSCode setting nodeVersionManagerFile to specify which configuration file to be created +- Dynamic loading of children for ActionTreeItem +- Present solutions deployed per app catalog +- Allow to disable and enable a solution +- Allow to deploy and retract a solution +- Allow to remove a solution +- Clicking on app link should go to the solution appStore.aspx page +- Updated prompt grounding for /setup and /new +- Added new way to create new project together with Copilot + ## [4.1.0] - 2024-09-28 - Added support for SPFx 1.20.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d3d6540..8996ff9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "viva-connections-toolkit", - "version": "4.1.3", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "viva-connections-toolkit", - "version": "4.1.3", + "version": "4.2.0", "license": "MIT", "dependencies": { "@pnp/cli-microsoft365": "6.11.0", diff --git a/package.json b/package.json index 635f903..e0a1897 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "viva-connections-toolkit", "displayName": "SharePoint Framework Toolkit", "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.", - "version": "4.1.3", + "version": "4.2.0", "publisher": "m365pnp", "preview": false, "homepage": "https://github.com/pnp/vscode-viva",