chore: bump version to 3.1.1
This commit is contained in:
@@ -5,6 +5,22 @@ All notable changes to **Homelable** are documented here.
|
|||||||
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/),
|
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/).
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
|
## [3.1.1] - 2026-07-19
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Drag to reorder services in the node detail panel. Thanks @Isilla. (#302)
|
||||||
|
- Getting Started walkthrough tour with first-run canvas detection. (#300)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Round-trip Show Port Numbers on YAML export/import. (#301)
|
||||||
|
- Render error toasts on a red surface. (#300)
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
|
||||||
|
- Rework README header with logo, badges, and nav links. (#300)
|
||||||
|
|
||||||
## [3.1.0] - 2026-07-18
|
## [3.1.0] - 2026-07-18
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@base-ui/react": "^1.2.0",
|
"@base-ui/react": "^1.2.0",
|
||||||
"@dagrejs/dagre": "^2.0.4",
|
"@dagrejs/dagre": "^2.0.4",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user