Skip to content

Commit cf78f66

Browse files
committed
chore: update versions
1 parent 26ea248 commit cf78f66

File tree

22 files changed

+177
-73
lines changed

22 files changed

+177
-73
lines changed

.changeset/pre.json

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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# modelscope_studio
22

3+
## 2.0.0-beta.0
4+
5+
### Misc Changes
6+
7+
- [`26ea248`](https://github.com/modelscope/modelscope-studio/commit/26ea2485990098ea60e95ff8b3e71dad713a3aba) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.6.1
410

511
### Features
@@ -439,4 +445,4 @@
439445
### Features
440446

441447
- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`d1829d3`](https://github.com/modelscope/modelscope-studio/commit/d1829d34dd0bce8834d2e257b612d79705e57d6d) - update the timing of onMount call and new onUpdate lifecycle of custom component. Thanks [@Col0ring](https://github.com/Col0ring)!
442-
- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`96e1682`](https://github.com/modelscope/modelscope-studio/commit/96e1682b7cb63907aafba06afb820f55d7df8ff0) - add Flow component. Thanks [@Col0ring](https://github.com/Col0ring)!
448+
- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`96e1682`](https://github.com/modelscope/modelscope-studio/commit/96e1682b7cb63907aafba06afb820f55d7df8ff0) - add Flow component. Thanks [@Col0ring](https://github.com/Col0ring)!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.1"
1+
__version__ = "2.0.0-beta.0"

config/changelog/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @modelscope-studio/changelog
22

3+
## 2.0.0-beta.0
4+
5+
### Misc Changes
6+
7+
- [`26ea248`](https://github.com/modelscope/modelscope-studio/commit/26ea2485990098ea60e95ff8b3e71dad713a3aba) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.6.1
410

511
No significant changes to this package were made in this release.
@@ -270,4 +276,4 @@ No significant changes to this package were made in this release.
270276

271277
## 0.2.0
272278

273-
No significant changes to this package were made in this release.
279+
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": "1.6.1",
3+
"version": "2.0.0-beta.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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @modelscope-studio/lint-config
22

3+
## 2.0.0-beta.0
4+
5+
### Misc Changes
6+
7+
- [`26ea248`](https://github.com/modelscope/modelscope-studio/commit/26ea2485990098ea60e95ff8b3e71dad713a3aba) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.6.1
410

511
No significant changes to this package were made in this release.
@@ -270,4 +276,4 @@ No significant changes to this package were made in this release.
270276

271277
## 0.2.0
272278

273-
No significant changes to this package were made in this release.
279+
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": "1.6.1",
3+
"version": "2.0.0-beta.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==1.6.1
2+
modelscope_studio==2.0.0-beta.0
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 = "1.6.1"
11+
version = "2.0.0-beta.0"
1212
description = "A third-party component library based on Gradio."
1313
readme = "README.md"
1414
license = "Apache-2.0"

frontend/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Misc Changes
6+
7+
- [`26ea248`](https://github.com/modelscope/modelscope-studio/commit/26ea2485990098ea60e95ff8b3e71dad713a3aba) - migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.6.1
410

511
No significant changes to this package were made in this release.
@@ -336,4 +342,4 @@ No significant changes to this package were made in this release.
336342

337343
### Features
338344

339-
- [`4a46970`](https://github.com/modelscope/modelscope-studio/commit/4a46970007452af606abe02cdfa54a4959b2f3db) - integrate ant design. Thanks [@Col0ring](https://github.com/Col0ring)!
345+
- [`4a46970`](https://github.com/modelscope/modelscope-studio/commit/4a46970007452af606abe02cdfa54a4959b2f3db) - integrate ant design. Thanks [@Col0ring](https://github.com/Col0ring)!

0 commit comments

Comments
 (0)