We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8da0f commit f34f192Copy full SHA for f34f192
2 files changed
@flywave/flywave.gl/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flywave/flywave.gl",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"type": "module",
5
"description": "WebGl GIS",
6
"exports": {
lerna.json
@@ -16,7 +16,7 @@
16
],
17
"registry": "https://registry.npmjs.org/",
18
"skipPrivate": true,
19
- "message": "chore(release): publish %v"
+ "tagVersionPrefix": "v"
20
},
21
"version": {
22
"exact": true,
@@ -28,8 +28,8 @@
28
"**/package-lock.json",
29
"**/yarn.lock",
30
"**/pnpm-lock.yaml"
31
- ]
+ ],
32
33
}
- },
34
- "npmClientArgs": ["--no-git-tag-version"]
35
-}
+ }
+}
0 commit comments