Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Aug 8, 2024
1 parent 62fe3f6 commit e22436f
Show file tree
Hide file tree
Showing 27 changed files with 72 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-mirrors-sleep.md

This file was deleted.

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

## 0.4.1

### Fixes

- [#27](https://github.com/modelscope/modelscope-studio/pull/27) [`62fe3f6`](https://github.com/modelscope/modelscope-studio/commit/62fe3f6410bce8403da6f92b6ab567644ff4656b) - audio recorder of MultimodalInput. Thanks [@Col0ring](https://github.com/Col0ring)!

## 0.4.0

### Misc Changes
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__ = "0.4.0"
__version__ = "0.4.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

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
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": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Studio Changelog",
"repository": "[email protected]: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

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
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": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Studio Lint Config",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/frontend

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
4 changes: 4 additions & 0 deletions frontend/Chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/chatbot

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/Chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/chatbot",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/Flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/flow

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/Flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/flow",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/Lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/lifecycle

## 0.4.1

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

## 0.4.0

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

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/Markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/markdown",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
6 changes: 6 additions & 0 deletions frontend/MultimodalInput/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modelscope-studio/multimodal-input

## 0.4.1

### Fixes

- [#27](https://github.com/modelscope/modelscope-studio/pull/27) [`62fe3f6`](https://github.com/modelscope/modelscope-studio/commit/62fe3f6410bce8403da6f92b6ab567644ff4656b) - audio recorder of MultimodalInput. Thanks [@Col0ring](https://github.com/Col0ring)!

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/MultimodalInput/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/multimodal-input",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
4 changes: 4 additions & 0 deletions frontend/WaterfallGallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/waterfall-gallery

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/WaterfallGallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/waterfall-gallery",
"version": "0.4.0",
"version": "0.4.1",
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions frontend/compiled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/compiled

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/compiled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/compiled",
"version": "0.4.0",
"version": "0.4.1",
"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": "0.4.0",
"version": "0.4.1",
"devDependencies": {
"@gradio/preview": "0.9.1"
}
Expand Down
4 changes: 4 additions & 0 deletions frontend/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @modelscope-studio/shared

## 0.4.1

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

## 0.4.0

No significant changes to this package were made in this release.
Expand Down
2 changes: 1 addition & 1 deletion frontend/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/shared",
"version": "0.4.0",
"version": "0.4.1",
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modelscope_studio",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand All @@ -23,7 +23,7 @@
"version": "changeset version && pnpm -F '@modelscope-studio/changelog' build && 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 && pnpm run version"
"ci:version": "pnpm run version"
},
"devDependencies": {
"@actions/core": "^1.10.1",
Expand Down
7 changes: 6 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 = "0.4.0"
version = "0.4.1"
description = "A set of extension component, inluding components for conversational input and display in multimodal scenarios, as well as more components for vertical scenarios."
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -48,6 +48,11 @@ artifacts = [
"backend/modelscope_studio/components/Markdown/templates",
"backend/modelscope_studio/components/WaterfallGallery/templates",
"/backend/modelscope_studio/components/Lifecycle/templates",
"/backend/modelscope_studio/components/Chatbot/templates",
"/backend/modelscope_studio/components/Flow/templates",
"/backend/modelscope_studio/components/Markdown/templates",
"/backend/modelscope_studio/components/MultimodalInput/templates",
"/backend/modelscope_studio/components/WaterfallGallery/templates",
]

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

0 comments on commit e22436f

Please sign in to comment.