Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/quiet-lions-retire.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/uploads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <name>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/uploads/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading