mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(docs): read version from root package.json for nav badge
The docs version badge was reading from apps/docs/package.json which gets out of sync during manual releases. Read from the monorepo root package.json instead so it always matches the released version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@snapotter/docs",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev .",
|
||||
|
||||
Reference in New Issue
Block a user