-
Notifications
You must be signed in to change notification settings - Fork 8
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
23 changed files
with
71 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,9 +1,10 @@ | ||
name: publish | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
# disabled for now | ||
# push: | ||
# branches: | ||
# - main | ||
env: | ||
CI: true | ||
|
||
|
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,8 @@ | ||
# modelscope_studio | ||
|
||
## 0.2.0 | ||
|
||
### Features | ||
|
||
- [#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)! | ||
- [#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)! |
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,5 @@ | ||
# @modelscope-studio/changelog | ||
|
||
## 0.2.0 | ||
|
||
No significant changes to this package were made in this release. |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/changelog", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Studio Changelog", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,5 @@ | ||
# @modelscope-studio/lint-config | ||
|
||
## 0.2.0 | ||
|
||
No significant changes to this package were made in this release. |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/lint-config", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Studio Lint Config", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,2 +1,2 @@ | ||
modelscope_studio | ||
modelscope_studio-0.1.7-py3-none-any.whl | ||
modelscope_studio-0.2.0-py3-none-any.whl |
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,7 @@ | ||
# @modelscope-studio/chatbot | ||
|
||
## 0.2.0 | ||
|
||
### Features | ||
|
||
- [#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)! |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/chatbot", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,7 @@ | ||
# @modelscope-studio/flow | ||
|
||
## 0.2.0 | ||
|
||
### Features | ||
|
||
- [#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)! |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/flow", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,7 @@ | ||
# @modelscope-studio/markdown | ||
|
||
## 0.2.0 | ||
|
||
### Features | ||
|
||
- [#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)! |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/markdown", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,5 @@ | ||
# @modelscope-studio/multimodal-input | ||
|
||
## 0.2.0 | ||
|
||
No significant changes to this package were made in this release. |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/multimodal-input", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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,5 @@ | ||
# @modelscope-studio/waterfall-gallery | ||
|
||
## 0.2.0 | ||
|
||
No significant changes to this package were made in this release. |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/waterfall-gallery", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
"license": "Apache-2.0", | ||
|
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,5 @@ | ||
# @modelscope-studio/compiled | ||
|
||
## 0.2.0 | ||
|
||
No significant changes to this package were made in this release. |
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 @@ | ||
{ | ||
"name": "@modelscope-studio/compiled", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": false, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
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 @@ | ||
{ | ||
"name": "modelscope_studio", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"private": true, | ||
"description": "ModelScope Gradio Components", | ||
"repository": "[email protected]:modelscope/modelscope-studio.git", | ||
|
@@ -20,9 +20,10 @@ | |
"lint:style": "stylelint --allow-empty-input --cache --fix \"**/*.{less,css}\" ", | ||
"changeset": "changeset", | ||
"fix-changelog": "node ./config/changelog/dist/fix-changelog.mjs", | ||
"version": "changeset version && pnpm run fix-changelog", | ||
"ci:create-tag-n-release": "tsx ./scripts/create-tag-n-release.ts", | ||
"ci:publish": "tsx ./scripts/publish-to-pypi.ts", | ||
"ci:version": "pnpm -F '@modelscope-studio/changelog' build && changeset version && pnpm run fix-changelog" | ||
"ci:version": "pnpm -F '@modelscope-studio/changelog' build && pnpm run version" | ||
}, | ||
"devDependencies": { | ||
"@actions/core": "^1.10.1", | ||
|
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