Skip to content

Commit d51400b

Browse files
KievDevelgreg-fer
andauthored
Release 1.4.0: Update changelog & shared (#79)
* Update changelog & shared * Update Changelog.md Co-authored-by: Grzegorz Ferenc <[email protected]> --------- Co-authored-by: Grzegorz Ferenc <[email protected]>
1 parent 5343ece commit d51400b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 1.3.2 - UNRELEASED
1+
## 1.4.0 - 2024-04-16
22

33
### Changed
44

55
- Updated documentation links to point to the TechDocs platform.
6+
- Reworked the Feedback tab to be a dialog in the About tab (Give Feedback).
67

78
## 1.3.1 - 2024-03-13
89

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pc-nrfconnect-serial-terminal",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Terminal emulator for serial port connections",
55
"displayName": "Serial Terminal",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"prepare": "husky install"
4343
},
4444
"devDependencies": {
45-
"@nordicsemiconductor/pc-nrfconnect-shared": "^167.0.0",
45+
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
4646
"ansi-escapes": "^4.3.2",
4747
"serialport": "^10.5.0",
4848
"xterm-addon-fit": "^0.8.0",

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ render(
3737
},
3838
]}
3939
autoReselectByDefault
40-
feedback
4140
/>
4241
);

0 commit comments

Comments
 (0)