chore: release v0.4.0#37
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Release prep for v0.4.0. Consumes the six pending changesets, bumps
@formhaus/core,@formhaus/react,@formhaus/vuefrom 0.3.1 → 0.4.0, and writes per-package CHANGELOGs.What ships
@formhaus/react: SSR fix —FormRendererno longer crashes Next.js prerender. Drop yournext/dynamic({ ssr: false })wrapper to get prerendering back.'datetime'and'autocomplete'field types with React + Vue renderers.@formhaus/core: optional baseline stylesheet at@formhaus/core/style.css(CSS custom properties for theming).@formhaus/coreno longer publishesfixtures/(they were never reachable from consumer code under strict ESM).Mechanics
pnpm run versionconsumed.changeset/*.mdand wrote draftpackages/*/CHANGELOG.md+ bumped versions.CHANGELOG.mdgets a one-section summary pointing at per-package CHANGELOGs.After this PR lands
pnpm releaserunspnpm build && changeset publish. Thepublishstep picks up the bumped versions, publishes to npm, and creates git tags.Verifying
pnpm install --frozen-lockfile,pnpm -r run build,pnpm -r run test,pnpm lint:packages,pnpm check:typesall greendist/index.js.map;@formhaus/coretarball includesstyle.cssand excludesfixtures/