Skip to content

chore: version packages#71

Merged
adriancofie merged 1 commit intomainfrom
changeset-release/main
Apr 27, 2026
Merged

chore: version packages#71
adriancofie merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 27, 2026

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

@nciocpl/react-components@0.2.0

Minor Changes

  • #70 9c1438f Thanks @adriancofie! - Add Dropdown (NCIDS Select) component. Wraps a native <select> with USWDS styling and forwards standard form props for use as a controlled or uncontrolled input.

  • #70 6ce5456 Thanks @adriancofie! - Fix package distribution issues surfaced during downstream integration:

    • Subpath exports (@nciocpl/react-components/core, @nciocpl/react-components/ncids): rollup now uses multi-entry input so the documented subpath bundles (and matching type declarations) are actually emitted.
    • Bundled stylesheet (@nciocpl/react-components/styles): the export now resolves to a real compiled CSS file (USWDS global, usa-pagination, usa-icon, usa-collection). Consumers that don't already compile NCIDS SCSS can import '@nciocpl/react-components/styles' and serve node_modules/@nciocpl/ncids-css/uswds-img at /img. README updated with Vite/Webpack recipes.
    • React peer dependency raised to >=17.0.0. The build emits react/jsx-runtime imports (modern JSX transform), which only exist on React ≥ 16.14 — and React 16 has been EOL since 2024. Setting the floor at 17 prevents cryptic Can't resolve 'react/jsx-runtime' errors on outdated React installations.
    • @nciocpl/ncids-css peer dependency is now declared (>=3.0.0, optional) so the existing peerDependenciesMeta.optional entry has effect.

All notable changes to this project will be documented in this file.

@adriancofie adriancofie merged commit b56e91e into main Apr 27, 2026
2 checks passed
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