Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 36e9597 commit bf39c41
Show file tree
Hide file tree
Showing 46 changed files with 166 additions and 114 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-fans-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/beige-bees-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-ties-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-things-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-games-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/evil-streets-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-dolls-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-symbols-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-kings-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-meals-enter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loose-toys-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-rings-like.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-rooms-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-rivers-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-towns-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dancers-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-clocks-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-poems-flow.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# gradio

## 5.8.0

### Features

- [#10083](https://github.com/gradio-app/gradio/pull/10083) [`b2a21c6`](https://github.com/gradio-app/gradio/commit/b2a21c643dc5e50581567cbde7b660357b3d982e) - Add HTML support to paramviewer descriptions. Thanks @aliabd!
- [#10096](https://github.com/gradio-app/gradio/pull/10096) [`ec10aa3`](https://github.com/gradio-app/gradio/commit/ec10aa3b9b42d8c3fe930aff9465c469626992d4) - Fix paramviewer descriptions to only render markdown links. Thanks @aliabd!
- [#10080](https://github.com/gradio-app/gradio/pull/10080) [`ebe25bc`](https://github.com/gradio-app/gradio/commit/ebe25bc13f3b2a90876c59a816c6976fd12b6b73) - Fix chatbot/chatinterface type mismatch. Thanks @abidlabs!
- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs!
- [#10081](https://github.com/gradio-app/gradio/pull/10081) [`b94f010`](https://github.com/gradio-app/gradio/commit/b94f010a5672730d50b191c0b92df1676bb7144c) - Apply Zero GPU for `gr.ChatInterface`. Thanks @abidlabs!
- [#10099](https://github.com/gradio-app/gradio/pull/10099) [`8530b6e`](https://github.com/gradio-app/gradio/commit/8530b6e2f986421adceda98f972e6b843bc03fbe) - Redesign pending bubble in Chatbot. Thanks @hannahblair!
- [#10032](https://github.com/gradio-app/gradio/pull/10032) [`e450674`](https://github.com/gradio-app/gradio/commit/e450674ce41ca28f1f37a27fb149c728593a6ddf) - add `webcam_height` and `webcam_width` to specify the resolution of the Webcam. Thanks @yinsumirage!

### Fixes

- [#10123](https://github.com/gradio-app/gradio/pull/10123) [`36e9597`](https://github.com/gradio-app/gradio/commit/36e95977b068a96661f06b56c5f4e73ba8a94a38) - Fixes options in the streaming chatbot case. Thanks @abidlabs!
- [#10095](https://github.com/gradio-app/gradio/pull/10095) [`97d647e`](https://github.com/gradio-app/gradio/commit/97d647ecfdf3999b0a776e51abf69ef0cf6a050c) - Fix state changes within a gr.render. Thanks @aliabid94!
- [#10094](https://github.com/gradio-app/gradio/pull/10094) [`98dd668`](https://github.com/gradio-app/gradio/commit/98dd6687e1d4cc527fdc21083cba74533032a417) - add http codes 303 and 307 to `url_ok`. Thanks @sharon-wang!
- [#10125](https://github.com/gradio-app/gradio/pull/10125) [`b02c8b7`](https://github.com/gradio-app/gradio/commit/b02c8b7d4f85dab21a9fbd782e459de7b56558ed) - Fix sharing on chatbot with spaces. Thanks @aliabid94!
- [#10124](https://github.com/gradio-app/gradio/pull/10124) [`5d61c7b`](https://github.com/gradio-app/gradio/commit/5d61c7b70131ed0a7e73b883b687b7df5255a17b) - Fix lazy caching. Thanks @abidlabs!
- [#10114](https://github.com/gradio-app/gradio/pull/10114) [`ce5680f`](https://github.com/gradio-app/gradio/commit/ce5680f10fb572407a83d8ff8954379e2aaaab65) - Add event and gr.Select data support in gr.render blocks. Thanks @aliabid94!
- [#10113](https://github.com/gradio-app/gradio/pull/10113) [`de42c85`](https://github.com/gradio-app/gradio/commit/de42c85661faff84bd02960751b12c4bb722e153) - fix `every=` support in render. Thanks @aliabid94!
- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs!

## 5.7.1

### Features
Expand Down
6 changes: 6 additions & 0 deletions client/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gradio_client

## 1.5.1

### Fixes

- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs!

## 1.5.0

### Features
Expand Down
6 changes: 6 additions & 0 deletions client/python/gradio_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gradio_client

## 1.5.1

### Fixes

- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs!

## 1.5.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion client/python/gradio_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"python": "true",
"main_changeset": true,
Expand Down
23 changes: 23 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# gradio

## 5.8.0

### Features

- [#10083](https://github.com/gradio-app/gradio/pull/10083) [`b2a21c6`](https://github.com/gradio-app/gradio/commit/b2a21c643dc5e50581567cbde7b660357b3d982e) - Add HTML support to paramviewer descriptions. Thanks @aliabd!
- [#10096](https://github.com/gradio-app/gradio/pull/10096) [`ec10aa3`](https://github.com/gradio-app/gradio/commit/ec10aa3b9b42d8c3fe930aff9465c469626992d4) - Fix paramviewer descriptions to only render markdown links. Thanks @aliabd!
- [#10080](https://github.com/gradio-app/gradio/pull/10080) [`ebe25bc`](https://github.com/gradio-app/gradio/commit/ebe25bc13f3b2a90876c59a816c6976fd12b6b73) - Fix chatbot/chatinterface type mismatch. Thanks @abidlabs!
- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs!
- [#10081](https://github.com/gradio-app/gradio/pull/10081) [`b94f010`](https://github.com/gradio-app/gradio/commit/b94f010a5672730d50b191c0b92df1676bb7144c) - Apply Zero GPU for `gr.ChatInterface`. Thanks @abidlabs!
- [#10099](https://github.com/gradio-app/gradio/pull/10099) [`8530b6e`](https://github.com/gradio-app/gradio/commit/8530b6e2f986421adceda98f972e6b843bc03fbe) - Redesign pending bubble in Chatbot. Thanks @hannahblair!
- [#10032](https://github.com/gradio-app/gradio/pull/10032) [`e450674`](https://github.com/gradio-app/gradio/commit/e450674ce41ca28f1f37a27fb149c728593a6ddf) - add `webcam_height` and `webcam_width` to specify the resolution of the Webcam. Thanks @yinsumirage!

### Fixes

- [#10123](https://github.com/gradio-app/gradio/pull/10123) [`36e9597`](https://github.com/gradio-app/gradio/commit/36e95977b068a96661f06b56c5f4e73ba8a94a38) - Fixes options in the streaming chatbot case. Thanks @abidlabs!
- [#10095](https://github.com/gradio-app/gradio/pull/10095) [`97d647e`](https://github.com/gradio-app/gradio/commit/97d647ecfdf3999b0a776e51abf69ef0cf6a050c) - Fix state changes within a gr.render. Thanks @aliabid94!
- [#10094](https://github.com/gradio-app/gradio/pull/10094) [`98dd668`](https://github.com/gradio-app/gradio/commit/98dd6687e1d4cc527fdc21083cba74533032a417) - add http codes 303 and 307 to `url_ok`. Thanks @sharon-wang!
- [#10125](https://github.com/gradio-app/gradio/pull/10125) [`b02c8b7`](https://github.com/gradio-app/gradio/commit/b02c8b7d4f85dab21a9fbd782e459de7b56558ed) - Fix sharing on chatbot with spaces. Thanks @aliabid94!
- [#10124](https://github.com/gradio-app/gradio/pull/10124) [`5d61c7b`](https://github.com/gradio-app/gradio/commit/5d61c7b70131ed0a7e73b883b687b7df5255a17b) - Fix lazy caching. Thanks @abidlabs!
- [#10114](https://github.com/gradio-app/gradio/pull/10114) [`ce5680f`](https://github.com/gradio-app/gradio/commit/ce5680f10fb572407a83d8ff8954379e2aaaab65) - Add event and gr.Select data support in gr.render blocks. Thanks @aliabid94!
- [#10113](https://github.com/gradio-app/gradio/pull/10113) [`de42c85`](https://github.com/gradio-app/gradio/commit/de42c85661faff84bd02960751b12c4bb722e153) - fix `every=` support in render. Thanks @aliabid94!
- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs!

## 5.7.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "5.7.1",
"version": "5.8.0",
"description": "",
"python": "true"
}
13 changes: 13 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# website

## 0.43.0

### Features

- [#10096](https://github.com/gradio-app/gradio/pull/10096) [`ec10aa3`](https://github.com/gradio-app/gradio/commit/ec10aa3b9b42d8c3fe930aff9465c469626992d4) - Fix paramviewer descriptions to only render markdown links. Thanks @aliabd!
- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs!
- [#10073](https://github.com/gradio-app/gradio/pull/10073) [`873dab5`](https://github.com/gradio-app/gradio/commit/873dab5bce32de472523b851d443588106223e21) - Fix the Playground to ignore comments in the requirements text. Thanks @whitphx!
- [#9998](https://github.com/gradio-app/gradio/pull/9998) [`6cc13f5`](https://github.com/gradio-app/gradio/commit/6cc13f55e00ff29e833fd55493a53b654f23fbcc) - Playground exclude unavailable packages. Thanks @whitphx!

### Dependency updates

- @gradio/paramviewer@0.6.0

## 0.42.3

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/_website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.42.3",
"version": "0.43.0",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
Expand Down
17 changes: 17 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @gradio/chatbot

## 0.18.0

### Features

- [#10099](https://github.com/gradio-app/gradio/pull/10099) [`8530b6e`](https://github.com/gradio-app/gradio/commit/8530b6e2f986421adceda98f972e6b843bc03fbe) - Redesign pending bubble in Chatbot. Thanks @hannahblair!

### Fixes

- [#10123](https://github.com/gradio-app/gradio/pull/10123) [`36e9597`](https://github.com/gradio-app/gradio/commit/36e95977b068a96661f06b56c5f4e73ba8a94a38) - Fixes options in the streaming chatbot case. Thanks @abidlabs!
- [#10125](https://github.com/gradio-app/gradio/pull/10125) [`b02c8b7`](https://github.com/gradio-app/gradio/commit/b02c8b7d4f85dab21a9fbd782e459de7b56558ed) - Fix sharing on chatbot with spaces. Thanks @aliabid94!

### Dependency updates

- @gradio/gallery@0.13.10
- @gradio/image@0.18.0
- @gradio/video@0.12.0

## 0.17.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.17.0",
"version": "0.18.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/component-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @self/component-test

## 0.4.2

### Dependency updates

- @gradio/video@0.12.0

## 0.4.1

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/component-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@self/component-test",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
9 changes: 9 additions & 0 deletions js/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 0.4.1

### Dependency updates

- @gradio/gallery@0.13.10
- @gradio/paramviewer@0.6.0
- @gradio/image@0.18.0
- @gradio/video@0.12.0

## 0.4.1

### Fixes

- [#9822](https://github.com/gradio-app/gradio/pull/9822) [`2e2cdbf`](https://github.com/gradio-app/gradio/commit/2e2cdbfb609ca992ccc31bb38589486aaaa14012) - Fix css preload when serving from proxied subpaths. Thanks @amol-!
Expand Down
7 changes: 7 additions & 0 deletions js/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/gallery

## 0.13.10

### Dependency updates

- @gradio/image@0.18.0
- @gradio/video@0.12.0

## 0.13.9

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.13.9",
"version": "0.13.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions js/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/image

## 0.18.0

### Features

- [#10099](https://github.com/gradio-app/gradio/pull/10099) [`8530b6e`](https://github.com/gradio-app/gradio/commit/8530b6e2f986421adceda98f972e6b843bc03fbe) - Redesign pending bubble in Chatbot. Thanks @hannahblair!
- [#10032](https://github.com/gradio-app/gradio/pull/10032) [`e450674`](https://github.com/gradio-app/gradio/commit/e450674ce41ca28f1f37a27fb149c728593a6ddf) - add `webcam_height` and `webcam_width` to specify the resolution of the Webcam. Thanks @yinsumirage!

## 0.17.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.17.0",
"version": "0.18.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/imageeditor

## 0.11.10

### Dependency updates

- @gradio/image@0.18.0

## 0.11.9

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.11.9",
"version": "0.11.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/lite

## 5.8.0

### Features

- [#10077](https://github.com/gradio-app/gradio/pull/10077) [`bf03d54`](https://github.com/gradio-app/gradio/commit/bf03d54e2fa413a4c98c4e3d6797b8b6a0a790ae) - Fix to call bootstrap_custom_element() if the script is loaded after the DOMContentLoaded event. Thanks @whitphx!

## 5.7.0

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "5.7.0",
"version": "5.8.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",
Expand Down
Loading

0 comments on commit bf39c41

Please sign in to comment.