Skip to content

Commit 89ae7b6

Browse files
committed
chore: update versions
1 parent 6d9b760 commit 89ae7b6

37 files changed

+145
-44
lines changed

.changeset/beige-bugs-bake.md

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

.changeset/famous-horses-open.md

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

.changeset/slick-pandas-sit.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# modelscope_studio
22

3+
## 1.4.4
4+
5+
### Features
6+
7+
- [#83](https://github.com/modelscope/modelscope-studio/pull/83) [`6d9b760`](https://github.com/modelscope/modelscope-studio/commit/6d9b760ea3132be488155e67a1c816f260fa7e4c) - improve load times. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Fixes
10+
11+
- [#83](https://github.com/modelscope/modelscope-studio/pull/83) [`6d9b760`](https://github.com/modelscope/modelscope-studio/commit/6d9b760ea3132be488155e67a1c816f260fa7e4c) - disabled status of action buttons. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
13+
### Misc Changes
14+
15+
- [#83](https://github.com/modelscope/modelscope-studio/pull/83) [`6d9b760`](https://github.com/modelscope/modelscope-studio/commit/6d9b760ea3132be488155e67a1c816f260fa7e4c) - update deps. Thanks [@Col0ring](https://github.com/Col0ring)!
16+
317
## 1.4.3
418

519
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.3"
1+
__version__ = "1.4.4"

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+
## 1.4.4
4+
5+
### Misc Changes
6+
7+
- [#83](https://github.com/modelscope/modelscope-studio/pull/83) [`6d9b760`](https://github.com/modelscope/modelscope-studio/commit/6d9b760ea3132be488155e67a1c816f260fa7e4c) - update deps. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.3
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": "1.4.3",
3+
"version": "1.4.4",
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+
## 1.4.4
4+
5+
### Misc Changes
6+
7+
- [#83](https://github.com/modelscope/modelscope-studio/pull/83) [`6d9b760`](https://github.com/modelscope/modelscope-studio/commit/6d9b760ea3132be488155e67a1c816f260fa7e4c) - update deps. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.3
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": "1.4.3",
3+
"version": "1.4.4",
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.4.3
1+
modelscope_studio==1.4.4
22
openai

0 commit comments

Comments
 (0)