Skip to content

Commit

Permalink
Upgrade patch version 3.16.2 with bug fix raised in 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmaillot committed Jan 18, 2024
1 parent 69e691e commit 8893c3c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -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
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
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/common/telemetry/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = "3.16.1";
export const version: string = "3.16.2";

0 comments on commit 8893c3c

Please sign in to comment.