Version Packages - #6
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases
@makeplane/propel@0.2.0.This is the changesets "Version Packages" PR. It was generated by the Release workflow on the merge of #5 — the workflow pushed this branch successfully but could not open the PR itself (
GitHub Actions is not permitted to create or approve pull requests), so it's opened manually. The contents are entirely machine-generated bychangeset version; nothing here was hand-edited.Contents
packages/propel/package.json0.1.0→0.2.0packages/propel/CHANGELOG.md## 0.2.0section prepended.changeset/tender-grapes-kneel.mdNo other workspace was touched —
docsandoxlint-plugin-propelare correctly excluded by theprivatePackages: falseadded in #5.Unlike #5, this merge is the actual release:
changeset publishruns,0.2.0goes to the registry with provenance, and the tag + GitHub release are created.Confirm before merging: the npm trusted publisher must be registered for
@makeplane/propel— orgmakeplane, repopropel, workflowrelease.yml. Publishing authenticates purely via OIDC with noNPM_TOKENfallback, and this path has never been exercised (0.1.0was a manual token publish,attestations: null). If it isn't configured, the publish fails after the full build.Why 0.2.0 matters
The published
0.1.0is not installable — it shipped literal pnpmcatalog:specifiers independencies, sonpm installfails withEUNSUPPORTEDPROTOCOLandpnpm addreports it as a publishing-automation bug.0.2.0is the first release consumers can actually install.Known issue shipping in this release
"use client";is injected into 704 of 1442.d.tsfiles, which isTS1036: Statements are not allowed in ambient contextsfor consumers withskipLibCheck: false. Not fixed here — the changeset is already consumed, so it needs a follow-up0.2.1, or hold this PR while a fix lands onmainwith its own changeset.https://claude.ai/code/session_01Lk8E7Vv5ohN6pPBnnJTavu