Skip to content

Commit 3e3d0b5

Browse files
authored
Merge branch 'pnp:dev' into dev
2 parents 0d528cc + 511dd5e commit 3e3d0b5

5 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
},
1010
"contributions": []
1111
},
12+
{
13+
"version": "3.18.1",
14+
"changes": {
15+
"new": [],
16+
"enhancements": [],
17+
"fixes": [
18+
"`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)",
19+
"Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)"
20+
]
21+
},
22+
"contributions": [
23+
"[Antanina Druzhkina](https://github.com/Ateina)",
24+
"[Elio Struyf](https://github.com/estruyf)"
25+
]
26+
},
1227
{
1328
"version": "3.18.0",
1429
"changes": {

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## 3.19.0
44

5+
## 3.18.1
6+
7+
### Fixes
8+
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+
12+
### Contributors
13+
14+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).
15+
516
## 3.18.0
617

718
### Enhancements

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## 3.19.0
44

5+
## 3.18.1
6+
7+
### Fixes
8+
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+
12+
### Contributors
13+
14+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).
15+
516
## 3.18.0
617

718
### Enhancements

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";

src/loc/nl-nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ define([], () => {
145145
"HighlightColorTeal": "Taling",
146146
"HighlightColorDarkgreen": "Donkergroen",
147147
"HighlightColorPurple": "Paarse",
148-
"HighlightColorMaroon": "Bosneger",
148+
"HighlightColorMaroon": "Kastanjebruin",
149149
"HighlightColorGold": "Goud",
150150
"HighlightColorDarkgrey": "Donkergrijs",
151151
"HighlightColorGrey": "Grijs",

0 commit comments

Comments
 (0)