-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,128 changed files
with
44,072 additions
and
4,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
'@modelscope-studio/legacy-waterfall-gallery': patch | ||
'@modelscope-studio/legacy-multimodal-input': patch | ||
'@modelscope-studio/legacy-lifecycle': patch | ||
'@modelscope-studio/legacy-markdown': patch | ||
'@modelscope-studio/legacy-compiled': patch | ||
'@modelscope-studio/legacy-chatbot': patch | ||
'@modelscope-studio/legacy-flow': patch | ||
'@modelscope-studio/lint-config': patch | ||
'@modelscope-studio/changelog': patch | ||
'@modelscope-studio/antd': patch | ||
'@modelscope-studio/base': patch | ||
'@modelscope-studio/frontend': patch | ||
'modelscope_studio': patch | ||
--- | ||
|
||
feat: complete components params in Python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
'@modelscope-studio/legacy-waterfall-gallery': patch | ||
'@modelscope-studio/legacy-multimodal-input': patch | ||
'@modelscope-studio/legacy-lifecycle': patch | ||
'@modelscope-studio/legacy-markdown': patch | ||
'@modelscope-studio/legacy-compiled': patch | ||
'@modelscope-studio/legacy-chatbot': patch | ||
'@modelscope-studio/legacy-flow': patch | ||
'@modelscope-studio/lint-config': patch | ||
'@modelscope-studio/changelog': patch | ||
'@modelscope-studio/antd': patch | ||
'@modelscope-studio/base': patch | ||
'@modelscope-studio/frontend': patch | ||
'modelscope_studio': patch | ||
--- | ||
|
||
feat: add new features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
'@modelscope-studio/legacy-waterfall-gallery': patch | ||
'@modelscope-studio/legacy-multimodal-input': patch | ||
'@modelscope-studio/legacy-lifecycle': patch | ||
'@modelscope-studio/legacy-markdown': patch | ||
'@modelscope-studio/legacy-compiled': patch | ||
'@modelscope-studio/legacy-chatbot': patch | ||
'@modelscope-studio/legacy-flow': patch | ||
'@modelscope-studio/lint-config': patch | ||
'@modelscope-studio/changelog': patch | ||
'@modelscope-studio/antd': patch | ||
'@modelscope-studio/base': patch | ||
'@modelscope-studio/frontend': patch | ||
'modelscope_studio': patch | ||
--- | ||
|
||
feat: migrate to gradio 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"modelscope_studio": "0.4.2", | ||
"@modelscope-studio/changelog": "0.4.2", | ||
"@modelscope-studio/lint-config": "0.4.2", | ||
"@modelscope-studio/frontend": "0.4.2", | ||
"@modelscope-studio/antd": "0.0.0", | ||
"@modelscope-studio/base": "0.0.0", | ||
"@modelscope-studio/legacy-chatbot": "0.4.2", | ||
"@modelscope-studio/legacy-flow": "0.4.2", | ||
"@modelscope-studio/legacy-lifecycle": "0.4.2", | ||
"@modelscope-studio/legacy-markdown": "0.4.2", | ||
"@modelscope-studio/legacy-multimodal-input": "0.4.2", | ||
"@modelscope-studio/legacy-waterfall-gallery": "0.4.2", | ||
"@modelscope-studio/legacy-compiled": "0.4.2" | ||
}, | ||
"changesets": [ | ||
"five-actors-compete", | ||
"fuzzy-goats-retire", | ||
"lemon-laws-cross", | ||
"tough-walls-grab" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
'@modelscope-studio/legacy-waterfall-gallery': major | ||
'@modelscope-studio/legacy-multimodal-input': major | ||
'@modelscope-studio/legacy-lifecycle': major | ||
'@modelscope-studio/legacy-markdown': major | ||
'@modelscope-studio/legacy-compiled': major | ||
'@modelscope-studio/legacy-chatbot': major | ||
'@modelscope-studio/legacy-flow': major | ||
'@modelscope-studio/lint-config': major | ||
'@modelscope-studio/changelog': major | ||
'@modelscope-studio/antd': major | ||
'@modelscope-studio/base': major | ||
'@modelscope-studio/frontend': major | ||
'modelscope_studio': major | ||
--- | ||
|
||
feat: integrate ant design |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx commitlint -e $HUSKY_GIT_PARAMS | ||
pnpm exec commitlint -e $HUSKY_GIT_PARAMS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged | ||
pnpm exec lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"*.{less,css}": ["pnpm run lint:style", "pnpm run format"], | ||
"*.{js,jsx,ts,tsx}": ["pnpm run lint:js", "pnpm run format"], | ||
"*.{js,jsx,ts,tsx,svelte}": ["pnpm run lint:js", "pnpm run format"], | ||
"*.{md,yaml,yml,json,html}": ["pnpm run format"], | ||
"*.py": ["pnpm run lint:py"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.