diff --git a/.changeset/quiet-lions-retire.md b/.changeset/quiet-lions-retire.md deleted file mode 100644 index e6a82b2d..00000000 --- a/.changeset/quiet-lions-retire.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@buildinternet/uploads": minor ---- - -`uploads config init` with no flags no longer seeds `UPLOADS_WORKSPACE=default` -into the config file. That entry outranked the workspace encoded in your token, -so it pinned every later `uploads login` to `default` no matter which workspace -the token was actually minted for. It now seeds only `UPLOADS_API_URL`; pass -`--workspace ` to set one explicitly. - -`uploads login` on an account with no workspace yet now offers a name derived -from your GitHub login as a bracketed default (`… (lowercase, hyphens) -[octocat]:`). Press Enter to accept it, or type anything else to override. When -no name can be derived — no linked GitHub account, or the derived name is -reserved or already taken — the prompt is exactly as before. diff --git a/packages/uploads/CHANGELOG.md b/packages/uploads/CHANGELOG.md index 4a5d8bbd..39ad85dc 100644 --- a/packages/uploads/CHANGELOG.md +++ b/packages/uploads/CHANGELOG.md @@ -1,5 +1,21 @@ # @buildinternet/uploads +## 0.33.0 + +### Minor Changes + +- ffe9ea7: `uploads config init` with no flags no longer seeds `UPLOADS_WORKSPACE=default` + into the config file. That entry outranked the workspace encoded in your token, + so it pinned every later `uploads login` to `default` no matter which workspace + the token was actually minted for. It now seeds only `UPLOADS_API_URL`; pass + `--workspace ` to set one explicitly. + + `uploads login` on an account with no workspace yet now offers a name derived + from your GitHub login as a bracketed default (`… (lowercase, hyphens) +[octocat]:`). Press Enter to accept it, or type anything else to override. When + no name can be derived — no linked GitHub account, or the derived name is + reserved or already taken — the prompt is exactly as before. + ## 0.32.0 ### Minor Changes diff --git a/packages/uploads/package.json b/packages/uploads/package.json index 6ed5128f..d93c5a72 100644 --- a/packages/uploads/package.json +++ b/packages/uploads/package.json @@ -1,6 +1,6 @@ { "name": "@buildinternet/uploads", - "version": "0.32.0", + "version": "0.33.0", "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds", "type": "module", "sideEffects": false,