@kalera/munin-shared-version
v1.4.4
Published
Single source of truth for version strings across the Munin ecosystem. All packages import version from here instead of hardcoding it.
Readme
@kalera/munin-shared-version
Single source of truth for version strings across the Munin ecosystem. All packages import version from here instead of hardcoding it.
Usage
import { VERSION, SERVER_VERSION } from "@kalera/munin-shared-version";
console.log(VERSION); // e.g. "1.3.0"
console.log(SERVER_VERSION); // same as VERSIONVersion Bump
Update all ecosystem packages at once via the bump script:
node scripts/bump-version.ts <new-version>This updates:
shared-version/src/index.ts- All hardcoded version strings in source files
- All
package.jsonversion fields across the ecosystem
