Skip to content

Commit ef89b4d

Browse files
committed
chore: update versions
1 parent 5371a56 commit ef89b4d

36 files changed

+91
-31
lines changed

.changeset/great-places-post.md

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

.changeset/violet-candles-switch.md

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

CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Features
6+
7+
- [#113](https://github.com/modelscope/modelscope-studio/pull/113) [`5371a56`](https://github.com/modelscope/modelscope-studio/commit/5371a56456d5b0c985689eef6e52a426a7a26fd3) - add `custom` event to allow sending notifications from sandbox to Python. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Fixes
10+
11+
- [#113](https://github.com/modelscope/modelscope-studio/pull/113) [`5371a56`](https://github.com/modelscope/modelscope-studio/commit/5371a56456d5b0c985689eef6e52a426a7a26fd3) - drop container of MulimodalInput. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 1.6.0
414

515
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"

config/changelog/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.6.0
48

59
No significant changes to this package were made in this release.

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.6.0",
3+
"version": "1.6.1",
44
"private": false,
55
"description": "ModelScope Studio Changelog",
66
"repository": "[email protected]:modelscope/modelscope-studio.git",

config/lint-config/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.6.0
48

59
No significant changes to this package were made in this release.

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.6.0",
3+
"version": "1.6.1",
44
"private": false,
55
"description": "ModelScope Studio Lint Config",
66
"repository": "[email protected]:modelscope/modelscope-studio.git",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gradio==5.34.1
2-
modelscope_studio==1.6.0
2+
modelscope_studio==1.6.1
33
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.6.0"
11+
version = "1.6.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)