Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Oct 28, 2023
1 parent baa1f9d commit ac55160
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4] - 2023-10-28
### Added
- ui: implement weekday active/inactive color pickers in AppTimeSettingsModal
- ui: implement uppercase toggle in DisplayCard
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/awtrix-light/hub/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/awtrix-light/hub/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/awtrix-light/hub/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/awtrix-light/hub/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/awtrix-light/hub/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/awtrix-light/hub/compare/v0.1.0...v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awtrix-light-hub-ui",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ac55160

Please sign in to comment.