Skip to content

Commit

Permalink
Creating version 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmaillot committed May 29, 2024
1 parent 77c8130 commit f4cc5ae
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 9 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"versions": [
{
"version": "3.19.0",
"version": "3.18.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": []
"fixes": [
"`FilePicker`: Fix issue with adding link by typing in 'From a link' tab [#1814](https://github.com/pnp/sp-dev-fx-controls-react/pull/1814)",
"Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)"
]
},
"contributions": []
"contributions": [
"[Antanina Druzhkina](https://github.com/Ateina)",
"[Elio Struyf](https://github.com/estruyf)"
]
},
{
"version": "3.18.0",
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Releases

## 3.19.0
## 3.18.1

### Fixes

- `FilePicker`: Fix issue with adding link by typing in 'From a link' tab [#1814](https://github.com/pnp/sp-dev-fx-controls-react/pull/1814)
- Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)

### Contributors

Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).

## 3.18.0

Expand Down
11 changes: 10 additions & 1 deletion docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Releases

## 3.19.0
## 3.18.1

### Fixes

- `FilePicker`: Fix issue with adding link by typing in 'From a link' tab [#1814](https://github.com/pnp/sp-dev-fx-controls-react/pull/1814)
- Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)

### Contributors

Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).

## 3.18.0

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.19.0",
"version": "3.18.1",
"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.19.0";
export const version: string = "3.18.1";

0 comments on commit f4cc5ae

Please sign in to comment.