chore: release v0.6.7

This commit is contained in:
JinmingYang
2023-07-12 22:25:40 +08:00
parent d839ab0fce
commit 19a9b522a1
7 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "0.6.6",
"version": "0.6.7",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {
@@ -77,4 +77,4 @@
"eslint --cache --fix"
]
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "0.6.6",
"version": "0.6.7",
"description": "GPT-Runner CLI helps manage AI presets and enables AI-driven conversations with your code, streamlining development workflows and boosting efficiency.",
"author": {
"name": "Jinming Yang",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-core",
"version": "0.6.6",
"version": "0.6.7",
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
@@ -51,4 +51,4 @@
"langchain": "^0.0.107",
"unconfig": "^0.3.9"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "0.6.6",
"version": "0.6.7",
"description": "Provides shared code for GPT-Runner, featuring reusable common, browser, and server elements across all packages.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
@@ -116,4 +116,4 @@
"@types/ip": "^1.1.0",
"express": "^4.18.2"
}
}
}

View File

@@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner",
"version": "0.6.6",
"version": "0.6.7",
"private": true,
"description": "Use GPT-Runner to manage your AI presets, engage in AI-powered conversations with your code, and significantly boost the development efficiency of both you and your team!",
"license": "MIT",
@@ -142,4 +142,4 @@
"uuid": "^9.0.0",
"wait-port": "^1.0.4"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "0.6.6",
"version": "0.6.7",
"description": "Gpt-runner Web is a significant part of GPT-Runner, providing a web interface for users to interact with AI-powered code automation tool with enhanced efficiency. It uses Express for the server-side and React + Vite for the client side.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
@@ -130,4 +130,4 @@
"vite-plugin-svgr": "^3.2.0",
"zustand": "^4.3.9"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "0.6.6",
"version": "0.6.7",
"description": "Provides the defineConfig function and UserConfig type to enable type-checked configuration of the gptr.config.ts file, forming a crucial part of the GPT-Runner package designed to enhance AI-driven development workflows.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",