@lobehub/chat 0.152.8 → 0.152.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 0.152.9](https://github.com/lobehub/lobe-chat/compare/v0.152.8...v0.152.9)
6
+
7
+ <sup>Released on **2024-05-03**</sup>
8
+
9
+ <br/>
10
+
11
+ <details>
12
+ <summary><kbd>Improvements and Fixes</kbd></summary>
13
+
14
+ </details>
15
+
16
+ <div align="right">
17
+
18
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
19
+
20
+ </div>
21
+
5
22
  ### [Version 0.152.8](https://github.com/lobehub/lobe-chat/compare/v0.152.7...v0.152.8)
6
23
 
7
24
  <sup>Released on **2024-05-03**</sup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "0.152.8",
3
+ "version": "0.152.9",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -103,7 +103,7 @@
103
103
  "@vercel/speed-insights": "^1.0.10",
104
104
  "ahooks": "^3.7.11",
105
105
  "ai": "3.0.19",
106
- "antd": "^5.16.5",
106
+ "antd": "5.16.5",
107
107
  "antd-style": "^3.6.2",
108
108
  "brotli-wasm": "^3.0.0",
109
109
  "chroma-js": "^2.4.2",
@@ -179,7 +179,7 @@
179
179
  "@next/bundle-analyzer": "^14.2.3",
180
180
  "@next/eslint-plugin-next": "^14.2.3",
181
181
  "@peculiar/webcrypto": "^1.4.6",
182
- "@testing-library/jest-dom": "^6.4.2",
182
+ "@testing-library/jest-dom": "6.4.2",
183
183
  "@testing-library/react": "^15.0.5",
184
184
  "@types/chroma-js": "^2.4.4",
185
185
  "@types/debug": "^4.1.12",