Skip to content

Commit 2a68cb4

Browse files
committed
chore: update versions
1 parent fb33237 commit 2a68cb4

33 files changed

Lines changed: 94 additions & 39 deletions

.changeset/chilled-spoons-serve.md

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

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+
## 1.1.2
4+
5+
### Fixes
6+
7+
- [`fb33237`](https://github.com/modelscope/modelscope-studio/commit/fb332375b552c8debdaee1102d2cc4d94a1759f9) - render slot. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.1.1
410

511
### Fixes
@@ -196,4 +202,4 @@
196202
### Features
197203

198204
- [#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)!
199-
- [#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)!
205+
- [#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.1.1"
1+
__version__ = "1.1.2"

config/changelog/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.1.1
48

59
No significant changes to this package were made in this release.
@@ -144,4 +148,4 @@ No significant changes to this package were made in this release.
144148

145149
## 0.2.0
146150

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

3+
## 1.1.2
4+
5+
No significant changes to this package were made in this release.
6+
37
## 1.1.1
48

59
No significant changes to this package were made in this release.
@@ -144,4 +148,4 @@ No significant changes to this package were made in this release.
144148

145149
## 0.2.0
146150

147-
No significant changes to this package were made in this release.
151+
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.1.1",
3+
"version": "1.1.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,2 +1,2 @@
1-
modelscope_studio==1.1.1
1+
modelscope_studio==1.1.2
22
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.1.1"
11+
version = "1.1.2"
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+
## 1.1.2
4+
5+
### Fixes
6+
7+
- [`fb33237`](https://github.com/modelscope/modelscope-studio/commit/fb332375b552c8debdaee1102d2cc4d94a1759f9) - render slot. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.1.1
410

511
### Fixes
@@ -137,4 +143,4 @@ No significant changes to this package were made in this release.
137143

138144
### Features
139145

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

0 commit comments

Comments
 (0)