Skip to content

Commit 5824cf0

Browse files
authored
Merge pull request #2056 from pnp/v1-dev
V1 dev
2 parents 5685917 + a66a8e1 commit 5824cf0

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

CHANGELOG.JSON

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"versions": [
3+
{
4+
"version": "1.21.4",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": [
9+
"Wrong translation in Chinese [#2015](https://github.com/pnp/sp-dev-fx-controls-react/issues/2015)"
10+
]
11+
},
12+
"contributions": [
13+
"[s1nce](https://github.com/s1nce)"
14+
]
15+
},
316
{
417
"version": "1.21.3",
518
"changes": {

CHANGELOG.md

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

3+
## 1.21.4
4+
5+
### Fixes
6+
7+
- Wrong translation in Chinese [#2015](https://github.com/pnp/sp-dev-fx-controls-react/issues/2015)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [s1nce](https://github.com/s1nce).
12+
313
## 1.21.3
414

515
### Fixes

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

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

3+
## 1.21.4
4+
5+
### Fixes
6+
7+
- Wrong translation in Chinese [#2015](https://github.com/pnp/sp-dev-fx-controls-react/issues/2015)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [s1nce](https://github.com/s1nce).
12+
313
## 1.21.3
414

515
### Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.21.3",
4+
"version": "1.21.4",
55
"engines": {
66
"node": ">=0.10.0"
77
},

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 = "1.21.3";
1+
export const version: string = "1.21.4";

0 commit comments

Comments
 (0)