Skip to content

chore: update versions (beta)#762

Merged
patroza merged 1 commit into
mainfrom
changeset-release/main
May 24, 2026
Merged

chore: update versions (beta)#762
patroza merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 20, 2026

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@effect-app/cli@2.1.0-beta.24

Minor Changes

  • 07dcd75: Add effa sync / effa sync-diff / effa sync-push subcommands for syncing content (architecture docs, e2e helpers, ts-plugins) from effect-app/shared into consuming projects per a project-side .shared.json lockfile.

    • effa sync — clone/checkout the shared repo at the pinned ref into ~/.cache/effa/shared/<slug>, then copy the artifact map's files into the project (honoring exclude).
    • effa sync-diff — sha256 compare each tracked file against the cache copy; reports M (modified locally), D (missing from project), E (excluded).
    • effa sync-push [--pr] [-m msg] [--branch name] — branch in the cache off the pinned ref, copy modified project files in, commit, push. Optional --pr opens a PR via gh pr create.

    Lockfile shape:

    {
      "repo": "github.com/effect-app/shared",
      "ref": "<sha>",
      "artifacts": { "<src-in-shared>": "<dest-in-project>" },
      "exclude": ["<src-path>"]
    }

@effect-app/infra@4.0.0-beta.246

Patch Changes

  • f4b58cd: Add cachedPerRequest helper to ContextMapContainer. Runs a given Effect at most once per ContextMap (i.e. per request) and stores the result in the ContextMap under a fresh symbol, using the ContextMap's shared semaphore for safe single initialization. Use as a building block for any per-request memoized value (request resolver caches, per-request Cache.make instances, etc.).
    • effect-app@4.0.0-beta.246

@effect-app/vue@4.0.0-beta.246

Patch Changes

  • effect-app@4.0.0-beta.246

@effect-app/vue-components@4.0.0-beta.246

Patch Changes

  • effect-app@4.0.0-beta.246
  • @effect-app/vue@4.0.0-beta.246

effect-app@4.0.0-beta.246

@github-actions github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from 029239a to ac231ca Compare May 24, 2026 13:06
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ac231ca to 239cd65 Compare May 24, 2026 13:18
@patroza patroza merged commit 8aff8a6 into main May 24, 2026
@patroza patroza deleted the changeset-release/main branch May 24, 2026 13:18
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