Skip to content

Commit 0e7d465

Browse files
committed
chore: update versions
1 parent cb4a962 commit 0e7d465

Some content is hidden

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

43 files changed

+242
-216
lines changed

.changeset/fancy-swans-help.md

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

.changeset/gentle-rocks-tap.md

Lines changed: 0 additions & 13 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+
## 1.4.5
4+
5+
### Features
6+
7+
- [#87](https://github.com/modelscope/modelscope-studio/pull/87) [`cb4a962`](https://github.com/modelscope/modelscope-studio/commit/cb4a9623833ec345e86a16d4e2f202e949c3875b) - support `read_only` property for `Input`. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
9+
### Misc Changes
10+
11+
- [#87](https://github.com/modelscope/modelscope-studio/pull/87) [`cb4a962`](https://github.com/modelscope/modelscope-studio/commit/cb4a9623833ec345e86a16d4e2f202e949c3875b) - upgrade to antd 5.27.0, antdx 1.6.0. Thanks [@Col0ring](https://github.com/Col0ring)!
12+
313
## 1.4.4
414

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

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.5
4+
5+
### Misc Changes
6+
7+
- [#87](https://github.com/modelscope/modelscope-studio/pull/87) [`cb4a962`](https://github.com/modelscope/modelscope-studio/commit/cb4a9623833ec345e86a16d4e2f202e949c3875b) - upgrade to antd 5.27.0, antdx 1.6.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.4
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.4",
3+
"version": "1.4.5",
44
"private": false,
55
"description": "ModelScope Studio Changelog",
66
"repository": "[email protected]: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.5
4+
5+
### Misc Changes
6+
7+
- [#87](https://github.com/modelscope/modelscope-studio/pull/87) [`cb4a962`](https://github.com/modelscope/modelscope-studio/commit/cb4a9623833ec345e86a16d4e2f202e949c3875b) - upgrade to antd 5.27.0, antdx 1.6.0. Thanks [@Col0ring](https://github.com/Col0ring)!
8+
39
## 1.4.4
410

511
### Misc Changes

config/lint-config/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelscope-studio/lint-config",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"private": false,
55
"description": "ModelScope Studio Lint Config",
66
"repository": "[email protected]:modelscope/modelscope-studio.git",
@@ -32,7 +32,6 @@
3232
"globals": "^16.3.0",
3333
"postcss": "^8.5.6",
3434
"postcss-less": "^6.0.0",
35-
"stylelint-config-ali": "^2.2.0",
3635
"stylelint-config-rational-order": "^0.1.2",
3736
"stylelint-config-standard": "^39.0.0",
3837
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",

config/lint-config/stylelint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
'stylelint-config-rational-order',
1818
// prettier
1919
'stylelint-prettier/recommended',
20-
'stylelint-config-ali',
2120
],
2221
plugins: ['stylelint-declaration-block-no-ignored-properties'],
2322
rules: {

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.4
1+
modelscope_studio==1.4.5
22
openai

0 commit comments

Comments
 (0)