Skip to content

Commit

Permalink
Update changelog & shared to v170
Browse files Browse the repository at this point in the history
  • Loading branch information
KievDevel committed Apr 8, 2024
1 parent 2e082c8 commit 7135f6f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.4.0 - 2024-04-08

### Changed

- Moved feedback tab to a dialog which can be opened by going to the about tab
and click **Give Feedback**.

## 2.3.1 - 2024-03-25

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-dtm",
"version": "2.3.1",
"version": "2.4.0",
"displayName": "Direct Test Mode",
"description": "RF PHY testing of Bluetooth Low Energy devices",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-dtm",
Expand Down Expand Up @@ -45,7 +45,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^168.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
"@testing-library/user-event": "^13.1.9",
"chart.js": "^4.0.1",
"chartjs-plugin-datalabels": "2.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ render(
},
{ name: 'Receiver', Main: Receiver },
]}
feedback
/>
);

0 comments on commit 7135f6f

Please sign in to comment.