Skip to content

chore: release 0.1.1 (merge develop into main)#70

Merged
adriancofie merged 3 commits intomainfrom
develop
Apr 27, 2026
Merged

chore: release 0.1.1 (merge develop into main)#70
adriancofie merged 3 commits intomainfrom
develop

Conversation

@adriancofie
Copy link
Copy Markdown
Contributor

Summary

Promote develop to main to trigger the 0.1.1 release.

Once merged, the Changesets action in release.yml will:

  1. Open (or update) a "chore: version packages" PR against main consuming all unconsumed changesets, bumping 0.1.0 -> 0.1.1, regenerating CHANGELOG.md, and removing the changeset markdown files.
  2. After that auto-PR is merged, the workflow runs pnpm changeset publish and pushes the new version to GitHub Packages.

Changesets landing in 0.1.1

Pre-merge checklist

adriancofie and others added 2 commits April 27, 2026 09:54
Address findings from downstream integration of v0.1.0:

- Subpath exports (./core, ./ncids): switch rollup to multi-entry input
  so the documented subpath bundles and matching .d.ts files are
  actually emitted.
- Bundled stylesheet (./styles): the export now resolves to a real
  compiled CSS file (uswds-global, usa-pagination, usa-icon,
  usa-collection). README documents the import and the uswds-img
  sprite setup for Vite and Webpack consumers.
- React peer raised to >=17.0.0. The build emits react/jsx-runtime,
  which only exists on React >=16.14, and React 16 has been EOL since
  2024.
- @nciocpl/ncids-css declared as an optional peer (>=3.0.0) so the
  existing peerDependenciesMeta.optional entry has effect.
- Build hygiene: eliminate TS5069 declarationMap warning by overriding
  declarationMap:false alongside declaration:false in rollup-plugin-
  typescript options.

Closes #67
* Adds Dropdown and Dropdown Option components with NCIDS usa-select classes
* Support configurable options
* Includes unit tests
* Adds Storybook documentation

Closes #28
@github-actions
Copy link
Copy Markdown
Contributor

Storybook Preview

This PR includes component changes. A Storybook build was verified successfully.

Once merged, the updated Storybook will be deployed to GitHub Pages automatically.

PR #28 merged without a changeset, so the new Dropdown component would
not have appeared in the next CHANGELOG. Add a minor changeset so the
0.1.1 release credits the new component.

Touches #28
@adriancofie adriancofie merged commit 9c1438f into main Apr 27, 2026
16 checks passed
@github-actions github-actions Bot mentioned this pull request Apr 27, 2026
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.

2 participants