Skip to content

Commit bbeca69

Browse files
chore: update versions
1 parent 30bf54c commit bbeca69

File tree

118 files changed

+541
-89
lines changed

Some content is hidden

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

118 files changed

+541
-89
lines changed

.changeset/angry-pears-thank.md

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

.changeset/cyan-rockets-type.md

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

.changeset/fix-colorpicker-hex-value.md

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

.changeset/lazy-tables-jump.md

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

.changeset/purple-actors-worry.md

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

.changeset/silent-lines-drive.md

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

.changeset/tired-lands-film.md

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

CHANGELOG.md

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

3+
## 6.11.0
4+
5+
### Features
6+
7+
- [#13122](https://github.com/gradio-app/gradio/pull/13122) [`64828b0`](https://github.com/gradio-app/gradio/commit/64828b08d5be4fdde8a73932b3f288c073ec49bd) - Add Image Unit Tests. Thanks @freddyaboulton!
8+
9+
### Fixes
10+
11+
- [#13048](https://github.com/gradio-app/gradio/pull/13048) [`a5d4096`](https://github.com/gradio-app/gradio/commit/a5d40965bba21a832da522127048926b71c1a6dd) - Fix Tab Interactive Bug. Thanks @freddyaboulton!
12+
- [#12981](https://github.com/gradio-app/gradio/pull/12981) [`8bc7513`](https://github.com/gradio-app/gradio/commit/8bc75137b24ba8a8571b49b9b006741819c0518b) - Fix ImageEditor brush preview dead area on vertical images. Thanks @MaxwellCalkin!
13+
- [#13134](https://github.com/gradio-app/gradio/pull/13134) [`75f8dce`](https://github.com/gradio-app/gradio/commit/75f8dceb679b505c8887f0a3c3b9fee98a931db9) - Fix sync generator cancel ValueError. Thanks @hysts!
14+
315
## 6.10.0
416

517
### Features

gradio/CHANGELOG.md

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

3+
## 6.11.0
4+
5+
### Features
6+
7+
- [#13122](https://github.com/gradio-app/gradio/pull/13122) [`64828b0`](https://github.com/gradio-app/gradio/commit/64828b08d5be4fdde8a73932b3f288c073ec49bd) - Add Image Unit Tests. Thanks @freddyaboulton!
8+
9+
### Fixes
10+
11+
- [#13048](https://github.com/gradio-app/gradio/pull/13048) [`a5d4096`](https://github.com/gradio-app/gradio/commit/a5d40965bba21a832da522127048926b71c1a6dd) - Fix Tab Interactive Bug. Thanks @freddyaboulton!
12+
- [#12981](https://github.com/gradio-app/gradio/pull/12981) [`8bc7513`](https://github.com/gradio-app/gradio/commit/8bc75137b24ba8a8571b49b9b006741819c0518b) - Fix ImageEditor brush preview dead area on vertical images. Thanks @MaxwellCalkin!
13+
- [#13134](https://github.com/gradio-app/gradio/pull/13134) [`75f8dce`](https://github.com/gradio-app/gradio/commit/75f8dceb679b505c8887f0a3c3b9fee98a931db9) - Fix sync generator cancel ValueError. Thanks @hysts!
14+
315
## 6.10.0
416

517
### 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": "6.10.0",
3+
"version": "6.11.0",
44
"description": "This is the package.json",
55
"python": "true"
66
}

0 commit comments

Comments
 (0)