Skip to content

Commit f34f192

Browse files
committed
Update package.json and lerna.json configurations
1 parent 3f8da0f commit f34f192

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

@flywave/flywave.gl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flywave/flywave.gl",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"type": "module",
55
"description": "WebGl GIS",
66
"exports": {

lerna.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"registry": "https://registry.npmjs.org/",
1818
"skipPrivate": true,
19-
"message": "chore(release): publish %v"
19+
"tagVersionPrefix": "v"
2020
},
2121
"version": {
2222
"exact": true,
@@ -28,8 +28,8 @@
2828
"**/package-lock.json",
2929
"**/yarn.lock",
3030
"**/pnpm-lock.yaml"
31-
]
31+
],
32+
"tagVersionPrefix": "v"
3233
}
33-
},
34-
"npmClientArgs": ["--no-git-tag-version"]
35-
}
34+
}
35+
}

0 commit comments

Comments
 (0)