Skip to content

Commit

Permalink
Feat: update shared
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebonnici committed Mar 27, 2024
1 parent 7395924 commit 0dab407
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 4.0.1 - UNRELEASED

### Changed

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

### Fixed

- Chart frame trotting for slower machines
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"nordic-publish": "node ./dist/nordic-publish.js"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^167.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
"@types/archiver": "^6.0.2",
"@types/fs-extra": "^11.0.4",
"@types/redux-mock-store": "^1.0.3",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ render(
appReducer={reducers}
deviceSelect={<DeviceSelector />}
sidePanel={<SidePanel />}
feedback
documentation={DocumentationSections}
panes={[
{ name: 'Data Logger', Main: ChartWrapper },
Expand Down

0 comments on commit 0dab407

Please sign in to comment.