mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
chore: changeset integration (#8)
This commit is contained in:
8
.changeset/README.md
Normal file
8
.changeset/README.md
Normal 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
11
.changeset/config.json
Normal 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": []
|
||||
}
|
||||
5
.changeset/fair-ladybugs-hope.md
Normal file
5
.changeset/fair-ladybugs-hope.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": patch
|
||||
---
|
||||
|
||||
fix: improve `healthcheck` and silence warning form `sveltekit-superforms`
|
||||
5
.changeset/giant-guests-listen.md
Normal file
5
.changeset/giant-guests-listen.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": minor
|
||||
---
|
||||
|
||||
fix: storage path was not pointing to `/data`
|
||||
5
.changeset/grumpy-news-fetch.md
Normal file
5
.changeset/grumpy-news-fetch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'wireadmin': patch
|
||||
---
|
||||
|
||||
fix: Improve password hashing method and env loader
|
||||
5
.changeset/loud-comics-jog.md
Normal file
5
.changeset/loud-comics-jog.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": patch
|
||||
---
|
||||
|
||||
chore: slightly improve server page layout
|
||||
5
.changeset/many-panthers-fly.md
Normal file
5
.changeset/many-panthers-fly.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": major
|
||||
---
|
||||
|
||||
fix: using `storage-box` instead of `redis` for storing configs
|
||||
5
.changeset/short-squids-listen.md
Normal file
5
.changeset/short-squids-listen.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'wireadmin': patch
|
||||
---
|
||||
|
||||
fix: tor config generation when container restarts
|
||||
5
.changeset/tender-cougars-divide.md
Normal file
5
.changeset/tender-cougars-divide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": minor
|
||||
---
|
||||
|
||||
feat: show total net usage and connection mode in server page
|
||||
5
.changeset/tidy-lamps-fold.md
Normal file
5
.changeset/tidy-lamps-fold.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": patch
|
||||
---
|
||||
|
||||
fix: using `execa` package for shell access
|
||||
5
.changeset/warm-bikes-film.md
Normal file
5
.changeset/warm-bikes-film.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": minor
|
||||
---
|
||||
|
||||
feat: add section for showing the state of background services
|
||||
Reference in New Issue
Block a user