Skip to content

Commit e606d92

Browse files
chore: update versions (#10302)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 84e72e4 commit e606d92

15 files changed

+54
-31
lines changed

.changeset/afraid-rats-guess.md

-5
This file was deleted.

.changeset/lucky-radios-tickle.md

-6
This file was deleted.

.changeset/purple-eels-bake.md

-5
This file was deleted.

.changeset/ripe-pigs-attend.md

-6
This file was deleted.

.changeset/shaky-shirts-hammer.md

-5
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# gradio
22

3+
## 5.11.0
4+
5+
### Features
6+
7+
- [#10304](https://github.com/gradio-app/gradio/pull/10304) [`6b63fde`](https://github.com/gradio-app/gradio/commit/6b63fdec441b5c9bf910f910a2505d8defbb6bf8) - Blocked Paths Fix. Thanks @freddyaboulton!
8+
- [#10303](https://github.com/gradio-app/gradio/pull/10303) [`f19ca89`](https://github.com/gradio-app/gradio/commit/f19ca89cdd4040dbaa41bbc3b9915edc032603a0) - Add preview_open and preview_close events to Gallery. Thanks @freddyaboulton!
9+
- [#10314](https://github.com/gradio-app/gradio/pull/10314) [`84e72e4`](https://github.com/gradio-app/gradio/commit/84e72e401cdc97a91086301d2b25164e7d15623a) - Restore chat interface full height. Thanks @aliabid94!
10+
11+
### Fixes
12+
13+
- [#10306](https://github.com/gradio-app/gradio/pull/10306) [`9fc988e`](https://github.com/gradio-app/gradio/commit/9fc988ebaf4bea24b71308922bb1889f1d3f4f6e) - Fix bug where ImageEditor always sends empty layers list to the backend. Thanks @freddyaboulton!
14+
- [#10297](https://github.com/gradio-app/gradio/pull/10297) [`1e253ff`](https://github.com/gradio-app/gradio/commit/1e253ff127e97c18852a32cbc1269494c6cee017) - Fix test_subclass_conversion with numpy==2.x. Thanks @abidlabs!
15+
316
## 5.10.0
417

518
### Features

gradio/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# gradio
22

3+
## 5.11.0
4+
5+
### Features
6+
7+
- [#10304](https://github.com/gradio-app/gradio/pull/10304) [`6b63fde`](https://github.com/gradio-app/gradio/commit/6b63fdec441b5c9bf910f910a2505d8defbb6bf8) - Blocked Paths Fix. Thanks @freddyaboulton!
8+
- [#10303](https://github.com/gradio-app/gradio/pull/10303) [`f19ca89`](https://github.com/gradio-app/gradio/commit/f19ca89cdd4040dbaa41bbc3b9915edc032603a0) - Add preview_open and preview_close events to Gallery. Thanks @freddyaboulton!
9+
- [#10314](https://github.com/gradio-app/gradio/pull/10314) [`84e72e4`](https://github.com/gradio-app/gradio/commit/84e72e401cdc97a91086301d2b25164e7d15623a) - Restore chat interface full height. Thanks @aliabid94!
10+
11+
### Fixes
12+
13+
- [#10306](https://github.com/gradio-app/gradio/pull/10306) [`9fc988e`](https://github.com/gradio-app/gradio/commit/9fc988ebaf4bea24b71308922bb1889f1d3f4f6e) - Fix bug where ImageEditor always sends empty layers list to the backend. Thanks @freddyaboulton!
14+
- [#10297](https://github.com/gradio-app/gradio/pull/10297) [`1e253ff`](https://github.com/gradio-app/gradio/commit/1e253ff127e97c18852a32cbc1269494c6cee017) - Fix test_subclass_conversion with numpy==2.x. Thanks @abidlabs!
15+
316
## 5.10.0
417

518
### Features

gradio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gradio",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"description": "",
55
"python": "true"
66
}

js/chatbot/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/chatbot
22

3+
## 0.20.1
4+
5+
### Dependency updates
6+
7+
- @gradio/gallery@0.15.0
8+
39
## 0.20.0
410

511
### Features

js/chatbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/chatbot",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 0.6.0
44

5+
### Dependency updates
6+
7+
- @gradio/gallery@0.15.0
8+
9+
## 0.6.0
10+
511
### Features
612

713
- [#10192](https://github.com/gradio-app/gradio/pull/10192) [`4fc7fb7`](https://github.com/gradio-app/gradio/commit/4fc7fb777c42af537e4af612423fa44029657d41) - Ensure components can be remounted with their previous data. Thanks @pngwn!

js/gallery/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/gallery
22

3+
## 0.15.0
4+
5+
### Features
6+
7+
- [#10303](https://github.com/gradio-app/gradio/pull/10303) [`f19ca89`](https://github.com/gradio-app/gradio/commit/f19ca89cdd4040dbaa41bbc3b9915edc032603a0) - Add preview_open and preview_close events to Gallery. Thanks @freddyaboulton!
8+
39
## 0.14.1
410

511
### Fixes

js/gallery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/gallery",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/imageeditor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/imageeditor
22

3+
## 0.12.1
4+
5+
### Fixes
6+
7+
- [#10306](https://github.com/gradio-app/gradio/pull/10306) [`9fc988e`](https://github.com/gradio-app/gradio/commit/9fc988ebaf4bea24b71308922bb1889f1d3f4f6e) - Fix bug where ImageEditor always sends empty layers list to the backend. Thanks @freddyaboulton!
8+
39
## 0.12.0
410

511
### Features

js/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/imageeditor",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

0 commit comments

Comments
 (0)