Skip to content

Commit ba5d394

Browse files
committed
chore: release v0.6.3
1 parent 4ef0c95 commit ba5d394

File tree

18 files changed

+81
-21
lines changed

18 files changed

+81
-21
lines changed

.changeset/better-boxes-mate.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dify-chat-root",
33
"private": true,
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"scripts": {
66
"build": "pnpm -r build",
77
"build:pkgs": "pnpm --filter @dify-chat/* build",

packages/api/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 4ef0c95: 升级 Next 到 v16
8+
- Updated dependencies [4ef0c95]
9+
- @dify-chat/core@0.6.3
10+
- @dify-chat/helpers@0.6.3
11+
312
## 0.6.2
413

514
### 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.6.2",
3+
"version": "0.6.3",
44
"type": "module",
55
"author": {
66
"name": "lexmin0412",

packages/components/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 4ef0c95: 升级 Next 到 v16
8+
- Updated dependencies [4ef0c95]
9+
- @dify-chat/api@0.6.3
10+
- @dify-chat/core@0.6.3
11+
- @dify-chat/helpers@0.6.3
12+
- @dify-chat/theme@0.6.3
13+
314
## 0.6.2
415

516
### Patch 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.6.2",
3+
"version": "0.6.3",
44
"description": "Dify Chat Components library",
55
"keywords": [
66
"dify",

packages/core/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 4ef0c95: 升级 Next 到 v16
8+
- Updated dependencies [4ef0c95]
9+
- @dify-chat/helpers@0.6.3
10+
311
## 0.6.2
412

513
### 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.6.2",
3+
"version": "0.6.3",
44
"type": "module",
55
"description": "Dify Chat 的核心包",
66
"author": {

packages/docs/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 4ef0c95: 升级 Next 到 v16
8+
39
## 0.6.2
410

511
### Patch 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.6.2",
3+
"version": "0.6.3",
44
"private": true,
55
"scripts": {
66
"build": "rspress build",

0 commit comments

Comments
 (0)