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 Feb 19, 2025
1 parent 9475ae6 commit 038898e
Show file tree
Hide file tree
Showing 113 changed files with 500 additions and 76 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-items-show.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-mammals-hide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/four-eggs-dig.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-suits-fail.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 @@
# gradio

## 5.16.2

### Features

- [#10625](https://github.com/gradio-app/gradio/pull/10625) [`ce4fb99`](https://github.com/gradio-app/gradio/commit/ce4fb994e042489d8c6fbcab3e94d97b08369dce) - fix spelling of `resizable` parameter in `gr.Chatbot`. Thanks @abidlabs!
- [#10594](https://github.com/gradio-app/gradio/pull/10594) [`f0e4fd0`](https://github.com/gradio-app/gradio/commit/f0e4fd0522dd0f02701e0c4d3e694f6e6198db9d) - Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite. Thanks @whitphx!

### Fixes

- [#10580](https://github.com/gradio-app/gradio/pull/10580) [`4e70d74`](https://github.com/gradio-app/gradio/commit/4e70d74068b77ebb3d285aa78e9202fff76337a2) - Fix `gr.load()` for `gr.ChatInterface(save_history=True)` and any Gradio app where the upstream app includes a `gr.State` as input. Thanks @abidlabs!
- [#10624](https://github.com/gradio-app/gradio/pull/10624) [`f8eb8e5`](https://github.com/gradio-app/gradio/commit/f8eb8e565b720977791824659d9eed270ea4b2d0) - Pass kwargs into `gr.ChatInterface` created by `gr.load()`. Thanks @abidlabs!

## 5.16.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.7.1

### Fixes

- [#10580](https://github.com/gradio-app/gradio/pull/10580) [`4e70d74`](https://github.com/gradio-app/gradio/commit/4e70d74068b77ebb3d285aa78e9202fff76337a2) - Fix `gr.load()` for `gr.ChatInterface(save_history=True)` and any Gradio app where the upstream app includes a `gr.State` as input. Thanks @abidlabs!

## 1.7.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.7.1

### Fixes

- [#10580](https://github.com/gradio-app/gradio/pull/10580) [`4e70d74`](https://github.com/gradio-app/gradio/commit/4e70d74068b77ebb3d285aa78e9202fff76337a2) - Fix `gr.load()` for `gr.ChatInterface(save_history=True)` and any Gradio app where the upstream app includes a `gr.State` as input. Thanks @abidlabs!

## 1.7.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.7.0",
"version": "1.7.1",
"description": "",
"python": "true",
"main_changeset": true,
Expand Down
12 changes: 12 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gradio

## 5.16.2

### Features

- [#10625](https://github.com/gradio-app/gradio/pull/10625) [`ce4fb99`](https://github.com/gradio-app/gradio/commit/ce4fb994e042489d8c6fbcab3e94d97b08369dce) - fix spelling of `resizable` parameter in `gr.Chatbot`. Thanks @abidlabs!
- [#10594](https://github.com/gradio-app/gradio/pull/10594) [`f0e4fd0`](https://github.com/gradio-app/gradio/commit/f0e4fd0522dd0f02701e0c4d3e694f6e6198db9d) - Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite. Thanks @whitphx!

### Fixes

- [#10580](https://github.com/gradio-app/gradio/pull/10580) [`4e70d74`](https://github.com/gradio-app/gradio/commit/4e70d74068b77ebb3d285aa78e9202fff76337a2) - Fix `gr.load()` for `gr.ChatInterface(save_history=True)` and any Gradio app where the upstream app includes a `gr.State` as input. Thanks @abidlabs!
- [#10624](https://github.com/gradio-app/gradio/pull/10624) [`f8eb8e5`](https://github.com/gradio-app/gradio/commit/f8eb8e565b720977791824659d9eed270ea4b2d0) - Pass kwargs into `gr.ChatInterface` created by `gr.load()`. Thanks @abidlabs!

## 5.16.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.16.1",
"version": "5.16.2",
"description": "",
"python": "true"
}
8 changes: 8 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# website

## 0.50.1

### Dependency updates

- @gradio/code@0.10.18
- @gradio/paramviewer@0.7.2
- @gradio/statustracker@0.10.4

## 0.50.0

### Features
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.50.0",
"version": "0.50.1",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
Expand Down
8 changes: 8 additions & 0 deletions js/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/accordion

## 0.5.8

### Dependency updates

- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3
- @gradio/column@0.2.0

## 0.5.7

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.5.7",
"version": "0.5.8",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/annotatedimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/annotatedimage

## 0.9.8

### Dependency updates

- @gradio/upload@0.15.2
- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3

## 0.9.7

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

## 0.13.3

### Features

- [#10625](https://github.com/gradio-app/gradio/pull/10625) [`ce4fb99`](https://github.com/gradio-app/gradio/commit/ce4fb994e042489d8c6fbcab3e94d97b08369dce) - fix spelling of `resizable` parameter in `gr.Chatbot`. Thanks @abidlabs!

## 0.13.2

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/atoms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/atoms",
"version": "0.13.2",
"version": "0.13.3",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/audio

## 0.17.2

### Dependency updates

- @gradio/upload@0.15.2
- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3
- @gradio/button@0.4.7

## 0.17.1

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

## 0.2.12

### Dependency updates

- @gradio/atoms@0.13.3

## 0.2.11

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.2.11",
"version": "0.2.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
11 changes: 11 additions & 0 deletions js/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gradio/button

## 0.4.7

### Features

- [#10594](https://github.com/gradio-app/gradio/pull/10594) [`f0e4fd0`](https://github.com/gradio-app/gradio/commit/f0e4fd0522dd0f02701e0c4d3e694f6e6198db9d) - Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite. Thanks @whitphx!

### Dependency updates

- @gradio/image@0.21.2
- @gradio/upload@0.15.2

## 0.4.6

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.4.6",
"version": "0.4.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
16 changes: 16 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @gradio/chatbot

## 0.23.1

### Features

- [#10625](https://github.com/gradio-app/gradio/pull/10625) [`ce4fb99`](https://github.com/gradio-app/gradio/commit/ce4fb994e042489d8c6fbcab3e94d97b08369dce) - fix spelling of `resizable` parameter in `gr.Chatbot`. Thanks @abidlabs!

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]

## 0.23.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.23.0",
"version": "0.23.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions js/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/checkbox

## 0.4.14

### Dependency updates

- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3

## 0.4.13

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

## 0.6.14

### Dependency updates

- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3

## 0.6.13

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/checkboxgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.6.13",
"version": "0.6.14",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/code

## 0.10.18

### Dependency updates

- @gradio/upload@0.15.2
- @gradio/statustracker@0.10.4
- @gradio/atoms@0.13.3

## 0.10.17

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

## 0.4.14

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.4.13

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/colorpicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/colorpicker",
"version": "0.4.13",
"version": "0.4.14",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/column/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.2.0

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

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.5.8

### Dependency updates

- @gradio/[email protected]

## 0.5.7

### Dependency updates
Expand Down
Loading

0 comments on commit 038898e

Please sign in to comment.