Skip to content

Commit 18a5e0e

Browse files
chore: update versions (#8497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c5f6e77 commit 18a5e0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+251
-48
lines changed

.changeset/long-tables-guess.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/pretty-clowns-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-pants-create.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-keys-report.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# gradio
22

3+
## 4.36.1
4+
5+
### Features
6+
7+
- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
8+
- [#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!
9+
10+
### Fixes
11+
12+
- [#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!
13+
314
## 4.36.0
415

516
### Features

client/js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/client
22

3+
## 1.1.1
4+
5+
### Features
6+
7+
- [#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!
8+
39
## 1.1.0
410

511
### Features

client/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/client",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Gradio API client",
55
"type": "module",
66
"main": "dist/index.js",

gradio/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# gradio
22

3+
## 4.36.1
4+
5+
### Features
6+
7+
- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
8+
- [#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!
9+
10+
### Fixes
11+
12+
- [#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!
13+
314
## 4.36.0
415

516
### Features

gradio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gradio",
3-
"version": "4.36.0",
3+
"version": "4.36.1",
44
"description": "",
55
"python": "true"
66
}

js/_spaces-test/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Dependency updates
66

7+
- @gradio/client@1.1.1
8+
9+
## 0.0.1
10+
11+
### Dependency updates
12+
713
- @gradio/client@1.1.0
814

915
## 0.0.1

js/_website/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# website
22

3+
## 0.31.5
4+
5+
### Features
6+
7+
- [#8491](https://github.com/gradio-app/gradio/pull/8491) [`ffd53fa`](https://github.com/gradio-app/gradio/commit/ffd53fa2dcb13d564fd07aa441d4016df8d2f155) - Remove broken guide redirect. Thanks @aliabd!
8+
- [#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!
9+
10+
### Dependency updates
11+
12+
- @gradio/code@0.6.11
13+
314
## 0.31.4
415

516
### Dependency updates

js/_website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.31.4",
3+
"version": "0.31.5",
44
"private": true,
55
"scripts": {
66
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

js/annotatedimage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/annotatedimage
22

3+
## 0.6.10
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
310
## 0.6.9
411

512
### Dependency updates

js/annotatedimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/annotatedimage",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/app/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# @gradio/app
22

3+
## 1.36.2
4+
5+
### Features
6+
7+
- [#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!
8+
9+
### Dependency updates
10+
11+
- @gradio/code@0.6.11
12+
- @gradio/client@1.1.1
13+
- @gradio/upload@0.11.2
14+
- @gradio/annotatedimage@0.6.10
15+
- @gradio/audio@0.11.10
16+
- @gradio/button@0.2.43
17+
- @gradio/chatbot@0.10.11
18+
- @gradio/dataframe@0.8.10
19+
- @gradio/dataset@0.1.43
20+
- @gradio/file@0.8.2
21+
- @gradio/fileexplorer@0.4.11
22+
- @gradio/gallery@0.10.10
23+
- @gradio/image@0.11.10
24+
- @gradio/imageeditor@0.7.10
25+
- @gradio/model3d@0.10.10
26+
- @gradio/multimodaltextbox@0.4.11
27+
- @gradio/simpleimage@0.5.10
28+
- @gradio/uploadbutton@0.6.11
29+
- @gradio/video@0.8.10
30+
- @gradio/downloadbutton@0.1.20
31+
332
## 1.36.1
433

534
### Dependency updates

js/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/app",
3-
"version": "1.36.1",
3+
"version": "1.36.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

js/audio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gradio/audio
22

3+
## 0.11.10
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
- @gradio/button@0.2.43
10+
311
## 0.11.9
412

513
### Dependency updates

js/audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/audio",
3-
"version": "0.11.9",
3+
"version": "0.11.10",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/button/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/button
22

3+
## 0.2.43
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
310
## 0.2.42
411

512
### Dependency updates

js/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/button",
3-
"version": "0.2.42",
3+
"version": "0.2.43",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/chatbot/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gradio/chatbot
22

3+
## 0.10.11
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
- @gradio/audio@0.11.10
10+
- @gradio/image@0.11.10
11+
- @gradio/video@0.8.10
12+
313
## 0.10.10
414

515
### Dependency updates

js/chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/chatbot",
3-
"version": "0.10.10",
3+
"version": "0.10.11",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/code/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/code
22

3+
## 0.6.11
4+
5+
### Dependency updates
6+
7+
- @gradio/upload@0.11.2
8+
39
## 0.6.10
410

511
### Dependency updates

js/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/code",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/dataframe/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gradio/dataframe
22

3+
## 0.8.10
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
- @gradio/button@0.2.43
10+
311
## 0.8.9
412

513
### Dependency updates

js/dataframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/dataframe",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/dataset/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/dataset
22

3+
## 0.1.43
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
310
## 0.1.42
411

512
### Dependency updates

js/dataset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/dataset",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/downloadbutton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/downloadbutton
22

3+
## 0.1.20
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/button@0.2.43
9+
310
## 0.1.19
411

512
### Dependency updates

js/downloadbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/downloadbutton",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/file/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/file
22

3+
## 0.8.2
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
310
## 0.8.1
411

512
### Dependency updates

js/file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/file",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/fileexplorer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gradio/fileexplorer
22

3+
## 0.4.11
4+
5+
### Dependency updates
6+
7+
- @gradio/client@1.1.1
8+
- @gradio/upload@0.11.2
9+
- @gradio/file@0.8.2
10+
311
## 0.4.10
412

513
### Dependency updates

js/fileexplorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/fileexplorer",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

0 commit comments

Comments
 (0)