Skip to content

Commit 8893c3c

Browse files
Upgrade patch version 3.16.2 with bug fix raised in 3.16.1
1 parent 69e691e commit 8893c3c

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

CHANGELOG.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.16.2",
5+
"changes": {
6+
"fixes": [
7+
"`DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))"
8+
]
9+
},
10+
"contributions": [
11+
"[IRRDC](https://github.com/IRRDC)"
12+
]
13+
},
314
{
415
"version": "3.16.1",
516
"changes": {

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.16.2
4+
5+
### Fixes
6+
7+
- `DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
12+
313
## 3.16.1
414

515
### Fixes

docs/documentation/docs/about/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.16.2
4+
5+
### Fixes
6+
7+
- `DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
12+
313
## 3.16.1
414

515
### Fixes

package-lock.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
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "3.16.1",
4+
"version": "3.16.2",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "3.16.1";
1+
export const version: string = "3.16.2";

0 commit comments

Comments
 (0)