Skip to content

Commit 8e3441e

Browse files
committed
chore: update versions
1 parent e009cd0 commit 8e3441e

21 files changed

Lines changed: 61 additions & 15 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@
1111
"@modelscope-studio/base": "1.6.1",
1212
"@modelscope-studio/pro": "1.6.1"
1313
},
14-
"changesets": [
15-
"eleven-aliens-sell"
16-
]
14+
"changesets": ["eleven-aliens-sell", "pink-sails-itch"]
1715
}

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+
## 2.0.0-beta.1
4+
5+
### Features
6+
7+
- [`e009cd0`](https://github.com/modelscope/modelscope-studio/commit/e009cd0408d4505f4105e494af192c6f832fa48c) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.0-beta.0
410

511
### Misc Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta.0"
1+
__version__ = "2.0.0-beta.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+
## 2.0.0-beta.1
4+
5+
### Features
6+
7+
- [`e009cd0`](https://github.com/modelscope/modelscope-studio/commit/e009cd0408d4505f4105e494af192c6f832fa48c) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.0-beta.0
410

511
### 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": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.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+
## 2.0.0-beta.1
4+
5+
### Features
6+
7+
- [`e009cd0`](https://github.com/modelscope/modelscope-studio/commit/e009cd0408d4505f4105e494af192c6f832fa48c) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.0-beta.0
410

511
### 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": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
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==5.34.1
2-
modelscope_studio==2.0.0-beta.0
2+
modelscope_studio==2.0.0-beta.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 = "2.0.0-beta.0"
11+
version = "2.0.0-beta.1"
1212
description = "A third-party component library based on Gradio."
1313
readme = "README.md"
1414
license = "Apache-2.0"

frontend/CHANGELOG.md

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

3+
## 2.0.0-beta.1
4+
5+
### Features
6+
7+
- [`e009cd0`](https://github.com/modelscope/modelscope-studio/commit/e009cd0408d4505f4105e494af192c6f832fa48c) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 2.0.0-beta.0
410

511
### Misc Changes

0 commit comments

Comments
 (0)