chore(version): bump version to 1.8.0

This commit is contained in:
Simon
2026-04-15 03:11:14 +08:00
parent 8bf7abfe76
commit 2ad2d06d01
13 changed files with 45 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@page-agent/ext",
"private": true,
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -38,10 +38,10 @@
"wxt": "^0.20.20"
},
"dependencies": {
"@page-agent/core": "1.7.1",
"@page-agent/llms": "1.7.1",
"@page-agent/page-controller": "1.7.1",
"@page-agent/ui": "1.7.1",
"@page-agent/core": "1.8.0",
"@page-agent/llms": "1.8.0",
"@page-agent/page-controller": "1.8.0",
"@page-agent/ui": "1.8.0",
"ai-motion": "^0.4.8",
"chalk": "^5.6.2"
},