chore: release v1.2.3

This commit is contained in:
JinmingYang
2023-08-07 12:02:08 +08:00
parent 56a69acd77
commit 5bfb14c35a
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "1.2.2",
"version": "1.2.3",
"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": "1.2.2",
"version": "1.2.3",
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "1.2.2",
"version": "1.2.3",
"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",

View File

@@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner - Chatgpt & Claude",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"description": "Conversations with files! Manage AI presets!",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "1.2.2",
"version": "1.2.3",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "1.2.2",
"version": "1.2.3",
"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",