Skip to content

Commit 479d67c

Browse files
committed
chore(release): prepare beta release
- bump app version to 0.1.1-beta.1 - bump Home Assistant add-on package to 0.1.8 - update release docs, README, and add-on changelog
1 parent 578a358 commit 479d67c

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Navet turns Home Assistant into a dedicated smart home control surface. Use it f
1313
rooms you touch every day: lights, media, cameras, locks, energy, automations, weather, calendars,
1414
sensors, and custom dashboard widgets.
1515

16-
Current release: `0.1.0-beta.3`
16+
Current release: `0.1.1-beta.1`
1717

1818
## Why Navet
1919

addons/navet/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.8
4+
5+
- Updated Navet to `0.1.1-beta.1`
6+
- Added section-focused dashboard surfaces for media, security, and device layouts
7+
- Added Home Assistant `water_heater` entities to the HVAC card flow
8+
- Improved hosted/authenticated app, login, and error-display behavior
9+
- Added HACS repository metadata for custom repository installs (WIP)
10+
311
## 0.1.7
412

513
- Updated Navet to `0.1.0-beta.4`

addons/navet/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Navet
2-
version: "0.1.7"
2+
version: "0.1.8"
33
slug: navet
44
description: Modern smart home dashboard for Home Assistant
55
url: https://github.com/awesomestvi/navet

docs/VERSIONING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Navet is currently in beta. Until the product contract is stable, use pre-`1.0`
55
## Current Phase
66

77
- Current release line: `0.x`
8-
- Current version: `0.1.0-beta.4`
9-
- Meaning: first structured beta milestone, fourth prerelease build in that milestone
8+
- Current version: `0.1.1-beta.1`
9+
- Meaning: first beta candidate for the `0.1.1` dashboard and device-support release
1010

1111
## Scheme
1212

@@ -22,6 +22,7 @@ Examples:
2222
- `0.1.0-beta.2`
2323
- `0.1.0-beta.3`
2424
- `0.1.0-beta.4`
25+
- `0.1.1-beta.1`
2526
- `0.1.0`
2627
- `0.1.1`
2728
- `0.2.0`
@@ -55,7 +56,7 @@ Recommended lightweight flow:
5556
1. Decide whether the change is `patch`, `minor`, or `beta prerelease`.
5657
2. Bump `package.json`.
5758
3. If the release meaning changed, update this file.
58-
4. Tag the commit with `v<version>`, for example `v0.1.0-beta.4`.
59+
4. Tag the commit with `v<version>`, for example `v0.1.1-beta.1`.
5960
5. Push the tag to GitHub to trigger [.github/workflows/github-release.yml](../.github/workflows/github-release.yml).
6061
6. If needed, manually run the container publish workflows for matching image tags.
6162

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "navet",
33
"private": true,
4-
"version": "0.1.0-beta.4",
4+
"version": "0.1.1-beta.1",
55
"description": "A smart home dashboard PWA for Home Assistant.",
66
"license": "AGPL-3.0-only",
77
"homepage": "https://github.com/awesomestvi/navet#readme",

0 commit comments

Comments
 (0)