chore(version): bump version to 1.12.1

This commit is contained in:
Simon
2026-07-10 17:09:56 +08:00
parent 1cab66b898
commit 4122735bba
13 changed files with 47 additions and 47 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/ext",
"private": true,
"version": "1.12.0",
"version": "1.12.1",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -38,10 +38,10 @@
"wxt": "^0.20.27"
},
"dependencies": {
"@page-agent/core": "1.12.0",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0",
"@page-agent/ui": "1.12.0",
"@page-agent/core": "1.12.1",
"@page-agent/llms": "1.12.1",
"@page-agent/page-controller": "1.12.1",
"@page-agent/ui": "1.12.1",
"ai-motion": "^0.4.8",
"chalk": "^5.6.2"
},