Skip to content

Commit

Permalink
build: bump version to 1.0.0-rc.1
Browse files Browse the repository at this point in the history
- Update package versions from 1.0.0-rc.0 to 1.0.0-rc.1 across multiple adapters and services.
- Ensure consistency in peer dependencies by aligning koishi-plugin-chatluna version to ^1.0.0-rc.1.
  • Loading branch information
dingyi222666 committed Dec 6, 2024
1 parent 38e10e6 commit 9507473
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions packages/azure-openai-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-azure-openai-adapter",
"description": "azure openai adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/chatglm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-chatglm-adapter",
"description": "chatglm adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/claude-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-claude-adapter",
"description": "claude adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna",
"description": "chatluna for koishi",
"version": "1.0.0-beta.129",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/embeddings-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-embeddings-service",
"description": "embeddings service for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gemini-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-google-gemini-adapter",
"description": "google-gemini adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gptfree-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-gptfree-adapter",
"description": "gptfree adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hunyuan-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-hunyuan-adapter",
"description": "hunyuan adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/image-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-image-renderer",
"description": "image renderer for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ollama-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-ollama-adapter",
"description": "ollama adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/openai-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-openai-adapter",
"description": "openai adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/openai-like-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-openai-like-adapter",
"description": "openai style api adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-plugin-common",
"description": "plugin service for plugin chat mode chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0",
"koishi-plugin-chatluna": "^1.0.0-rc.1",
"koishi-plugin-chatluna-knowledge-chat": "^1.0.15"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/qwen-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-qwen-adapter",
"description": "qwen adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rwkv-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-rmkv-adapter",
"description": "rwkv adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/search-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-search-service",
"description": "search support for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/spark-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-spark-adapter",
"description": "spark adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vector-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-vector-store-service",
"description": "vector store service for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@zilliz/milvus2-sdk-node": "^2.4.9",
"faiss-node": "^0.5.1",
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"peerDependenciesMeta": {
"@zilliz/milvus2-sdk-node": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wenxin-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-wenxin-adapter",
"description": "wenxin adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zhipu-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-zhipu-adapter",
"description": "zhipu(chatglm) adapter for chatluna",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-rc.0"
"koishi-plugin-chatluna": "^1.0.0-rc.1"
},
"koishi": {
"description": {
Expand Down

0 comments on commit 9507473

Please sign in to comment.