diff --git a/changelog.md b/changelog.md index 02b9ebb..f94e3de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-15 - 1.13.11 - fix(project) +no changes to commit + + ## 2026-03-15 - 1.13.10 - fix(deps) bump @git.zone/tsdeno to ^1.2.0 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 306a7cf..ca3a375 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -463,7 +463,6 @@ packages: '@push.rocks/isounique@1.0.5': resolution: {integrity: sha512-Z0BVqZZOCif1THTbIKWMgg0wxCzt9CyBtBBqQJiZ+jJ0KlQFrQHNHrPt81/LXe/L4x0cxWsn0bpL6W5DNSvNLw==} - deprecated: This package has been replaced by @push.rocks/smartunique '@push.rocks/lik@6.3.1': resolution: {integrity: sha512-UWDwGBaVx5yPtAFXqDDBtQZCzETUOA/7myQIXb+YBsuiIw4yQuhNZ23uY2ChQH2Zn6DLqdNSgQcYC0WywMZBNQ==} @@ -594,8 +593,8 @@ packages: '@push.rocks/smartserve@2.0.1': resolution: {integrity: sha512-YQb2qexfCzCqOlLWBBXKMg6xG4zahCPAxomz/KEKAwHtW6wMTtuHKSTSkRTQ0vl9jssLMAmRz2OyafiL9XGJXQ==} - '@push.rocks/smartshell@3.3.7': - resolution: {integrity: sha512-b3st2+FjHUVhZZRlXfw93+SQA0UMVlURqe55uVpWdjJX7jeGXTTeszuYygtiR99zC5iZ8WZhGDct3N2L1qc/qw==} + '@push.rocks/smartshell@3.3.8': + resolution: {integrity: sha512-t9J/py0vnea4ZtOs7Anc9dc6lcvg6EDvYBw5eE1mB+KUWxMQf/ROIQwWMo6B9SMNY4JS2UwvfuJQJ8makP/7Tg==} '@push.rocks/smartsitemap@2.0.4': resolution: {integrity: sha512-76dYWG/o/EjV4vYCK7ZKM35T9xgrI+oHEiiIE6E2MDaFIU6QnSfciTfbscH5nc0vxx8Ah+I0HPEJO94BM2S39w==} @@ -2640,7 +2639,7 @@ snapshots: '@push.rocks/npmextra': 5.3.3 '@push.rocks/smartcli': 4.0.20 '@push.rocks/smartfs': 1.5.0 - '@push.rocks/smartshell': 3.3.7 + '@push.rocks/smartshell': 3.3.8 transitivePeerDependencies: - '@nuxt/kit' - react @@ -2650,7 +2649,7 @@ snapshots: '@git.zone/tsrun@2.0.1': dependencies: '@push.rocks/smartfile': 13.1.2 - '@push.rocks/smartshell': 3.3.7 + '@push.rocks/smartshell': 3.3.8 tsx: 4.21.0 '@git.zone/tswatch@3.3.0(@tiptap/pm@2.27.2)': @@ -2668,7 +2667,7 @@ snapshots: '@push.rocks/smartinteract': 2.0.16 '@push.rocks/smartlog': 3.2.1 '@push.rocks/smartlog-destination-local': 9.0.2 - '@push.rocks/smartshell': 3.3.7 + '@push.rocks/smartshell': 3.3.8 '@push.rocks/smartwatch': 6.3.0 transitivePeerDependencies: - '@nuxt/kit' @@ -3199,7 +3198,7 @@ snapshots: - bufferutil - utf-8-validate - '@push.rocks/smartshell@3.3.7': + '@push.rocks/smartshell@3.3.8': dependencies: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartexit': 2.0.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c12ab0d..b3805eb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.13.10', + version: '1.13.11', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index c12ab0d..b3805eb 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.13.10', + version: '1.13.11', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }