chore: changeset integration (#8)

This commit is contained in:
Shahrad Elahi
2024-04-27 01:06:57 +03:30
committed by GitHub
parent 55d89d7990
commit eb45ccc91e
16 changed files with 98 additions and 22 deletions

8
.changeset/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Changesets
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "canary",
"updateInternalDependencies": "patch",
"ignore": []
}

View File

@@ -0,0 +1,5 @@
---
"wireadmin": patch
---
fix: improve `healthcheck` and silence warning form `sveltekit-superforms`

View File

@@ -0,0 +1,5 @@
---
"wireadmin": minor
---
fix: storage path was not pointing to `/data`

View File

@@ -0,0 +1,5 @@
---
'wireadmin': patch
---
fix: Improve password hashing method and env loader

View File

@@ -0,0 +1,5 @@
---
"wireadmin": patch
---
chore: slightly improve server page layout

View File

@@ -0,0 +1,5 @@
---
"wireadmin": major
---
fix: using `storage-box` instead of `redis` for storing configs

View File

@@ -0,0 +1,5 @@
---
'wireadmin': patch
---
fix: tor config generation when container restarts

View File

@@ -0,0 +1,5 @@
---
"wireadmin": minor
---
feat: show total net usage and connection mode in server page

View File

@@ -0,0 +1,5 @@
---
"wireadmin": patch
---
fix: using `execa` package for shell access

View File

@@ -0,0 +1,5 @@
---
"wireadmin": minor
---
feat: add section for showing the state of background services