chore: update versions (beta)#762
Merged
Merged
Conversation
029239a to
ac231ca
Compare
ac231ca to
239cd65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@effect-app/cli@2.1.0-beta.24
Minor Changes
07dcd75: Add
effa sync/effa sync-diff/effa sync-pushsubcommands for syncing content (architecture docs, e2e helpers, ts-plugins) fromeffect-app/sharedinto consuming projects per a project-side.shared.jsonlockfile.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 (honoringexclude).effa sync-diff— sha256 compare each tracked file against the cache copy; reportsM(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--propens a PR viagh 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
cachedPerRequesthelper toContextMapContainer. 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-requestCache.makeinstances, etc.).@effect-app/vue@4.0.0-beta.246
Patch Changes
@effect-app/vue-components@4.0.0-beta.246
Patch Changes
effect-app@4.0.0-beta.246