Skip to content

Prepare 0.2.0 release#5

Merged
nathangathright merged 1 commit into
mainfrom
codex/release-0.2.0
May 18, 2026
Merged

Prepare 0.2.0 release#5
nathangathright merged 1 commit into
mainfrom
codex/release-0.2.0

Conversation

@nathangathright
Copy link
Copy Markdown
Contributor

@nathangathright nathangathright commented May 18, 2026

Summary

  • bump @podlink/icons to 0.2.0
  • add npm package metadata for repository, homepage, and issues
  • add a changelog entry documenting the React provider/hooks removal and migration path
  • narrow package files to dist, static/icons, static/badges, and CHANGELOG.md

Why

PR #4 removed the React context API and made the React entrypoint prop-only/RSC-friendly. This prepares the next npm release as a breaking pre-1.0 minor and avoids accidentally publishing deferred shadcn registry artifacts from stale local static/r output.

Deferred

The shadcn registry work is intentionally left out and remains tracked by issue #2.

Validation

  • pnpm build
  • pnpm test
  • npm pack --dry-run --json confirmed:
    • package id @podlink/icons@0.2.0
    • CHANGELOG.md is included
    • static/r files are not included
    • 85 static icons and 170 static badges are included

Summary by CodeRabbit

Release Notes: v0.2.0

  • Breaking Changes

    • Removed PodlinkProvider and configuration utilities
    • React icons and badges now use prop-only rendering, compatible with Next.js Server Components
  • Documentation

    • Added migration guide with upgrade instructions
  • Chores

    • Updated package metadata and expanded published assets

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 810231fe-5d1f-4903-acfe-d2a5cd71aee8

📥 Commits

Reviewing files that changed from the base of the PR and between 7aa9fa3 and c6263aa.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

📝 Walkthrough

Walkthrough

This release updates the @podlink/icons package to version 0.2.0 with package metadata, expanded distribution files, and a changelog documenting breaking API changes related to React Server Component compatibility.

Changes

Version 0.2.0 Release: Package Metadata and Distribution

Layer / File(s) Summary
Version and repository metadata
package.json
Package version bumped to 0.2.0; repository metadata (type and URL) and bugs URL are added to align with npm package standards.
Published assets and changelog
package.json
Static icon and badge directories are included in the npm package distribution, and CHANGELOG.md is added to the files whitelist.
Release notes and migration guide
CHANGELOG.md
Breaking changes are documented: PodlinkProvider, usePodlinkConfig, and related config types are removed from @podlink/icons/react. Migration guidance directs consumers to pass defaults directly to components or use @podlink/icons for server-side helpers.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • TeamPodlink/icons#4: Documents and references the same breaking API changes (removal of PodlinkProvider, usePodlinkConfig, and related types) and React Server Component rendering updates that were implemented in that PR.

Poem

🐰 A version hops forward, from 0-1 to 0-2,
With metadata badges and static assets, too!
Breaking changes noted, migration paths clear—
The changelog whispers what's new in this year. ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides a comprehensive summary of changes, rationale, deferred work, and validation steps performed, but does not follow the repository's standard PR template structure. Consider using the repository's PR template structure (What does this PR do, Platforms affected, Type of change, Icon checklist, Notes) for consistency, or clarify if this template applies only to icon-related changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Prepare 0.2.0 release' clearly and concisely summarizes the main objective of the pull request, which is to prepare and release version 0.2.0 of the package.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nathangathright nathangathright merged commit 5e87a7e into main May 18, 2026
2 checks passed
@nathangathright nathangathright deleted the codex/release-0.2.0 branch May 18, 2026 12:26
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