Skip to content

chore(release): 🤖 promote v0.1.0 changelog and version bump to main#937

Merged
punkbit merged 27 commits intomainfrom
chore/reconcile-version-v0.1.0-to-latest
Mar 24, 2026
Merged

chore(release): 🤖 promote v0.1.0 changelog and version bump to main#937
punkbit merged 27 commits intomainfrom
chore/reconcile-version-v0.1.0-to-latest

Conversation

@punkbit
Copy link
Copy Markdown
Collaborator

@punkbit punkbit commented Mar 23, 2026

Why?

The v0.1.0 release cycle has reached completion with a stable release. This PR brings the release artifacts: changelog entries and version bump into the main branch to keep it in sync with the published release.

How?

  • Delete all pending changesets
  • Update CHANGELOG.md
  • Version bump

Preview?

N/A

punkbit and others added 27 commits March 9, 2026 13:15
…story to avoid resolving conflicts and put back latest knowne rc version)
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
* refactor: 💡 rename assets

* refactor: 💡 prefer planetscale

* chore: 🤖 add changeset

* refactor: 💡 normalise brand names

* refactor: 💡 normalise names
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
* fix: 🐛 Fixes resize breaking when column headers change order/content but keep the same length. The useLayoutEffect was only watching headers.length, so column widths weren't recalculated when headers were reordered (as in EntitiesTable with column selection). Also fixed incorrect null check (-1 !== null) and added missing isSelectable dependencies to resize callbacks.

* refactor: Refactor Table column resize to use Map-based width storage

Replace fragile array-index based column width tracking with a Map using
header labels as keys. This eliminates index synchronization bugs when
columns are reordered, isSelectable changes, or new column types are added.
- Change columnWidths from number[] to Map<string, number>
- Store column labels in ResizeState instead of indices
- Remove isSelectable dependencies from resize handlers
- Position-agnostic width lookups prevent NaN on column reordering"

* chore: 🤖 add story with reordering control to test NaN fix

* test: 💍 add story for testing reordering NaN

* chore: 🤖 add changeset

* chore: 🤖 lint amends

* chore: 🤖 format

* chore: 🤖 reset when headers change

* fix: 🐛 NaN explicit intent, remove misleading key

* fix: 🐛 remove width (unused)

* fix: 🐛 remove dead guards

* fix: 🐛 remove dead guards

* fix: 🐛 inline dep

* fix: 🐛 remove headers from deps

* refactor: 💡 rename story
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
* chore: 🤖 remove user personal text-editor directory

* chore: 🤖 add to .gitignore
Co-authored-by: punkbit <punkbit@users.noreply.github.com>
…922)

* chore: 🤖 update step actions to use latest's

* chore: 🤖 add deprecation note
…933)

* refactor: 💡 move days to date utils to help enforce extension for ESM consumer imports

* chore: 🤖 add note and TODO

* chore: 🤖 add changeset
Co-authored-by: punkbit <236752+punkbit@users.noreply.github.com>
Co-authored-by: punkbit <236752+punkbit@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 23, 2026

⚠️ No Changeset found

Latest commit: 845d6e7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 23, 2026

Claude finished @punkbit's task in 32s —— View job


Review complete ✅

  • Gather context
  • Review CHANGELOG.md and package.json changes
  • Provide final review

This is a release sync PR — no new code changes, only release artifacts. Here's the verdict:

Looks great! No issues found — nice work!

The PR correctly:

  • Bumps package.json version from 0.0.252-test.70.1.0
  • Adds a comprehensive CHANGELOG.md entry for 0.1.0 covering all minor changes, patches, and deprecations accumulated during the release cycle
  • Cleans up all pending changesets and the pre.json mode file

The changeset-bot warning about "No Changeset found" is expected and correct — this PR is intentionally not creating a new version, it's syncing the already-published v0.1.0 artifacts back to main. No changeset needed.

@workflow-authentication-public
Copy link
Copy Markdown
Contributor

📚 Storybook Preview Deployed

✅ Preview URL: https://click-jszp5ng7z-clickhouse.vercel.app

Built from commit: f928a4db2b5d325ff059983cc3790e25d21af37e

@punkbit punkbit merged commit 10f4df4 into main Mar 24, 2026
10 checks passed
@punkbit punkbit deleted the chore/reconcile-version-v0.1.0-to-latest branch March 24, 2026 18:44
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.

3 participants