Skip to content

Commit e874b8a

Browse files
committed
chore: update versions
1 parent 0234a61 commit e874b8a

23 files changed

Lines changed: 92 additions & 51 deletions

.changeset/eleven-aliens-sell.md

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

.changeset/pink-sails-itch.md

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

.changeset/pre.json

Lines changed: 0 additions & 15 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.0
4+
5+
### Features
6+
7+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Misc Changes
10+
11+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 2.0.0-beta.1
414

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

config/changelog/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Features
6+
7+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Misc Changes
10+
11+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 2.0.0-beta.1
414

515
### 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": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "ModelScope Studio Changelog",
66
"repository": "git@github.com:modelscope/modelscope-studio.git",

config/lint-config/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Features
6+
7+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - complete new features of antd & antdx. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Misc Changes
10+
11+
- [#120](https://github.com/modelscope/modelscope-studio/pull/120) [`0234a61`](https://github.com/modelscope/modelscope-studio/commit/0234a61b02b69825543e3f37b5a0d88e38dcfe4d) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 2.0.0-beta.1
414

515
### 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": "2.0.0-beta.1",
3+
"version": "2.0.0",
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.1
2+
modelscope_studio==2.0.0
33
openai

0 commit comments

Comments
 (0)