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 Dec 10, 2021
1 parent f302b38 commit 383504c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.0.2] - 2021-12-10

### Changed
- Peer dependencies corrected

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

### Changed
Expand All @@ -11,5 +16,6 @@
- Functional analog clock for the Node-RED Dashboard
- Readme, Changelog and License

[v1.0.2]: https://github.com/patrickknabe/node-red-contrib-ui-clock/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/patrickknabe/node-red-contrib-ui-clock/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/patrickknabe/node-red-contrib-ui-clock/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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"time",
"ui"
],
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"author": {
"name": "Patrick Knabe",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/patrickknabe/node-red-contrib-ui-clock#readme",
"peerDependencies": {
"node-red-dashboard": "^2.23.2"
"node-red-dashboard": ">=2.23.2"
},
"node-red": {
"nodes": {
Expand Down

0 comments on commit 383504c

Please sign in to comment.