Skip to content

Commit 5c3523d

Browse files
committed
chore: update versions
1 parent c36d784 commit 5c3523d

22 files changed

Lines changed: 72 additions & 36 deletions

.changeset/five-wings-look.md

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

.changeset/tame-icons-default.md

Lines changed: 0 additions & 12 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+
## 2.0.2
4+
5+
### Features
6+
7+
- [#122](https://github.com/modelscope/modelscope-studio/pull/122) [`825ec9d`](https://github.com/modelscope/modelscope-studio/commit/825ec9dde7b248ec02113adcafa2d8f104fe2f93) - synchronize deps to antd 6.4.0 and antdx 2.7.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Fixes
10+
11+
- [#123](https://github.com/modelscope/modelscope-studio/pull/123) [`c36d784`](https://github.com/modelscope/modelscope-studio/commit/c36d784356af128fbcdbd4b1ccaceaccb8b1b7f6) - resolve `Think` component React #130 error in production build. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 2.0.1
414

515
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.1"
1+
__version__ = "2.0.2"

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+
## 2.0.2
4+
5+
### Features
6+
7+
- [#122](https://github.com/modelscope/modelscope-studio/pull/122) [`825ec9d`](https://github.com/modelscope/modelscope-studio/commit/825ec9dde7b248ec02113adcafa2d8f104fe2f93) - synchronize deps to antd 6.4.0 and antdx 2.7.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.1
410

511
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": "2.0.1",
3+
"version": "2.0.2",
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+
## 2.0.2
4+
5+
### Features
6+
7+
- [#122](https://github.com/modelscope/modelscope-studio/pull/122) [`825ec9d`](https://github.com/modelscope/modelscope-studio/commit/825ec9dde7b248ec02113adcafa2d8f104fe2f93) - synchronize deps to antd 6.4.0 and antdx 2.7.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.1
410

511
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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "ModelScope Studio Lint Config",
66
"repository": "git@github.com: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==6.8.0
2-
modelscope_studio==2.0.1
2+
modelscope_studio==2.0.2
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 = "2.0.1"
11+
version = "2.0.2"
1212
description = "A third-party component library based on Gradio."
1313
readme = "README.md"
1414
license = "Apache-2.0"

0 commit comments

Comments
 (0)