Skip to content

Commit cbd9fcd

Browse files
committed
chore: fix version mismatch in root and docs packages
1 parent f9e31fe commit cbd9fcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/fumadocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillkit-docs",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",

docs/skillkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skillkit",
33
"private": true,
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillkit-monorepo",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"description": "Universal skills loader for AI coding agents - Monorepo",
66
"type": "module",

0 commit comments

Comments
 (0)