Skip to content

Commit

Permalink
chore: update versions (#8286)
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 14, 2024
1 parent 7d9d8ea commit 053316d
Show file tree
Hide file tree
Showing 51 changed files with 229 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-apples-do.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 @@
# gradio

## 4.31.2

### Fixes

- [#8285](https://github.com/gradio-app/gradio/pull/8285) [`7d9d8ea`](https://github.com/gradio-app/gradio/commit/7d9d8eab50d36cbecbb84c6a0f3cc1bca7215604) - use the correct query param to pass the jwt to the heartbeat event. Thanks @pngwn!

## 4.31.1

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

## 0.19.2

### Fixes

- [#8285](https://github.com/gradio-app/gradio/pull/8285) [`7d9d8ea`](https://github.com/gradio-app/gradio/commit/7d9d8eab50d36cbecbb84c6a0f3cc1bca7215604) - use the correct query param to pass the jwt to the heartbeat event. Thanks @pngwn!

## 0.19.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.19.1",
"version": "0.19.2",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gradio

## 4.31.2

### Fixes

- [#8285](https://github.com/gradio-app/gradio/pull/8285) [`7d9d8ea`](https://github.com/gradio-app/gradio/commit/7d9d8eab50d36cbecbb84c6a0f3cc1bca7215604) - use the correct query param to pass the jwt to the heartbeat event. Thanks @pngwn!

## 4.31.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": "4.31.1",
"version": "4.31.2",
"description": "",
"python": "true"
}
6 changes: 6 additions & 0 deletions js/_spaces-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/client@0.19.2

## 0.0.1

### Dependency updates

- @gradio/client@0.19.1

## 0.0.1
Expand Down
6 changes: 6 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# website

## 0.30.1

### Dependency updates

- @gradio/code@0.6.4

## 0.30.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.30.0",
"version": "0.30.1",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
Expand Down
7 changes: 7 additions & 0 deletions js/annotatedimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/annotatedimage

## 0.6.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.6.2

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

## 1.35.2

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/code@0.6.4
- @gradio/client@0.19.2
- @gradio/annotatedimage@0.6.3
- @gradio/audio@0.11.3
- @gradio/button@0.2.36
- @gradio/chatbot@0.10.3
- @gradio/dataframe@0.8.3
- @gradio/dataset@0.1.36
- @gradio/downloadbutton@0.1.13
- @gradio/file@0.7.3
- @gradio/fileexplorer@0.4.4
- @gradio/gallery@0.10.3
- @gradio/image@0.11.3
- @gradio/imageeditor@0.7.3
- @gradio/model3d@0.10.3
- @gradio/multimodaltextbox@0.4.3
- @gradio/simpleimage@0.5.3
- @gradio/uploadbutton@0.6.4
- @gradio/video@0.8.3

## 1.35.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.35.1",
"version": "1.35.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/audio

## 0.11.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/button@0.2.36

## 0.11.2

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

## 0.2.36

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.2.35

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

## 0.10.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/audio@0.11.3
- @gradio/image@0.11.3
- @gradio/video@0.8.3

## 0.10.2

### Dependency updates
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.10.2",
"version": "0.10.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/code

## 0.6.4

### Dependency updates

- @gradio/upload@0.10.3

## 0.6.3

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

## 0.8.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/button@0.2.36

## 0.8.2

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

## 0.1.36

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.1.35

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

## 0.1.13

### Dependency updates

- @gradio/client@0.19.2
- @gradio/button@0.2.36

## 0.1.12

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

## 0.7.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.7.2

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

## 0.4.4

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/file@0.7.3

## 0.4.3

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

## 0.10.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/file@0.7.3
- @gradio/image@0.11.3

## 0.10.2

### Dependency updates
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.10.2",
"version": "0.10.3",
"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.11.3

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.11.2

### Dependency updates
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.11.2",
"version": "0.11.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down

0 comments on commit 053316d

Please sign in to comment.