Skip to content

Commit 45aae80

Browse files
committed
chore: start manifest at 6.0.0 to continue from docker hub 5.45.1
The last Docker image published to manifestdotbuild/manifest is tagged 5.45.1 (from 2026-04-09, produced by the old release workflow when the manifest npm plugin was still being published). Starting the new canonical packages/manifest version at 0.1.0 would make the next Docker tag look like a regression on hub.docker.com. Bump to 6.0.0 because the plugin removal (both manifest and manifest-model-router) is a genuinely breaking change for anyone still on the plugin path, so a major bump fits semver semantics and preserves continuity with the Docker Hub tag sequence.
1 parent db0a6e6 commit 45aae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest",
3-
"version": "0.1.0",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "Canonical release version for the Manifest Docker image. This package holds no code — the real backend and frontend live in ../backend and ../frontend. See README.md for details."
66
}

0 commit comments

Comments
 (0)