chore: version packages#24
Merged
Merged
Conversation
Deploying effex-api with
|
| 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 |
cc3661d to
adb2bc2
Compare
adb2bc2 to
db628e6
Compare
Deploying effex with
|
| Latest commit: |
db628e6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e5916393.effex.pages.dev |
| Branch Preview URL: | https://changeset-release-main.effex.pages.dev |
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.
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,buildStaticSiteAPI reference, andBuildStaticSiteOptionsshape), and document the SSG template,--ssgflag, project structure, and build commands increate-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-pluginto^0.0.1, which (under semver's strict caret behavior for0.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.mjsand wires it into the Changesetsversionscript so template versions track workspace versions automatically on every release.400948f: Add the missing
index.htmlentry file to thessgandssrtemplates. Only thespatemplate previously had one, which broke the client build step (vite build) in scaffolded SSG projects — Vite needsindex.htmlas the client entry, and the SSG build path additionally readsdist/index.htmlafter the client build to extract hashed asset paths for injection into the generated static pages. Both new files mirror the workingexamples/twittershape and point their script tag at the existing/src/client.tsentry.@effex/dom@1.1.1
Patch Changes
2e2670e: Fix list animations being silently dropped on hydrated pages (SSG + SSR).
HydrationControlCtxwas readingAnimationConfigCtxonce at Layer construction (at the hydration root, before anyeachhad a chance to provide its config) and closing over the resultingundefined. Now reads the service lazily insideaddSlot/removeSlot, mirroring the existingClientControlCtxpattern, so eacheachwithanimatesees the config its parent provided.@effex/routerwill receive an automatic patch via theupdateInternalDependenciesChangesets rule because it depends on@effex/domas a workspace dependency.@effex/platform@1.2.1
Patch Changes
@effex/platform's README (including a full Quick Start,buildStaticSiteAPI reference, andBuildStaticSiteOptionsshape), and document the SSG template,--ssgflag, project structure, and build commands increate-effex's README. No code changes.@effex/router@1.2.1
Patch Changes
docs@0.0.13
Patch Changes