Skip to content

Commit

Permalink
chore: update versions (#8274)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pngwn and github-actions[bot] committed May 13, 2024
1 parent de52f0e commit ca8864f
Show file tree
Hide file tree
Showing 104 changed files with 464 additions and 93 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-frogs-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-moments-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-toys-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-stars-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-bottles-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-tables-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-groups-lose.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/weak-bugs-itch.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# gradio

## 4.31.1

### Features

- [#8264](https://github.com/gradio-app/gradio/pull/8264) [`a9e1a8a`](https://github.com/gradio-app/gradio/commit/a9e1a8ac5633c5336fea1c63d7f66a9883e7e6e1) - Make exceptions in the Client more specific. Thanks @abidlabs!
- [#8263](https://github.com/gradio-app/gradio/pull/8263) [`de52f0e`](https://github.com/gradio-app/gradio/commit/de52f0e5af75688713e4e96a195208576a4d64ad) - Reduce the analytics that are collected in Gradio. Thanks @abidlabs!

### Fixes

- [#8276](https://github.com/gradio-app/gradio/pull/8276) [`0bf3d1a`](https://github.com/gradio-app/gradio/commit/0bf3d1a992db2753c1a55452b569027190f26ef6) - Fix bug where client could not connect to apps that had self signed certificates. Thanks @freddyaboulton!
- [#8260](https://github.com/gradio-app/gradio/pull/8260) [`7e976fd`](https://github.com/gradio-app/gradio/commit/7e976fd9bf5273841915b3722d3eadfcf6c11fc3) - Send ProcessCompleted message when job is cancelled. Thanks @freddyaboulton!
- [#8261](https://github.com/gradio-app/gradio/pull/8261) [`719d596`](https://github.com/gradio-app/gradio/commit/719d5962bb7018412f073b55eb3b62d8b4e02d63) - Fix bug where status tracker was the target of pointer events. Thanks @freddyaboulton!
- [#8272](https://github.com/gradio-app/gradio/pull/8272) [`fbf4edd`](https://github.com/gradio-app/gradio/commit/fbf4edde7c896cdf4c903463e44c31ed96111b3c) - ensure client works for private spaces. Thanks @pngwn!

## 4.31.0

### Features
Expand Down
6 changes: 6 additions & 0 deletions client/js/CHANGELOG.md
@@ -1,5 +1,11 @@
# @gradio/client

## 0.19.1

### Fixes

- [#8272](https://github.com/gradio-app/gradio/pull/8272) [`fbf4edd`](https://github.com/gradio-app/gradio/commit/fbf4edde7c896cdf4c903463e44c31ed96111b3c) - ensure client works for private spaces. Thanks @pngwn!

## 0.19.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion client/js/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.19.0",
"version": "0.19.1",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions client/python/CHANGELOG.md
@@ -1,5 +1,15 @@
# gradio_client

## 0.16.3

### Features

- [#8264](https://github.com/gradio-app/gradio/pull/8264) [`a9e1a8a`](https://github.com/gradio-app/gradio/commit/a9e1a8ac5633c5336fea1c63d7f66a9883e7e6e1) - Make exceptions in the Client more specific. Thanks @abidlabs!

### Fixes

- [#8276](https://github.com/gradio-app/gradio/pull/8276) [`0bf3d1a`](https://github.com/gradio-app/gradio/commit/0bf3d1a992db2753c1a55452b569027190f26ef6) - Fix bug where client could not connect to apps that had self signed certificates. Thanks @freddyaboulton!

## 0.16.2

### Fixes
Expand Down
10 changes: 10 additions & 0 deletions client/python/gradio_client/CHANGELOG.md
@@ -1,5 +1,15 @@
# gradio_client

## 0.16.3

### Features

- [#8264](https://github.com/gradio-app/gradio/pull/8264) [`a9e1a8a`](https://github.com/gradio-app/gradio/commit/a9e1a8ac5633c5336fea1c63d7f66a9883e7e6e1) - Make exceptions in the Client more specific. Thanks @abidlabs!

### Fixes

- [#8276](https://github.com/gradio-app/gradio/pull/8276) [`0bf3d1a`](https://github.com/gradio-app/gradio/commit/0bf3d1a992db2753c1a55452b569027190f26ef6) - Fix bug where client could not connect to apps that had self signed certificates. Thanks @freddyaboulton!

## 0.16.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion client/python/gradio_client/package.json
@@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "0.16.2",
"version": "0.16.3",
"description": "",
"python": "true",
"main_changeset": true
Expand Down
14 changes: 14 additions & 0 deletions gradio/CHANGELOG.md
@@ -1,5 +1,19 @@
# gradio

## 4.31.1

### Features

- [#8264](https://github.com/gradio-app/gradio/pull/8264) [`a9e1a8a`](https://github.com/gradio-app/gradio/commit/a9e1a8ac5633c5336fea1c63d7f66a9883e7e6e1) - Make exceptions in the Client more specific. Thanks @abidlabs!
- [#8263](https://github.com/gradio-app/gradio/pull/8263) [`de52f0e`](https://github.com/gradio-app/gradio/commit/de52f0e5af75688713e4e96a195208576a4d64ad) - Reduce the analytics that are collected in Gradio. Thanks @abidlabs!

### Fixes

- [#8276](https://github.com/gradio-app/gradio/pull/8276) [`0bf3d1a`](https://github.com/gradio-app/gradio/commit/0bf3d1a992db2753c1a55452b569027190f26ef6) - Fix bug where client could not connect to apps that had self signed certificates. Thanks @freddyaboulton!
- [#8260](https://github.com/gradio-app/gradio/pull/8260) [`7e976fd`](https://github.com/gradio-app/gradio/commit/7e976fd9bf5273841915b3722d3eadfcf6c11fc3) - Send ProcessCompleted message when job is cancelled. Thanks @freddyaboulton!
- [#8261](https://github.com/gradio-app/gradio/pull/8261) [`719d596`](https://github.com/gradio-app/gradio/commit/719d5962bb7018412f073b55eb3b62d8b4e02d63) - Fix bug where status tracker was the target of pointer events. Thanks @freddyaboulton!
- [#8272](https://github.com/gradio-app/gradio/pull/8272) [`fbf4edd`](https://github.com/gradio-app/gradio/commit/fbf4edde7c896cdf4c903463e44c31ed96111b3c) - ensure client works for private spaces. Thanks @pngwn!

## 4.31.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradio/package.json
@@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "4.31.0",
"version": "4.31.1",
"description": "",
"python": "true"
}
6 changes: 6 additions & 0 deletions js/_spaces-test/CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/client@0.19.1

## 0.0.1

### Dependency updates

- @gradio/client@0.19.0
- @gradio/form@0.1.17

Expand Down
11 changes: 11 additions & 0 deletions js/_website/CHANGELOG.md
@@ -1,5 +1,16 @@
# website

## 0.30.0

### Features

- [#8278](https://github.com/gradio-app/gradio/pull/8278) [`4ae17a4`](https://github.com/gradio-app/gradio/commit/4ae17a4653fcf60de7b646e6243f1b77d7f8cd27) - Embedded Lite example apps in the docs. Thanks @whitphx!
- [#8262](https://github.com/gradio-app/gradio/pull/8262) [`d708ca8`](https://github.com/gradio-app/gradio/commit/d708ca8fca8c39bf878c70117c2910730a1bb76c) - Reorganize Guides in a more logical order. Thanks @abidlabs!

### Dependency updates

- @gradio/code@0.6.3

## 0.29.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/_website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.29.0",
"version": "0.30.0",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
Expand Down
6 changes: 6 additions & 0 deletions js/accordion/CHANGELOG.md
@@ -1,5 +1,11 @@
# @gradio/accordion

## 0.3.13

### Dependency updates

- @gradio/statustracker@0.5.3

## 0.3.12

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

## 0.6.2

### Dependency updates

- @gradio/statustracker@0.5.3
- @gradio/client@0.19.1
- @gradio/upload@0.10.2

## 0.6.1

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/annotatedimage/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.6.1",
"version": "0.6.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
53 changes: 53 additions & 0 deletions js/app/CHANGELOG.md
@@ -1,5 +1,58 @@
# @gradio/app

## 1.35.1

### Features

- [#8263](https://github.com/gradio-app/gradio/pull/8263) [`de52f0e`](https://github.com/gradio-app/gradio/commit/de52f0e5af75688713e4e96a195208576a4d64ad) - Reduce the analytics that are collected in Gradio. Thanks @abidlabs!

### Fixes

- [#8272](https://github.com/gradio-app/gradio/pull/8272) [`fbf4edd`](https://github.com/gradio-app/gradio/commit/fbf4edde7c896cdf4c903463e44c31ed96111b3c) - ensure client works for private spaces. Thanks @pngwn!

### Dependency updates

- @gradio/code@0.6.3
- @gradio/statustracker@0.5.3
- @gradio/client@0.19.1
- @gradio/accordion@0.3.13
- @gradio/annotatedimage@0.6.2
- @gradio/audio@0.11.2
- @gradio/chatbot@0.10.2
- @gradio/checkbox@0.3.3
- @gradio/checkboxgroup@0.5.3
- @gradio/colorpicker@0.3.3
- @gradio/dataframe@0.8.2
- @gradio/dropdown@0.7.3
- @gradio/fallback@0.3.3
- @gradio/file@0.7.2
- @gradio/fileexplorer@0.4.3
- @gradio/gallery@0.10.2
- @gradio/highlightedtext@0.6.2
- @gradio/html@0.2.3
- @gradio/image@0.11.2
- @gradio/imageeditor@0.7.2
- @gradio/json@0.2.3
- @gradio/label@0.3.3
- @gradio/markdown@0.7.3
- @gradio/model3d@0.10.2
- @gradio/multimodaltextbox@0.4.2
- @gradio/number@0.4.3
- @gradio/paramviewer@0.4.12
- @gradio/plot@0.4.3
- @gradio/radio@0.5.3
- @gradio/simpledropdown@0.2.3
- @gradio/simpleimage@0.5.2
- @gradio/simpletextbox@0.2.3
- @gradio/slider@0.4.3
- @gradio/textbox@0.6.2
- @gradio/video@0.8.2
- @gradio/button@0.2.35
- @gradio/dataset@0.1.35
- @gradio/downloadbutton@0.1.12
- @gradio/upload@0.10.2
- @gradio/uploadbutton@0.6.3

## 1.35.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/app/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.35.0",
"version": "1.35.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions js/audio/CHANGELOG.md
@@ -1,5 +1,14 @@
# @gradio/audio

## 0.11.2

### Dependency updates

- @gradio/statustracker@0.5.3
- @gradio/client@0.19.1
- @gradio/button@0.2.35
- @gradio/upload@0.10.2

## 0.11.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/audio/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.11.1",
"version": "0.11.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions js/button/CHANGELOG.md
@@ -1,5 +1,12 @@
# @gradio/button

## 0.2.35

### Dependency updates

- @gradio/client@0.19.1
- @gradio/upload@0.10.2

## 0.2.34

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.2.34",
"version": "0.2.35",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
12 changes: 12 additions & 0 deletions js/chatbot/CHANGELOG.md
@@ -1,5 +1,17 @@
# @gradio/chatbot

## 0.10.2

### Dependency updates

- @gradio/statustracker@0.5.3
- @gradio/client@0.19.1
- @gradio/audio@0.11.2
- @gradio/image@0.11.2
- @gradio/markdown@0.7.3
- @gradio/video@0.8.2
- @gradio/upload@0.10.2

## 0.10.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/chatbot/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.10.1",
"version": "0.10.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/checkbox/CHANGELOG.md
@@ -1,5 +1,11 @@
# @gradio/checkbox

## 0.3.3

### Dependency updates

- @gradio/statustracker@0.5.3

## 0.3.2

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.3.2",
"version": "0.3.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down

0 comments on commit ca8864f

Please sign in to comment.