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
16 changes: 8 additions & 8 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/create-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.17.0] - 2026-08-12

### Fixed

- **Scaffolded `.gitignore` covers the loader build directories.** The SPA, Fullstack and
Expand Down
2 changes: 1 addition & 1 deletion packages/create-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentf/create-web",
"version": "0.16.0",
"version": "0.17.0",
"description": "The official scaffolding tool for the OTF Web.",
"bin": {
"create-web": "./bin/index.js"
Expand Down
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.26.0] - 2026-08-12

### Fixed

- **`otfw dev` no longer needs a restart to pick a change up — or to recover from one.** The
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.25.0",
"version": "1.26.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.16.0",
"@opentf/web-compiler": "0.17.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.17.0] - 2026-08-12

### Added

- **Every compile diagnostic now says where** (`crates/otfw_cli/src/diagnostic.rs`). A failure
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.16.0",
"version": "0.17.0",
"description": "OTF Web IR compiler (otfwc) — prebuilt platform binaries + host resolver (ARCHITECTURE.md §8).",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/web-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.26.0] - 2026-08-12

### Fixed

- **A `_meta.js` edit reaches the sidebar under `otfw dev`** (`build/docs-nav-plugin.js`). The
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.25.0",
"version": "0.26.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.23.0] - 2026-08-12

_Dependency updates._

## [1.22.0] - 2026-07-31

_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.22.0",
"version": "1.23.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.23.0] - 2026-08-12

_Dependency updates._

## [1.22.0] - 2026-07-31

_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.22.0",
"version": "1.23.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.23.0] - 2026-08-12

_Dependency updates._

## [1.22.0] - 2026-07-31

_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.22.0",
"version": "1.23.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.28.0] - 2026-08-12

### Fixed

- **`<ContextProvider>` now works on server-rendered pages** (`server/builtins.js`,
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.27.0",
"version": "0.28.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