Skip to content

chore(main): release ui 0.1.0#29

Merged
lukeocodes merged 1 commit intomainfrom
release-please--branches--main--components--ui
May 6, 2026
Merged

chore(main): release ui 0.1.0#29
lukeocodes merged 1 commit intomainfrom
release-please--branches--main--components--ui

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 6, 2026

🤖 I have created a release beep boop

0.1.0 (2026-05-06)

Bug Fixes

  • ui: scope tailwind preflight to [data-dg-agent] via plugin (#27) (8742c18)

This PR was generated with Release Please. See documentation.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui-web Ready Ready Preview, Comment May 6, 2026 3:48pm

Request Review

@lukeocodes lukeocodes merged commit 9c721bb into main May 6, 2026
2 checks passed
lukeocodes added a commit that referenced this pull request May 6, 2026
…ly (#30)

chore(release): unpin release-as 0.1.0, drop bogus duplicate changelog entry

The release-please config still had `release-as: 0.1.0` from the
original release pin (commit 53a4f04). That kept release-please from
ever bumping past 0.1.0:

- PR #29 (autogenerated release for the fix(ui) commit) was titled
  "release ui 0.1.0" and added a duplicate `## [0.1.0]` changelog
  entry that compared 0.1.0 to itself.
- On merge, release-please tried to re-create tag `ui-v0.1.0`, which
  already existed from the original 2026-04-30 release. GitHub
  responded with "already_exists" and the workflow failed.
- Net effect: my CSS scoping fix (commit 8742c18) is in main but not on
  npm. npm still has the original unfixed 0.1.0.

Fix:

- Remove `release-as: 0.1.0` so release-please bumps from conventional
  commits going forward.
- Delete the duplicate `## [0.1.0]` block PR #29 added to the
  changelog. The next release-please PR will re-add it under the
  correct bumped version (0.1.1 per `bump-patch-for-minor-pre-major:
  true` plus the existing `fix:` commit).

After this lands release-please will open a new PR titled
'release ui 0.1.1' (or 0.2.0 depending on what other commits are in
the queue). Merging that will publish the fix to npm and trigger the
CDN deploy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant