Skip to content

Commit dc9230f

Browse files
committed
chore: update versions
1 parent 6747060 commit dc9230f

35 files changed

+83
-25
lines changed

.changeset/brave-keys-hear.md

Lines changed: 0 additions & 6 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.6
4+
5+
### Fixes
6+
7+
- [`6747060`](https://github.com/modelscope/modelscope-studio/commit/6747060f38f6acf8529a914548d4fadd6cfd6c62) - slot items resolver of Checkbox. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.5
410

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

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.4.6
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.4.5
48

59
### Misc Changes

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.5",
3+
"version": "1.4.6",
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.4.6
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.4.5
48

59
### Misc Changes

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.5",
3+
"version": "1.4.6",
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,2 +1,2 @@
1-
modelscope_studio==1.4.5
1+
modelscope_studio==1.4.6
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.5"
11+
version = "1.4.6"
1212
description = "A third-party component library based on Gradio."
1313
readme = "README.md"
1414
license = "Apache-2.0"

frontend/CHANGELOG.md

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

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

59
### Misc Changes

0 commit comments

Comments
 (0)