From 5b08144ae49fe602c1baa741683e60019c89306f Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 9 Sep 2023 11:41:28 +0800 Subject: [PATCH 1/3] :bug: fix: bump father version --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d35d8d3..b5a264b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "dumi": "^2", "dumi-theme-lobehub": "latest", "eslint": "^8", - "father": "4.3.1", + "father": "^4", "husky": "^8", "jsdom": "^22", "leva": "^0", diff --git a/tsconfig.json b/tsconfig.json index 6d59512..c813b3c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,6 @@ }, "types": ["vitest/globals"] }, + "exclude": ["client.ts"], "include": ["src", "tests", ".dumi/**/*", "typings", "example/.dumirc.ts", "*.ts"] } From 7ac669a55e953e2dd456d2bfad0e9ab83c893204 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 9 Sep 2023 11:43:40 +0800 Subject: [PATCH 2/3] :wrench: chore: fix release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48ac21a..a5e2350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ on: push: branches: - master + - alpha + - beta + - rc jobs: test: From 3e08c003be0bf1670b1e1bde1c98ca2d0f792be6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Sep 2023 03:45:58 +0000 Subject: [PATCH 3/3] :bookmark: chore(release): v1.17.7-beta.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.17.7-beta.1](https://github.com/lobehub/chat-plugin-sdk/compare/v1.17.6...v1.17.7-beta.1) Released on **2023-09-09** #### šŸ› Bug Fixes - **misc**: Bump father version.
Improvements and Fixes #### What's fixed * **misc**: Bump father version ([5b08144](https://github.com/lobehub/chat-plugin-sdk/commit/5b08144))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ab6bb..bb2cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [VersionĀ 1.17.7-beta.1](https://github.com/lobehub/chat-plugin-sdk/compare/v1.17.6...v1.17.7-beta.1) + +Released on **2023-09-09** + +#### šŸ› Bug Fixes + +- **misc**: Bump father version. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Bump father version ([5b08144](https://github.com/lobehub/chat-plugin-sdk/commit/5b08144)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [VersionĀ 1.17.6](https://github.com/lobehub/chat-plugin-sdk/compare/v1.17.5...v1.17.6) Released on **2023-09-09** diff --git a/package.json b/package.json index b5a264b..c8580bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-sdk", - "version": "1.17.6", + "version": "1.17.7-beta.1", "description": "Lobe Chat Plugin SDK, help you to build an amazing chat plugin for Lobe Chat", "keywords": [ "lobehub",