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/clean-clis-chain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-browsers-request.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-host-internals.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/daegari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# daegari

## 0.0.2

### Patch Changes

- [#1](https://github.com/2wheeh/daegari/pull/1) [`02118d2`](https://github.com/2wheeh/daegari/commit/02118d2b9959952d3561ab9a7d4982061e5b5ddb) Thanks [@2wheeh](https://github.com/2wheeh)! - Preserve Incur schema inference and App-aware target access across CLI command chains.

- [#2](https://github.com/2wheeh/daegari/pull/2) [`1574a3f`](https://github.com/2wheeh/daegari/commit/1574a3f5e50a467d8de3c9298ff9fe3e1be925bd) Thanks [@2wheeh](https://github.com/2wheeh)! - Report typed browser-launch failures and return explicit Host and browser request outcomes from Target opening.

- [#5](https://github.com/2wheeh/daegari/pull/5) [`764975d`](https://github.com/2wheeh/daegari/commit/764975d88656277f922c3c8424f712196ddd3d1b) Thanks [@2wheeh](https://github.com/2wheeh)! - Reorganize private Host internals and align the Vite adapter with its dedicated integration entry.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/daegari/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daegari",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typed oRPC router host for local CLI and browser consoles",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-plugin-daegari

## 0.0.2

### Patch Changes

- [#5](https://github.com/2wheeh/daegari/pull/5) [`764975d`](https://github.com/2wheeh/daegari/commit/764975d88656277f922c3c8424f712196ddd3d1b) Thanks [@2wheeh](https://github.com/2wheeh)! - Reorganize private Host internals and align the Vite adapter with its dedicated integration entry.

- Updated dependencies [[`02118d2`](https://github.com/2wheeh/daegari/commit/02118d2b9959952d3561ab9a7d4982061e5b5ddb), [`1574a3f`](https://github.com/2wheeh/daegari/commit/1574a3f5e50a467d8de3c9298ff9fe3e1be925bd), [`764975d`](https://github.com/2wheeh/daegari/commit/764975d88656277f922c3c8424f712196ddd3d1b)]:
- daegari@0.0.2

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-daegari",
"version": "0.0.1",
"version": "0.0.2",
"description": "Vite build adapter for Daegari browser consoles",
"license": "MIT",
"repository": {
Expand Down