diff --git a/CHANGELOG.json b/CHANGELOG.json index 48d8585b4..b2aa8d808 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.16.2", + "changes": { + "fixes": [ + "`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))" + ] + }, + "contributions": [ + "[IRRDC](https://github.com/IRRDC)" + ] + }, { "version": "3.16.1", "changes": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd9d09a9..0ce6ea1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Releases +## 3.16.2 + +### Fixes + +- `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)) + +### Contributors + +Special thanks to our contributor: [IRRDC](https://github.com/IRRDC). + ## 3.16.1 ### Fixes diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index 5bd9d09a9..0ce6ea1dd 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -1,5 +1,15 @@ # Releases +## 3.16.2 + +### Fixes + +- `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)) + +### Contributors + +Special thanks to our contributor: [IRRDC](https://github.com/IRRDC). + ## 3.16.1 ### Fixes diff --git a/package-lock.json b/package-lock.json index 8459cea7f..226aba494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pnp/spfx-controls-react", - "version": "3.16.1", + "version": "3.16.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pnp/spfx-controls-react", - "version": "3.16.1", + "version": "3.16.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6a088d447..8c9557521 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pnp/spfx-controls-react", "description": "Reusable React controls for SharePoint Framework solutions", - "version": "3.16.1", + "version": "3.16.2", "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0", "scripts": { "build": "gulp build", diff --git a/src/common/telemetry/version.ts b/src/common/telemetry/version.ts index 69997e705..9dfa023c5 100644 --- a/src/common/telemetry/version.ts +++ b/src/common/telemetry/version.ts @@ -1 +1 @@ -export const version: string = "3.16.1"; \ No newline at end of file +export const version: string = "3.16.2"; \ No newline at end of file