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/calm-schools-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-pugs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-ducks-yawn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-snakes-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-bugs-hope.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- 1adfdee: Support account-relative tenant resolution on shared hosts so subdomains derive from the active runtime account instead of `label.near`, and allow nested tenant labels in the resolver and tests. Expose runtime lineage in the apps registry by deriving parent, root, depth, and extendsChain from `extends`, and add registry list filters for parent and root traversal.

### Patch Changes

- dd5a7d4: Fix production SSR by keeping the UI auth client local during server rendering and by resolving SSR-imported asset URLs from the UI remote instead of the host origin.
- 4629b80: Write host deployment URLs back to the root bos.config.json so release publishes can commit updated runtime URLs.

## 1.7.3

### Patch 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.7.3",
"version": "1.8.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@better-auth/passkey": "1.6.9",
"better-near-auth": "1.5.0",
"every-plugin": "^2.5.11",
"everything-dev": "^1.29.0",
"everything-dev": "^1.30.0",
"typescript": "^5.9.3",
"vitest": "^4.0.17",
"@libsql/client": "0.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/everything-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# everything-dev

## 1.30.0

### Minor Changes

- 1adfdee: Support account-relative tenant resolution on shared hosts so subdomains derive from the active runtime account instead of `label.near`, and allow nested tenant labels in the resolver and tests. Expose runtime lineage in the apps registry by deriving parent, root, depth, and extendsChain from `extends`, and add registry list filters for parent and root traversal.

### Patch Changes

- 4518cdb: Fix UI-only `bos init` scaffolding so child apps keep the right workspaces, accept `--no-interactive`, and avoid generating API-only type artifacts when no local `api/` workspace exists. Clarify the public TanStack Intent skill docs for UI-only tenant children, including current scaffold caveats and cleanup guidance.
- ea4b5f2: Fix `bos types:gen` to handle remote plugins that only have a `production` URL (no `development`). Plugin contract fetch failures no longer crash the entire type generation — failed plugins are reported and skipped, and the command shows per-plugin fetched/skipped/failed status instead of only API-level status.

## 1.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/everything-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everything-dev",
"version": "1.29.0",
"version": "1.30.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions plugins/apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @everything-dev/registry-plugin

## 1.4.0

### Minor Changes

- 1adfdee: Support account-relative tenant resolution on shared hosts so subdomains derive from the active runtime account instead of `label.near`, and allow nested tenant labels in the resolver and tests. Expose runtime lineage in the apps registry by deriving parent, root, depth, and extendsChain from `extends`, and add registry list filters for parent and root traversal.

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everything-dev/apps-plugin",
"version": "1.3.1",
"version": "1.4.0",
"description": "Apps plugin for discovering and publishing apps via NEAR FastKV",
"type": "module",
"exports": {
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.5.1

### Patch Changes

- dd5a7d4: Fix production SSR by keeping the UI auth client local during server rendering and by resolving SSR-imported asset URLs from the UI remote instead of the host origin.

## 1.5.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.5.0",
"version": "1.5.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading