Skip to content

chore(release): version packages#1

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(release): version packages#1
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Copy link
Copy Markdown

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

@uniicy/kyc-widget@0.1.0

Minor Changes

  • 7d1a99c Thanks @ThorbjoernTasche! - Initial public release of @uniicy/kyc-widget — an embeddable iframe SDK for the Uniicy KYC verification flow.

    • Uniicy.init({ publishableKey }) + uniicy.mount(el, { sessionId, clientSecret }) API.
    • Typed postMessage protocol with uniicy:ready, uniicy:step, uniicy:complete, uniicy:error, uniicy:cancel, and uniicy:resize events.
    • Dynamic iframe height driven by the embed's ResizeObserver (falls back to a 9:16 aspect ratio before the first resize message).
    • Origin pinning: the SDK passes parent_origin to the embed, which targets only that origin when posting messages.
    • Ships ESM + CJS + .d.ts, MIT-licensed, zero runtime dependencies.
    • Size: ESM 841 B, CJS 1.09 KB (brotli + minified), well under the 6 KB budget.

All notable changes to this package are documented here. This file is
maintained automatically by Changesets;
do not edit it by hand.

See also: the canary channel (npm install @uniicy/kyc-widget@canary) tracks
every merge to main with a pre-release version like 0.1.0-canary-<sha>.


Note

Low Risk
Low risk release-only change: bumps the package version and updates generated release notes without touching runtime code.

Overview
Publishes the initial 0.1.0 release metadata for @uniicy/kyc-widget by bumping package.json from 0.0.0 to 0.1.0 and adding the corresponding CHANGELOG.md entry.

Removes the now-consumed Changesets file (.changeset/initial-release.md) as part of the versioning workflow.

Reviewed by Cursor Bugbot for commit 9a621fe. Bugbot is set up for automated code reviews on this repo. Configure here.

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.

0 participants