Skip to content

Commit

Permalink
Feat: update shared (#124)
Browse files Browse the repository at this point in the history
Feat: update shared
  • Loading branch information
kylebonnici authored Dec 14, 2023
1 parent 2ac51c0 commit 0ff6986
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.1 - 2023-12-14

## Added

- Persist state of `show log` panel

## 1.1.0 - 2023-12-07

### Added
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.

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-npm",
"version": "1.1.0",
"version": "1.1.1",
"description": "Evaluate and implement Nordic's PMICs​",
"displayName": "nPM PowerUP​",
"homepage": "https://github.com/NordicPlayground/pc-nrfconnect-npm",
Expand Down Expand Up @@ -46,7 +46,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^139.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^142.0.0",
"chart.js": "^4.0.1",
"chartjs-adapter-date-fns": "^2.0.1",
"react-chartjs-2": "^5.0.1",
Expand Down

0 comments on commit 0ff6986

Please sign in to comment.