Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Apr 19, 2024
1 parent cb03a0e commit 59be18b
Show file tree
Hide file tree
Showing 23 changed files with 71 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-chairs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-news-drum.md

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
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

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
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)!
5 changes: 5 additions & 0 deletions config/changelog/CHANGELOG.md
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.
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Studio Changelog",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
5 changes: 5 additions & 0 deletions config/lint-config/CHANGELOG.md
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.
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Studio Lint Config",
"repository": "[email protected]: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
modelscope_studio-0.1.7-py3-none-any.whl
modelscope_studio-0.2.0-py3-none-any.whl
7 changes: 7 additions & 0 deletions frontend/Chatbot/CHANGELOG.md
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)!
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
7 changes: 7 additions & 0 deletions frontend/Flow/CHANGELOG.md
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)!
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
7 changes: 7 additions & 0 deletions frontend/Markdown/CHANGELOG.md
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)!
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
5 changes: 5 additions & 0 deletions frontend/MultimodalInput/CHANGELOG.md
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.
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
5 changes: 5 additions & 0 deletions frontend/WaterfallGallery/CHANGELOG.md
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.
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.1.7",
"version": "0.2.0",
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions frontend/compiled/CHANGELOG.md
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.
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.1.7",
"version": "0.2.0",
"private": false,
"description": "ModelScope Gradio Components",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
5 changes: 3 additions & 2 deletions package.json
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",
Expand All @@ -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",
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 = "0.1.7"
version = "0.2.0"
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

0 comments on commit 59be18b

Please sign in to comment.