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
17 changes: 17 additions & 0 deletions .changepacks/changepack_log_turboProfileRelease20260830.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"changes": {
"bindings/devup-ui-wasm/package.json": "Patch",
"packages/bun-plugin/package.json": "Patch",
"packages/components/package.json": "Patch",
"packages/eslint-plugin/package.json": "Patch",
"packages/next-plugin/package.json": "Patch",
"packages/plugin-utils/package.json": "Patch",
"packages/react/package.json": "Patch",
"packages/reset-css/package.json": "Patch",
"packages/rsbuild-plugin/package.json": "Patch",
"packages/vite-plugin/package.json": "Patch",
"packages/webpack-plugin/package.json": "Patch"
},
"note": "Improve Turbopack build performance with lite WASM prewarming, align React 19 behavior, and update package toolchains",
"date": "2026-08-29T16:26:58.980Z"
}
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,12 @@ jobs:
- name: Format Rollback
run: |
rm -rf .rustfmt.toml
cargo fmt
# Formatting with the temporary coverage config and then with the
# default config is not a reversible round trip. Restore the exact
# checked-in sources so changepacks can safely switch commits.
git restore --source=HEAD --staged --worktree -- .
cargo fmt --all -- --check
git diff --exit-code
- name: Build Landing
run: |
bun run --filter @devup-ui/components build-storybook
Expand Down Expand Up @@ -301,6 +306,8 @@ jobs:
# Bun packs each workspace so dependency ranges are materialized, then
# npm publishes that tarball with OIDC (Bun cannot do OIDC itself:
# oven-sh/bun#22423).
- name: Verify clean publish checkout
run: git diff --exit-code
- uses: changepacks/action@main
id: changepacks
with:
Expand Down
Loading