Skip to content

Commit 95d728c

Browse files
committed
chore: update versions
1 parent 38a7717 commit 95d728c

36 files changed

Lines changed: 91 additions & 30 deletions

.changeset/clean-corners-reply.md

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

CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Features
6+
7+
- [#78](https://github.com/modelscope/modelscope-studio/pull/78) [`38a7717`](https://github.com/modelscope/modelscope-studio/commit/38a7717492a2d96d8a72ee1ef76ce83a0b2053e6) - upgrade to antd 5.26.0, antdx 1.4.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.0
410

511
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

config/changelog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @modelscope-studio/changelog
22

3+
## 1.4.1
4+
5+
### Features
6+
7+
- [#78](https://github.com/modelscope/modelscope-studio/pull/78) [`38a7717`](https://github.com/modelscope/modelscope-studio/commit/38a7717492a2d96d8a72ee1ef76ce83a0b2053e6) - upgrade to antd 5.26.0, antdx 1.4.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.0
410

511
### Features

config/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelscope-studio/changelog",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": false,
55
"description": "ModelScope Studio Changelog",
66
"repository": "git@github.com:modelscope/modelscope-studio.git",

config/lint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @modelscope-studio/lint-config
22

3+
## 1.4.1
4+
5+
### Features
6+
7+
- [#78](https://github.com/modelscope/modelscope-studio/pull/78) [`38a7717`](https://github.com/modelscope/modelscope-studio/commit/38a7717492a2d96d8a72ee1ef76ce83a0b2053e6) - upgrade to antd 5.26.0, antdx 1.4.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.0
410

511
### Features

config/lint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelscope-studio/lint-config",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": false,
55
"description": "ModelScope Studio Lint Config",
66
"repository": "git@github.com:modelscope/modelscope-studio.git",

docs/helper/Site.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def on_tab_menu_select(e: gr.EventData):
119119
with ms.Div(elem_style=dict(
120120
maxHeight="100%",
121121
overflow="auto")):
122-
pass
123122
tab["content"].render()
124123
elif "menus" in tab:
125124
# menus render

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
modelscope_studio==1.4.0
1+
modelscope_studio==1.4.1
22
openai

docs/src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "modelscope_studio"
11-
version = "1.4.0"
11+
version = "1.4.1"
1212
description = "A third-party component library based on Gradio."
1313
readme = "README.md"
1414
license = "Apache-2.0"

0 commit comments

Comments
 (0)