Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Release 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Nov 26, 2023
1 parent 109e432 commit 3caa4ae
Show file tree
Hide file tree
Showing 4 changed files with 1,476 additions and 1,475 deletions.
5 changes: 3 additions & 2 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@
"title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
"url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-highlightcontentwebpart-seeall/README.md",
"description": "This sample shows how to how to Hide the 'See All' Button in the Highlighted Content Web Part using PnP PowerShell",
"description": "This sample shows how to Hide the 'See All' Button in the Highlighted Content Web Part using PnP PowerShell",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-highlightcontentwebpart-seeall/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
Expand All @@ -4408,7 +4408,8 @@
"tags": [
"Connect-PnPOnline",
"Get-PnPClientSidePage",
"Set-PnPPageWebPart"
"Set-PnPPageWebPart",
"Disconnect-PnPOnline"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.11.2",
"version": "2.11.3",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 3caa4ae

Please sign in to comment.