Skip to content

Commit

Permalink
Release 2.3.0 (#432)
Browse files Browse the repository at this point in the history
* Revert package lock json changes from docs update

* Update shared to v170; prep changelog

* Remove feedback tab
  • Loading branch information
KievDevel authored Apr 18, 2024
1 parent 6ad7910 commit 3375369
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 65 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 2.2.1 - UNRELEASED
## 2.3.0 - 2024-04-18

### Changed

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

## 2.2.0 - 2024-03-13

Expand Down
121 changes: 60 additions & 61 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-cellularmonitor",
"version": "2.2.1",
"version": "2.3.0",
"description": "Capture and analyze modem traces",
"displayName": "Cellular Monitor",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-cellularmonitor",
Expand Down Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@nordicsemiconductor/pc-nrfconnect-shared": "^167.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
"@types/redux-mock-store": "^1.0.2",
"chart.js": "^4.1.2",
"check-disk-space": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ render(
Main: CertificateManager,
},
]}
feedback
documentation={DocumentationSections}
/>
);

0 comments on commit 3375369

Please sign in to comment.