Skip to content

Commit 91d910d

Browse files
committed
chore: release v0.5.5
1 parent 0dafb64 commit 91d910d

File tree

17 files changed

+104
-23
lines changed

17 files changed

+104
-23
lines changed

.changeset/itchy-rooms-turn.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @dify-chat/api
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 0dafb64: - 文本生成应用支持一键复制生成结果
8+
- Platform 夜间模式下的登录页样式优化
9+
- 修复消息列表内容较少时从底部而不是顶部开始展示的问题
10+
- 修复回复过程中没有随内容更新自动滚动到底部的问题
11+
- Updated dependencies [0dafb64]
12+
- @dify-chat/core@0.5.5
13+
- @dify-chat/helpers@0.5.5
14+
315
## 0.5.0
416

517
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dify-chat/api",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"type": "module",
55
"author": {
66
"name": "lexmin0412",

packages/components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @dify-chat/components
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 0dafb64: - 文本生成应用支持一键复制生成结果
8+
- Platform 夜间模式下的登录页样式优化
9+
- 修复消息列表内容较少时从底部而不是顶部开始展示的问题
10+
- 修复回复过程中没有随内容更新自动滚动到底部的问题
11+
- Updated dependencies [0dafb64]
12+
- @dify-chat/api@0.5.5
13+
- @dify-chat/core@0.5.5
14+
- @dify-chat/helpers@0.5.5
15+
- @dify-chat/theme@0.5.5
16+
317
## 0.5.0
418

519
### Minor Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dify-chat/components",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Dify Chat Components library",
55
"keywords": [
66
"dify",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @dify-chat/core
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 0dafb64: - 文本生成应用支持一键复制生成结果
8+
- Platform 夜间模式下的登录页样式优化
9+
- 修复消息列表内容较少时从底部而不是顶部开始展示的问题
10+
- 修复回复过程中没有随内容更新自动滚动到底部的问题
11+
- Updated dependencies [0dafb64]
12+
- @dify-chat/helpers@0.5.5
13+
314
## 0.5.0
415

516
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dify-chat/core",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"type": "module",
55
"description": "Dify Chat 的核心包",
66
"author": {

packages/docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# dify-chat-docs
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 0dafb64: - 文本生成应用支持一键复制生成结果
8+
- Platform 夜间模式下的登录页样式优化
9+
- 修复消息列表内容较少时从底部而不是顶部开始展示的问题
10+
- 修复回复过程中没有随内容更新自动滚动到底部的问题
11+
312
## 0.5.0
413

514
### Minor Changes

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-chat-docs",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"private": true,
55
"scripts": {
66
"build": "rspress build",

packages/helpers/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @dify-chat/helpers
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 0dafb64: - 文本生成应用支持一键复制生成结果
8+
- Platform 夜间模式下的登录页样式优化
9+
- 修复消息列表内容较少时从底部而不是顶部开始展示的问题
10+
- 修复回复过程中没有随内容更新自动滚动到底部的问题
11+
312
## 0.5.0
413

514
## 0.4.0

0 commit comments

Comments
 (0)