chore(main): release 0.85.0 (#1135)

Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
This commit is contained in:
sencho-quartermaster[bot]
2026-05-21 11:48:29 -04:00
committed by GitHub
parent 6f301e005a
commit 0a3e76c0bb
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
".": "0.84.3" ".": "0.85.0"
} }
+9
View File
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.85.0](https://github.com/Studio-Saelix/sencho/compare/v0.84.3...v0.85.0) (2026-05-21)
### Added
* **api-tokens:** make API tokens available on every tier ([#1136](https://github.com/Studio-Saelix/sencho/issues/1136)) ([d0e1404](https://github.com/Studio-Saelix/sencho/commit/d0e140444af4702e2d9b0c28d7ff2f2da60121f5))
* **fleet:** redesign Fleet Action cards to the System Sheet recipe ([#1137](https://github.com/Studio-Saelix/sencho/issues/1137)) ([6f301e0](https://github.com/Studio-Saelix/sencho/commit/6f301e005a8a82f00d38fa41c15749945a6754e7))
* **routing:** redesign node cards to the System Sheet recipe ([#1133](https://github.com/Studio-Saelix/sencho/issues/1133)) ([cdb9cd4](https://github.com/Studio-Saelix/sencho/commit/cdb9cd414e60717f3a98a40c4ba3ca0d49798743))
## [0.84.3](https://github.com/Studio-Saelix/sencho/compare/v0.84.2...v0.84.3) (2026-05-21) ## [0.84.3](https://github.com/Studio-Saelix/sencho/compare/v0.84.2...v0.84.3) (2026-05-21)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "sencho", "name": "sencho",
"version": "0.84.3", "version": "0.85.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sencho", "name": "sencho",
"version": "0.84.3", "version": "0.85.0",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^21.0.1", "@commitlint/cli": "^21.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "sencho", "name": "sencho",
"version": "0.84.3", "version": "0.85.0",
"description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.", "description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {