Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apps/backend": "0.0.1",
"apps/web": "0.0.1"
"apps/backend": "0.1.0",
"apps/web": "0.1.0"
}
20 changes: 20 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.1.0](https://github.com/FilOzone/dealbot/compare/backend-v0.0.1...backend-v0.1.0) (2026-01-16)


### Features

* add initial database migration for core tables ([#104](https://github.com/FilOzone/dealbot/issues/104)) ([0e47a64](https://github.com/FilOzone/dealbot/commit/0e47a64877e1fe1210689246f7bb31678ca9f927))
* **backend:** enhance CORS configuration with * support ([#117](https://github.com/FilOzone/dealbot/issues/117)) ([e484374](https://github.com/FilOzone/dealbot/commit/e4843742ab28dbd083f582ba70b59ba71a415cc4))
* kustomize for local & prod k8s ([#106](https://github.com/FilOzone/dealbot/issues/106)) ([36ef133](https://github.com/FilOzone/dealbot/commit/36ef13323198601242620536852ea67661c94be2))
* use pnpm workspace for better dx ([#96](https://github.com/FilOzone/dealbot/issues/96)) ([74e818d](https://github.com/FilOzone/dealbot/commit/74e818dc5da6b4b8d2646fbc54757f103efec100))


### Bug Fixes

* add http request and retrieval job timeouts ([#115](https://github.com/FilOzone/dealbot/issues/115)) ([edc872b](https://github.com/FilOzone/dealbot/commit/edc872bc0ac2d2d578decc2121abd0915b6735f5))
* exclude vitest.config.ts from build to prevent type errors ([#112](https://github.com/FilOzone/dealbot/issues/112)) ([5566814](https://github.com/FilOzone/dealbot/commit/556681431767b58464d754ff6645880950fcbfb0))
* **metrics:** correct totalProviders and activeProviders calculation ([#122](https://github.com/FilOzone/dealbot/issues/122)) ([75646a9](https://github.com/FilOzone/dealbot/commit/75646a9de0a24b9c64cfa52d0a8f104bbbd874b9))
* nest shutdown hooks and backend listening log ([#100](https://github.com/FilOzone/dealbot/issues/100)) ([e307089](https://github.com/FilOzone/dealbot/commit/e307089469e0ea33041bab9b9e1d4b81c398e36e))
* replace type-only imports with regular imports ([#103](https://github.com/FilOzone/dealbot/issues/103)) ([7ef731e](https://github.com/FilOzone/dealbot/commit/7ef731eb16d5ac0795ca099b19b73d9bbaac3b55))
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dealbot-backend",
"version": "0.0.1",
"version": "0.1.0",
"description": "A simple deal bot for Synapse storage providers",
"private": true,
"author": "",
Expand Down
14 changes: 14 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.0](https://github.com/FilOzone/dealbot/compare/web-v0.0.1...web-v0.1.0) (2026-01-16)


### Features

* kustomize for local & prod k8s ([#106](https://github.com/FilOzone/dealbot/issues/106)) ([36ef133](https://github.com/FilOzone/dealbot/commit/36ef13323198601242620536852ea67661c94be2))
* use pnpm workspace for better dx ([#96](https://github.com/FilOzone/dealbot/issues/96)) ([74e818d](https://github.com/FilOzone/dealbot/commit/74e818dc5da6b4b8d2646fbc54757f103efec100))


### Bug Fixes

* **metrics:** correct totalProviders and activeProviders calculation ([#122](https://github.com/FilOzone/dealbot/issues/122)) ([75646a9](https://github.com/FilOzone/dealbot/commit/75646a9de0a24b9c64cfa52d0a8f104bbbd874b9))
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.1",
"version": "0.1.0",
"description": "UI for visualizing Dealbot statistics and performance metrics.",
"private": true,
"license": "Apache-2.0 or MIT",
Expand Down