Skip to content

Commit 2457210

Browse files
authored
chore: release (#2571)
<img width="1501" height="650" alt="image" src="https://github.com/user-attachments/assets/d7ac43b6-0dca-49f1-b64c-16f85880b15d" />
1 parent 5f4b430 commit 2457210

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [2.8.3] - 2025-10-06
8+
9+
### Added
10+
- Support for the `target` attribute in header links, which can be configured through the configuration options
11+
12+
### Changed
13+
- `@chainlit/react-client` automatic publishing
14+
715
## [2.8.2] - 2025-10-01
16+
817
### Changed
918
- Remove autofocus in mobile message composer
1019
- Improve error handling in sqlalchemy data layer `get_read_url()`

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.2"
1+
__version__ = "2.8.3"

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@chainlit/app",
33
"private": true,
4-
"version": "2.4.1",
54
"type": "module",
65
"scripts": {
76
"preinstall": "npx only-allow pnpm",

libs/copilot/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@chainlit/copilot",
33
"private": true,
4-
"version": "2.4.1",
54
"type": "module",
65
"scripts": {
76
"preinstall": "npx only-allow pnpm",

libs/react-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlit/react-client",
33
"description": "Websocket client to connect to your chainlit app.",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"scripts": {
66
"build": "tsup src/index.ts --tsconfig tsconfig.build.json --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
77
"dev": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",

0 commit comments

Comments
 (0)