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

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

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

## [Unreleased]

## [1.24.1] - 2026-07-31

_Dependency updates._

## [1.24.0] - 2026-07-30

### Tests
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.0",
"version": "1.24.1",
"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.14.0",
"@opentf/web-compiler": "0.15.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.15.0] - 2026-07-31

### Fixed

- **MDX GFM tables now emit the `.otfw-table-wrap` scroll container** instead of a bare `<table>`.
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.14.0",
"version": "0.15.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.24.0] - 2026-07-31

### Fixed

- **Wide tables scroll instead of running under the TOC.** The theme drops the table's own block
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.23.0",
"version": "0.24.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
Loading