Skip to content

Commit 64883f7

Browse files
Upgrade version references in config files to publish v3.16.1
1 parent f293392 commit 64883f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "3.16.0",
4+
"version": "3.16.1",
55
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
66
"scripts": {
77
"build": "gulp build",

src/common/telemetry/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "3.16.0";
1+
export const version: string = "3.16.1";

0 commit comments

Comments
 (0)