Skip to content

Commit

Permalink
Dependencies fixed and release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Knabe committed Nov 16, 2020
1 parent 78cf0ed commit b858710
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## [v1.0.1] - 2020-11-16

### Changed
- Peer dependencies corrected

## [v1.0.0] - 2020-10-09

### Added
- Functional digital display for the Node-RED Dashboard
- Readme, Changelog and License

[v1.0.1]: https://github.com/patrickknabe/node-red-contrib-ui-digital-display/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/patrickknabe/node-red-contrib-ui-digital-display/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "node-red-contrib-ui-digital-display",
"description": "A digital display, with adjustable number of digits and decimals, for the Node-RED Dashboard.",
"keywords": [ "dashboard", "digital display", "node-red", "seven segment display", "ui" ],
"version": "1.0.0",
"keywords": [
"dashboard",
"digital display",
"node-red",
"seven segment display",
"ui"
],
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Patrick Knabe",
Expand All @@ -17,7 +23,7 @@
},
"homepage": "https://github.com/patrickknabe/node-red-contrib-ui-digital-display#readme",
"peerDependencies": {
"node-red-dashboard": "~2.23.2"
"node-red-dashboard": "^2.23.2"
},
"node-red": {
"nodes": {
Expand Down

0 comments on commit b858710

Please sign in to comment.