Skip to content

chore: version packages#24

Merged
jonlaing merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2026
Merged

chore: version packages#24
jonlaing merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

create-effex@1.1.1

Patch Changes

  • d153d3a: Surface SSG support in package documentation: add a Rendering Modes overview and a dedicated Static Site Generation section to the top-level README, give SSG equal billing with SSR in @effex/platform's README (including a full Quick Start, buildStaticSite API reference, and BuildStaticSiteOptions shape), and document the SSG template, --ssg flag, project structure, and build commands in create-effex's README. No code changes.

  • a3b696c: Sync @effex/* dependency versions in scaffolded templates with the current workspace versions. Previously templates pinned @effex/dom, @effex/router, @effex/platform, and @effex/vite-plugin to ^0.0.1, which (under semver's strict caret behavior for 0.x.x) resolved to long-obsolete pre-1.0 versions. Generated projects now reference the current major (e.g. ^1.1.0 / ^1.2.0).

    Adds scripts/sync-template-versions.mjs and wires it into the Changesets version script so template versions track workspace versions automatically on every release.

  • 400948f: Add the missing index.html entry file to the ssg and ssr templates. Only the spa template previously had one, which broke the client build step (vite build) in scaffolded SSG projects — Vite needs index.html as the client entry, and the SSG build path additionally reads dist/index.html after the client build to extract hashed asset paths for injection into the generated static pages. Both new files mirror the working examples/twitter shape and point their script tag at the existing /src/client.ts entry.

@effex/dom@1.1.1

Patch Changes

  • 2e2670e: Fix list animations being silently dropped on hydrated pages (SSG + SSR). HydrationControlCtx was reading AnimationConfigCtx once at Layer construction (at the hydration root, before any each had a chance to provide its config) and closing over the resulting undefined. Now reads the service lazily inside addSlot/removeSlot, mirroring the existing ClientControlCtx pattern, so each each with animate sees the config its parent provided.

    @effex/router will receive an automatic patch via the updateInternalDependencies Changesets rule because it depends on @effex/dom as a workspace dependency.

@effex/platform@1.2.1

Patch Changes

  • d153d3a: Surface SSG support in package documentation: add a Rendering Modes overview and a dedicated Static Site Generation section to the top-level README, give SSG equal billing with SSR in @effex/platform's README (including a full Quick Start, buildStaticSite API reference, and BuildStaticSiteOptions shape), and document the SSG template, --ssg flag, project structure, and build commands in create-effex's README. No code changes.
  • Updated dependencies [2e2670e]
    • @effex/dom@1.1.1
    • @effex/router@1.2.1

@effex/router@1.2.1

Patch Changes

  • Updated dependencies [2e2670e]
    • @effex/dom@1.1.1

docs@0.0.13

Patch Changes

  • Updated dependencies [d153d3a]
  • Updated dependencies [2e2670e]
    • @effex/platform@1.2.1
    • @effex/dom@1.1.1
    • @effex/router@1.2.1

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 25, 2026

Copy link
Copy Markdown

Deploying effex-api with  Cloudflare Pages  Cloudflare Pages

Latest commit: db628e6
Status: ✅  Deploy successful!
Preview URL: https://51bcddf9.effex-api.pages.dev
Branch Preview URL: https://changeset-release-main.effex-api.pages.dev

View logs

@github-actions github-actions Bot force-pushed the changeset-release/main branch from cc3661d to adb2bc2 Compare June 25, 2026 01:49
@github-actions github-actions Bot force-pushed the changeset-release/main branch from adb2bc2 to db628e6 Compare June 25, 2026 01:51
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 25, 2026

Copy link
Copy Markdown

Deploying effex with  Cloudflare Pages  Cloudflare Pages

Latest commit: db628e6
Status: ✅  Deploy successful!
Preview URL: https://e5916393.effex.pages.dev
Branch Preview URL: https://changeset-release-main.effex.pages.dev

View logs

@jonlaing jonlaing merged commit 725b78a into main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant