Skip to content
Open
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/api": "0.2.1",
"apps/dashboard": "0.4.0",
"packages/shared-types": "0.2.0"
"apps/api": "0.2.2",
"apps/dashboard": "0.4.1",
"packages/shared-types": "0.2.1"
}
14 changes: 14 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.2](https://github.com/rustydb/sentinel/compare/apps/api-v0.2.1...apps/api-v0.2.2) (2026-06-05)


### Bug Fixes

* resolve solar system data bundle bloat ([#36](https://github.com/rustydb/sentinel/issues/36)) ([#122](https://github.com/rustydb/sentinel/issues/122)) ([a4d5e09](https://github.com/rustydb/sentinel/commit/a4d5e09bb3f31099bcd163159ed5c1aefa8f370c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sentinel/shared-types bumped to 0.2.1

## [0.2.1](https://github.com/rustydb/sentinel/compare/apps/api-v0.2.0...apps/api-v0.2.1) (2026-05-23)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentinel/api",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "bun --watch src/server.ts",
Expand Down
14 changes: 14 additions & 0 deletions apps/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.1](https://github.com/rustydb/sentinel/compare/apps/dashboard-v0.4.0...apps/dashboard-v0.4.1) (2026-06-05)


### Bug Fixes

* resolve solar system data bundle bloat ([#36](https://github.com/rustydb/sentinel/issues/36)) ([#122](https://github.com/rustydb/sentinel/issues/122)) ([a4d5e09](https://github.com/rustydb/sentinel/commit/a4d5e09bb3f31099bcd163159ed5c1aefa8f370c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sentinel/shared-types bumped to 0.2.1

## [0.4.0](https://github.com/rustydb/sentinel/compare/apps/dashboard-v0.3.5...apps/dashboard-v0.4.0) (2026-05-28)


Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentinel/dashboard",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
162 changes: 80 additions & 82 deletions bun.lock

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/shared-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/rustydb/sentinel/compare/packages/shared-types-v0.2.0...packages/shared-types-v0.2.1) (2026-06-05)


### Bug Fixes

* resolve solar system data bundle bloat ([#36](https://github.com/rustydb/sentinel/issues/36)) ([#122](https://github.com/rustydb/sentinel/issues/122)) ([a4d5e09](https://github.com/rustydb/sentinel/commit/a4d5e09bb3f31099bcd163159ed5c1aefa8f370c))

## [0.2.0](https://github.com/rustydb/sentinel/compare/shared-types-v0.1.0...shared-types-v0.2.0) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentinel/shared-types",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"exports": {
".": "./src/index.ts"
Expand Down