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
14 changes: 7 additions & 7 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/web-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.25.0] - 2026-07-31

### Fixed

- **Compiler warnings reach the terminal again** (`src/shared.js` talks to `otfwc serve`, whose
Expand Down
4 changes: 2 additions & 2 deletions packages/web-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-cli",
"version": "1.24.1",
"version": "1.25.0",
"description": "OTF Web dev toolchain — the Rolldown-driven CSR dev server, production build, and SSG.",
"type": "module",
"bin": {
Expand All @@ -20,7 +20,7 @@
"bun": ">=1.0.0"
},
"dependencies": {
"@opentf/web-compiler": "0.15.0",
"@opentf/web-compiler": "0.16.0",
"@tailwindcss/node": "4.2.2",
"@tailwindcss/oxide": "4.2.2",
"rolldown": "1.0.0-rc.17",
Expand Down
2 changes: 2 additions & 0 deletions packages/web-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.16.0] - 2026-07-31

### Fixed

- **Server HTML now re-parses into the tree the hydrate walk was generated against.** The claim
Expand Down
2 changes: 1 addition & 1 deletion packages/web-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-compiler",
"version": "0.15.0",
"version": "0.16.0",
"description": "OTF Web IR compiler (otfwc) — prebuilt platform binaries + host resolver (ARCHITECTURE.md §8).",
"type": "module",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.25.0] - 2026-07-31

_Dependency updates._

## [0.24.0] - 2026-07-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/web-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-docs",
"version": "0.24.0",
"version": "0.25.0",
"description": "Documentation-site generator for OTF Web — themed shell components (sidebar, TOC, callouts, tabs), a build-time nav generator, and a default light/dark theme.",
"type": "module",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions packages/web-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.22.0] - 2026-07-31

_Dependency updates._

## [1.21.0] - 2026-07-30

_Dependency updates._
Expand Down
2 changes: 1 addition & 1 deletion packages/web-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-form",
"version": "1.21.0",
"version": "1.22.0",
"description": "A high-performance, path-based reactive forms engine for the native-first OTF Web.",
"main": "index.js",
"module": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.22.0] - 2026-07-31

_Dependency updates._

## [1.21.0] - 2026-07-30

_Dependency updates._
Expand Down
2 changes: 1 addition & 1 deletion packages/web-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-i18n",
"version": "1.21.0",
"version": "1.22.0",
"description": "Internationalization for OTF Web — ICU messages, Intl formatters, and a reactive t() that pairs with the core's URL-prefix locale routing.",
"main": "index.js",
"module": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.22.0] - 2026-07-31

_Dependency updates._

## [1.21.0] - 2026-07-30

_Dependency updates._
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web-test",
"version": "1.21.0",
"version": "1.22.0",
"description": "DOM testing utilities for OTF Web",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.27.0] - 2026-07-31

### Fixed

- **A JSX value held in data no longer renders as `[object Object]`** (`runtime/dom.js`). A JSX
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/web",
"version": "0.26.0",
"version": "0.27.0",
"description": "The native-first OTF Web runtime — signal-based reactivity and zero-VDOM DOM operations, paired with the IR-based compiler.",
"type": "module",
"exports": {
Expand Down
Loading