Skip to content

Commit

Permalink
Merge branch 'pnp:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IRRDC authored Jun 7, 2024
2 parents 0d528cc + 511dd5e commit 3e3d0b5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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";
2 changes: 1 addition & 1 deletion src/loc/nl-nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ define([], () => {
"HighlightColorTeal": "Taling",
"HighlightColorDarkgreen": "Donkergroen",
"HighlightColorPurple": "Paarse",
"HighlightColorMaroon": "Bosneger",
"HighlightColorMaroon": "Kastanjebruin",
"HighlightColorGold": "Goud",
"HighlightColorDarkgrey": "Donkergrijs",
"HighlightColorGrey": "Grijs",
Expand Down

0 comments on commit 3e3d0b5

Please sign in to comment.