Skip to content

Commit 45d7e85

Browse files
committed
chore: update versions
1 parent 3244b83 commit 45d7e85

43 files changed

Lines changed: 173 additions & 138 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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.

.wiki/en/API Reference/API Reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Diagram Sources
159159
### Python API Reference (Overview)
160160

161161
- Version and Dependencies
162-
- Version: 2.0.0-beta.1
162+
- Version: 2.0.0
163163
- Dependencies: Gradio 6.0 ≤ v ≤ 6.8.0
164164
- Import Methods
165165
- `from modelscope_studio import ComponentName`
@@ -392,7 +392,7 @@ Section Sources
392392

393393
- Python Side
394394
- Dependencies: Gradio 6.0 ≤ v ≤ 6.8.0
395-
- Version: 2.0.0-beta.1
395+
- Version: 2.0.0
396396
- Frontend Side
397397
- Build scripts: Component builds executed via Gradio CLI
398398
- Dev scripts: Start the documentation site dev server
@@ -501,7 +501,7 @@ This API reference document outlines ModelScope Studio's Python and frontend com
501501
- Frontend Components: Refer to the Svelte files under each sub-package
502502
- Utility Functions: Refer to hooks and renderers in the `utils` directory
503503
- Version and Compatibility
504-
- Python: 2.0.0-beta.1
504+
- Python: 2.0.0
505505
- Gradio: 6.0 ≤ v ≤ 6.8.0
506506
- Build and Development
507507
- Build command: `pnpm run build`

.wiki/en/API Reference/Python API/Python API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,5 @@ ModelScope Studio's Python API, with its clear component family divisions and un
429429

430430
### Version Compatibility
431431

432-
- Current version: 2.0.0-beta.1
432+
- Current version: 2.0.0
433433
- Reference: [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2)

.wiki/en/Ant Design X Components/Components Overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ A_pro["pro/__init__.py"]
6666
A_base["base/__init__.py"]
6767
end
6868
subgraph "Frontend NPM Packages"
69-
F_antd["@modelscope-studio/antd<br/>version: 2.0.0-beta.1"]
70-
F_antdx["@modelscope-studio/antdx<br/>version: 2.0.0-beta.1"]
71-
F_pro["@modelscope-studio/pro<br/>version: 2.0.0-beta.1"]
72-
F_base["@modelscope-studio/base<br/>version: 2.0.0-beta.1"]
69+
F_antd["@modelscope-studio/antd<br/>version: 2.0.0"]
70+
F_antdx["@modelscope-studio/antdx<br/>version: 2.0.0"]
71+
F_pro["@modelscope-studio/pro<br/>version: 2.0.0"]
72+
F_base["@modelscope-studio/base<br/>version: 2.0.0"]
7373
end
7474
A_init --> A_antd
7575
A_init --> A_antdx
@@ -270,7 +270,7 @@ BL-->>U : Display conversation bubbles
270270
## Dependency Analysis
271271

272272
- Version and Namespace
273-
- All frontend packages use unified version number (2.0.0-beta.1), namespace is @modelscope-studio, convenient for publishing and management.
273+
- All frontend packages use unified version number (2.0.0), namespace is @modelscope-studio, convenient for publishing and management.
274274
- Component Export and Grouping
275275
- Backend exports by functional domains: antd, antdx, pro, base, corresponding to Ant Design component family, AI specialized components, professional scenario components, and basic capabilities.
276276
- Frontend-Backend Mapping

.wiki/en/Base Components/Application Component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The Application component, as the application root container for modelscope-stud
414414

415415
## Appendix
416416

417-
- Version information: v2.0.0-beta.1
417+
- Version information: v2.0.0
418418
- Related documentation: English and Chinese documentation for the Application component, including examples and API descriptions.
419419

420420
Section Sources

.wiki/en/Project Overview/Project Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ ModelScope Studio, built on Gradio and integrating the Ant Design and Ant Design
429429
- Reference: [README.md:38-57](file://README.md#L38-L57), [README-zh_CN.md:38-57](file://README-zh_CN.md#L38-L57)
430430

431431
- Version and Release
432-
- Current version: 2.0.0-beta.1
432+
- Current version: 2.0.0
433433
- Release scripts: build, dev, version, ci:\*, etc.
434434
- Reference: [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2), [package.json:8-25](file://package.json#L8-L25)
435435

.wiki/en/Project Overview/Project Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ModelScope Studio is a third-party component library based on Gradio, designed t
6868
- Documentation: Based on the docs site with dynamically loaded component examples, supporting multiple languages and layout templates
6969

7070
- Development History and Versions
71-
- Current version: 2.0.0-beta.1
71+
- Current version: 2.0.0
7272
- License: Apache-2.0
7373
- Dependency range: Gradio >= 4.43.0 and <= 6.8.0
7474

@@ -409,7 +409,7 @@ ModelScope Studio, with Gradio as its core, combines the rich component ecosyste
409409
## Appendix
410410

411411
- Version and License
412-
- Version: 2.0.0-beta.1
412+
- Version: 2.0.0
413413
- License: Apache-2.0
414414
- Author: ModelScope team
415415

.wiki/en/Project Overview/Tech Stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ ModelScope Studio uses a Monorepo as its backbone, with the frontend powered by
386386
## Appendix
387387

388388
- Version and Meta Information
389-
- Repository version: 2.0.0-beta.1
389+
- Repository version: 2.0.0
390390
- Python package version: Aligned with repository version
391391
- Key Configuration References
392392
- Frontend workspace and dependencies: [frontend/package.json:1-59](file://frontend/package.json#L1-L59)

0 commit comments

Comments
 (0)