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
5 changes: 0 additions & 5 deletions .changeset/lazy-otters-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-donuts-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-ghosts-brake.md

This file was deleted.

6 changes: 6 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# api

## 2.8.1

### Patch Changes

- 7138a8b: Add a starter test suite for the API plugin: vitest config, an integration harness (`tests/setup.ts`) that boots the plugin runtime over HTTP with typed oRPC clients and injectable auth/org context, integration tests for public and authenticated routes, and PGlite-backed unit tests for `TenantsService`. The root `test:api` script now runs real tests instead of erroring with "no test files found".

## 2.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.8.0",
"version": "2.8.1",
"type": "module",
"engines": {
"node": ">=20.11"
Expand Down
6 changes: 6 additions & 0 deletions host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# host

## 1.16.1

### Patch Changes

- 97ae11d: Add `wss:` scheme to CSP `connect-src` directive to allow WebSocket connections (e.g. nostr relays, streaming APIs). Plugins declaring `connectSrc` with `wss://` URLs now work through the host without per-request CSP overrides.

## 1.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "host",
"version": "1.16.0",
"version": "1.16.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ui

## 1.9.1

### Patch Changes

- f5fb888: Fix login redirect loop after successful sign-in by invalidating the session query before navigating. Use the typed `detectNearAccount` (removes `as any`) and `getNearClient()` for direct wallet transactions.

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"type": "module",
"scripts": {
Expand Down