Skip to content

chore: release - #4

Merged
teneburu merged 4 commits into
mainfrom
changeset-release/main
Jul 19, 2026
Merged

chore: release#4
teneburu merged 4 commits into
mainfrom
changeset-release/main

Conversation

@teneburu

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

@cyb3rcore/reactify@1.2.2

Patch Changes

  • 0ce5bda: rsc: remove react-server export condition, add 'use client' to package entry (814d6821)

    The react-server export condition pointed to dist/react-server.js which only exported redirect and isRedirectError. When the RSC environment resolved @cyb3rcore/reactify, it got this entry — Link, RouteProvider, etc. were missing, resolving to undefined. Removed the condition; the RSC environment now uses the main entry (dist/index.js) which has 'use client', so all exports are properly wrapped as client references.

teneburu and others added 4 commits July 17, 2026 12:04
The react-server export condition pointed to dist/react-server.js which only
had redirect and isRedirectError. RSC pages importing { Link } got undefined.
Removed the condition; main entry now has 'use client' so all exports are
properly wrapped as client references.
@teneburu
teneburu force-pushed the changeset-release/main branch from 87049b9 to aa97e38 Compare July 19, 2026 13:08
@teneburu
teneburu force-pushed the main branch 2 times, most recently from ff3f572 to 39ba143 Compare July 19, 2026 13:08
@teneburu
teneburu merged commit 4e082b9 into main Jul 19, 2026
4 checks passed
@teneburu

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 8.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

teneburu added a commit that referenced this pull request Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant