diff --git a/CHANGELOG.json b/CHANGELOG.json index 1da6aa9d0..8ea45a0e2 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -9,6 +9,21 @@ }, "contributions": [] }, + { + "version": "3.18.1", + "changes": { + "new": [], + "enhancements": [], + "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": [ + "[Antanina Druzhkina](https://github.com/Ateina)", + "[Elio Struyf](https://github.com/estruyf)" + ] + }, { "version": "3.18.0", "changes": { diff --git a/CHANGELOG.md b/CHANGELOG.md index edaab33cd..e4cd0f735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## 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 ### Enhancements diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index edaab33cd..e4cd0f735 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -2,6 +2,17 @@ ## 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 ### Enhancements diff --git a/src/common/telemetry/version.ts b/src/common/telemetry/version.ts index 6944cba2f..0cdef5191 100644 --- a/src/common/telemetry/version.ts +++ b/src/common/telemetry/version.ts @@ -1 +1 @@ -export const version: string = "3.19.0"; \ No newline at end of file +export const version: string = "3.18.1"; \ No newline at end of file diff --git a/src/loc/nl-nl.ts b/src/loc/nl-nl.ts index 20ac59f31..8dba0fdb0 100644 --- a/src/loc/nl-nl.ts +++ b/src/loc/nl-nl.ts @@ -145,7 +145,7 @@ define([], () => { "HighlightColorTeal": "Taling", "HighlightColorDarkgreen": "Donkergroen", "HighlightColorPurple": "Paarse", - "HighlightColorMaroon": "Bosneger", + "HighlightColorMaroon": "Kastanjebruin", "HighlightColorGold": "Goud", "HighlightColorDarkgrey": "Donkergrijs", "HighlightColorGrey": "Grijs",