Skip to content

Commit 2c1bac5

Browse files
authored
ci(release)!: fix version (#137)
1 parent c4e7919 commit 2c1bac5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
version: {
4040
default: "latest",
4141
values: {
42-
latest: { path: "", label: `v${SBVersion}` },
42+
latest: { path: "", label: `v${SBVersion.replace("-dev", "")}` },
4343
},
4444
},
4545
locale: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kobalte/solidbase",
3-
"version": "0.5.0",
3+
"version": "0.5.0-dev",
44
"description": "Fully featured, fully customisable static site generation for SolidStart",
55
"type": "module",
66
"sideEffects": true,

0 commit comments

Comments
 (0)