Skip to content

Commit d798787

Browse files
authored
chore: sync ui package.json version to latest published tag (#181)
`package.json` was at `0.3.0` but the latest published npm release is `v0.3.3`. The old release flow tagged `v0.3.1`–`v0.3.3` without updating `package.json`, leaving it out of sync. The new `bump-npm-version` workflow derives the next version from `package.json`, so without this fix it would try to bump to `v0.3.1` — a tag that already exists. This brings `package.json` in line with the latest tag so the next `workflow_dispatch` bump produces a correct new version.
2 parents 8bc8656 + 1104f2e commit d798787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datum-cloud/activity-ui",
3-
"version": "0.3.0",
3+
"version": "0.3.3",
44
"packageManager": "pnpm@10.33.0",
55
"description": "React components for Kubernetes Activity",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)