Skip to content

Commit

Permalink
Merge branch 'main' into feat/antd
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Nov 29, 2024
2 parents 825b840 + 2f9e7c6 commit 46b6f3f
Show file tree
Hide file tree
Showing 30 changed files with 96 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .changeset/late-cameras-speak.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
'modelscope_studio': patch
---

fix: component paramters in Python
fix: component parameters in Python
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"chilly-lemons-pretend",
"five-actors-compete",
"fuzzy-goats-retire",
"late-cameras-speak",
"lemon-laws-cross",
"slimy-feet-nail",
"spotty-seals-poke",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# modelscope_studio

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component paramters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion backend/modelscope_studio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-beta.6"
__version__ = "1.0.0-beta.7"
6 changes: 6 additions & 0 deletions config/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/changelog

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion config/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/changelog",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Studio Changelog",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions config/lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/lint-config

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion config/lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/lint-config",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Studio Lint Config",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/frontend

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component paramters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
6 changes: 6 additions & 0 deletions frontend/antd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/antd

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@modelscope-studio/antd",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"type": "module"
}
6 changes: 6 additions & 0 deletions frontend/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/base

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/base/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@modelscope-studio/base",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"type": "module"
}
6 changes: 6 additions & 0 deletions frontend/legacy/Chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-chatbot

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/Chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-chatbot",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/Flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-flow

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/Flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-flow",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/Lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-lifecycle

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/Lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-lifecycle",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/Markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-markdown

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/Markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-markdown",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/MultimodalInput/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-multimodal-input

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/MultimodalInput/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-multimodal-input",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/WaterfallGallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-waterfall-gallery

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/WaterfallGallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-waterfall-gallery",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions frontend/legacy/compiled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/legacy-compiled

## 1.0.0-beta.7

### Fixes

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component paramters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion frontend/legacy/compiled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/legacy-compiled",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/frontend",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"description": "ModelScope Gradio Components",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modelscope_studio",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": true,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "modelscope_studio"
version = "1.0.0-beta.6"
version = "1.0.0-beta.7"
description = "A third-party component library based on Gradio."
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -201,6 +201,7 @@ artifacts = [
"/backend/modelscope_studio/components/legacy/Markdown/templates",
"/backend/modelscope_studio/components/legacy/MultimodalInput/templates",
"/backend/modelscope_studio/components/legacy/WaterfallGallery/templates",
"/backend/modelscope_studio/components/antd/form/provider/templates",
]

[tool.hatch.build.targets.sdist]
Expand Down

0 comments on commit 46b6f3f

Please sign in to comment.