Skip to content

Commit f4cc5ae

Browse files
Creating version 3.18.1
1 parent 77c8130 commit f4cc5ae

File tree

6 files changed

+33
-9
lines changed

6 files changed

+33
-9
lines changed

CHANGELOG.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"versions": [
33
{
4-
"version": "3.19.0",
4+
"version": "3.18.1",
55
"changes": {
66
"new": [],
77
"enhancements": [],
8-
"fixes": []
8+
"fixes": [
9+
"`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)",
10+
"Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)"
11+
]
912
},
10-
"contributions": []
13+
"contributions": [
14+
"[Antanina Druzhkina](https://github.com/Ateina)",
15+
"[Elio Struyf](https://github.com/estruyf)"
16+
]
1117
},
1218
{
1319
"version": "3.18.0",

CHANGELOG.md

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

3-
## 3.19.0
3+
## 3.18.1
4+
5+
### Fixes
6+
7+
- `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)
8+
- Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)
9+
10+
### Contributors
11+
12+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).
413

514
## 3.18.0
615

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

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

3-
## 3.19.0
3+
## 3.18.1
4+
5+
### Fixes
6+
7+
- `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)
8+
- Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)
9+
10+
### Contributors
11+
12+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).
413

514
## 3.18.0
615

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.19.0",
4+
"version": "3.18.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

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

0 commit comments

Comments
 (0)