Skip to content

Commit

Permalink
chore: update versions (#8497)
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] authored Jun 9, 2024
1 parent c5f6e77 commit 18a5e0e
Show file tree
Hide file tree
Showing 54 changed files with 251 additions and 48 deletions.
7 changes: 0 additions & 7 deletions .changeset/long-tables-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-clowns-fall.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pants-create.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-keys-report.md

This file was deleted.

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

## 4.36.1

### Features

- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
- [#8499](https://github.com/gradio-app/gradio/pull/8499) [`c5f6e77`](https://github.com/gradio-app/gradio/commit/c5f6e7722a197d4706419ade14276ddecf3196f8) - Cache break themes on change. Thanks @aliabid94!

### Fixes

- [#8504](https://github.com/gradio-app/gradio/pull/8504) [`2a59bab`](https://github.com/gradio-app/gradio/commit/2a59bab3bb537373e2823b2416e42b7a8370d7ec) - Fixes TabbedInterface bug where only first interface events get triggered. Thanks @freddyaboulton!

## 4.36.0

### 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

## 1.1.1

### Features

- [#8499](https://github.com/gradio-app/gradio/pull/8499) [`c5f6e77`](https://github.com/gradio-app/gradio/commit/c5f6e7722a197d4706419ade14276ddecf3196f8) - Cache break themes on change. Thanks @aliabid94!

## 1.1.0

### Features
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": "1.1.0",
"version": "1.1.1",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gradio

## 4.36.1

### Features

- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
- [#8499](https://github.com/gradio-app/gradio/pull/8499) [`c5f6e77`](https://github.com/gradio-app/gradio/commit/c5f6e7722a197d4706419ade14276ddecf3196f8) - Cache break themes on change. Thanks @aliabid94!

### Fixes

- [#8504](https://github.com/gradio-app/gradio/pull/8504) [`2a59bab`](https://github.com/gradio-app/gradio/commit/2a59bab3bb537373e2823b2416e42b7a8370d7ec) - Fixes TabbedInterface bug where only first interface events get triggered. Thanks @freddyaboulton!

## 4.36.0

### 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.36.0",
"version": "4.36.1",
"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@1.1.1

## 0.0.1

### Dependency updates

- @gradio/client@1.1.0

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

## 0.31.5

### Features

- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
- [#8487](https://github.com/gradio-app/gradio/pull/8487) [`3a5d56e`](https://github.com/gradio-app/gradio/commit/3a5d56ea7bdbfc24357eaf8174f9275cb15fcf97) - Add Client Release Notes to Docs. Thanks @freddyaboulton!

### Dependency updates

- @gradio/code@0.6.11

## 0.31.4

### Dependency updates
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.31.4",
"version": "0.31.5",
"private": true,
"scripts": {
"dev": "pip install boto3 && 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.10

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2

## 0.6.9

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

## 1.36.2

### Features

- [#8499](https://github.com/gradio-app/gradio/pull/8499) [`c5f6e77`](https://github.com/gradio-app/gradio/commit/c5f6e7722a197d4706419ade14276ddecf3196f8) - Cache break themes on change. Thanks @aliabid94!

### Dependency updates

- @gradio/code@0.6.11
- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/annotatedimage@0.6.10
- @gradio/audio@0.11.10
- @gradio/button@0.2.43
- @gradio/chatbot@0.10.11
- @gradio/dataframe@0.8.10
- @gradio/dataset@0.1.43
- @gradio/file@0.8.2
- @gradio/fileexplorer@0.4.11
- @gradio/gallery@0.10.10
- @gradio/image@0.11.10
- @gradio/imageeditor@0.7.10
- @gradio/model3d@0.10.10
- @gradio/multimodaltextbox@0.4.11
- @gradio/simpleimage@0.5.10
- @gradio/uploadbutton@0.6.11
- @gradio/video@0.8.10
- @gradio/downloadbutton@0.1.20

## 1.36.1

### Dependency updates
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.36.1",
"version": "1.36.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.10

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/button@0.2.43

## 0.11.9

### 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.9",
"version": "0.11.10",
"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.43

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2

## 0.2.42

### 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.42",
"version": "0.2.43",
"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.11

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/audio@0.11.10
- @gradio/image@0.11.10
- @gradio/video@0.8.10

## 0.10.10

### 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.10",
"version": "0.10.11",
"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.11

### Dependency updates

- @gradio/upload@0.11.2

## 0.6.10

### 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.10",
"version": "0.6.11",
"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.10

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/button@0.2.43

## 0.8.9

### 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.9",
"version": "0.8.10",
"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.43

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2

## 0.1.42

### 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.42",
"version": "0.1.43",
"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.20

### Dependency updates

- @gradio/client@1.1.1
- @gradio/button@0.2.43

## 0.1.19

### 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.19",
"version": "0.1.20",
"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.8.2

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2

## 0.8.1

### 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.8.1",
"version": "0.8.2",
"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.11

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/file@0.8.2

## 0.4.10

### 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.10",
"version": "0.4.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
Loading

0 comments on commit 18a5e0e

Please sign in to comment.