Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Feb 10, 2025
1 parent 15e6b62 commit bcf675a
Show file tree
Hide file tree
Showing 36 changed files with 91 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-jeans-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/funny-planes-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-pandas-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-poets-invent.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# modelscope_studio

## 1.1.1

### Fixes

- [#50](https://github.com/modelscope/modelscope-studio/pull/50) [`6803034`](https://github.com/modelscope/modelscope-studio/commit/6803034619701e30b6da6795915fc682e627d576) - Fix type declaration error or antd.Slider.value. Thanks [@PatZer0](https://github.com/PatZer0)!
- [#52](https://github.com/modelscope/modelscope-studio/pull/52) [`15e6b62`](https://github.com/modelscope/modelscope-studio/commit/15e6b624a13b32e7fc82ca54ec0329949079f189) - antdx components rendering. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#51](https://github.com/modelscope/modelscope-studio/pull/51) [`ed16f92`](https://github.com/modelscope/modelscope-studio/commit/ed16f92ee0fb7b931ac9623f813b984b779aaf17) - style. Thanks [@Col0ring](https://github.com/Col0ring)!

### Misc Changes

- [#51](https://github.com/modelscope/modelscope-studio/pull/51) [`ed16f92`](https://github.com/modelscope/modelscope-studio/commit/ed16f92ee0fb7b931ac9623f813b984b779aaf17) - add layout template `coder-artifacts`. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.1.0

### Features
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.1.0"
__version__ = "1.1.1"
4 changes: 4 additions & 0 deletions config/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/changelog

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

### Misc Changes
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Studio Changelog",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions config/lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/lint-config

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

### Misc Changes
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Studio Lint Config",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
modelscope_studio==1.1.0
modelscope_studio==1.1.1
openai
5 changes: 4 additions & 1 deletion docs/src/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.1.0"
version = "1.1.1"
description = "A third-party component library based on Gradio."
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -226,6 +226,9 @@ artifacts = [
"/backend/modelscope_studio/components/antdx/x_provider/templates",
]

[tool.yapfignore]
ignore_patterns = ["node_modules/**", "__pycache__/**", "**/*.pyi"]

[tool.hatch.build.targets.sdist]
exclude = ["__pycache__"]
include = ["/backend/modelscope_studio"]
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.1.1

### Fixes

- [#52](https://github.com/modelscope/modelscope-studio/pull/52) [`15e6b62`](https://github.com/modelscope/modelscope-studio/commit/15e6b624a13b32e7fc82ca54ec0329949079f189) - antdx components rendering. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.1.0

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

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

### 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.1.0",
"version": "1.1.1",
"type": "module"
}
6 changes: 6 additions & 0 deletions frontend/antdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/antdx

## 1.1.1

### Fixes

- [#52](https://github.com/modelscope/modelscope-studio/pull/52) [`15e6b62`](https://github.com/modelscope/modelscope-studio/commit/15e6b624a13b32e7fc82ca54ec0329949079f189) - antdx components rendering. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion frontend/antdx/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@modelscope-studio/antdx",
"version": "1.1.0",
"version": "1.1.1",
"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.1.1

### Fixes

- [#51](https://github.com/modelscope/modelscope-studio/pull/51) [`ed16f92`](https://github.com/modelscope/modelscope-studio/commit/ed16f92ee0fb7b931ac9623f813b984b779aaf17) - style. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.1.0

### Features
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.1.0",
"version": "1.1.1",
"type": "module"
}
4 changes: 4 additions & 0 deletions frontend/legacy/Chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-chatbot

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/Flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-flow

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/Lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-lifecycle

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/Markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-markdown

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/MultimodalInput/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-multimodal-input

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/WaterfallGallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-waterfall-gallery

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

No significant changes to this package were made in this release.
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.1.0",
"version": "1.1.1",
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions frontend/legacy/compiled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/legacy-compiled

## 1.1.1

No significant changes to this package were made in this release.

## 1.1.0

### Misc Changes
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.1.0",
"version": "1.1.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "git@github.com: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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"private": true,
"description": "ModelScope Gradio Components",
"repository": "git@github.com:modelscope/modelscope-studio.git",
Expand Down
2 changes: 1 addition & 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.1.0"
version = "1.1.1"
description = "A third-party component library based on Gradio."
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit bcf675a

Please sign in to comment.