Skip to content

Commit

Permalink
chore: update versions (#10302)
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
gradio-pr-bot and github-actions[bot] authored Jan 8, 2025
1 parent 84e72e4 commit e606d92
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-rats-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-radios-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-eels-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ripe-pigs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaky-shirts-hammer.md

This file was deleted.

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

## 5.11.0

### Features

- [#10304](https://github.com/gradio-app/gradio/pull/10304) [`6b63fde`](https://github.com/gradio-app/gradio/commit/6b63fdec441b5c9bf910f910a2505d8defbb6bf8) - Blocked Paths Fix. Thanks @freddyaboulton!
- [#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!
- [#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!

### Fixes

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

## 5.10.0

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

## 5.11.0

### Features

- [#10304](https://github.com/gradio-app/gradio/pull/10304) [`6b63fde`](https://github.com/gradio-app/gradio/commit/6b63fdec441b5c9bf910f910a2505d8defbb6bf8) - Blocked Paths Fix. Thanks @freddyaboulton!
- [#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!
- [#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!

### Fixes

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

## 5.10.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": "5.10.0",
"version": "5.11.0",
"description": "",
"python": "true"
}
6 changes: 6 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/chatbot

## 0.20.1

### Dependency updates

- @gradio/gallery@0.15.0

## 0.20.0

### Features
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.20.0",
"version": "0.20.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.6.0

### Dependency updates

- @gradio/gallery@0.15.0

## 0.6.0

### Features

- [#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!
Expand Down
6 changes: 6 additions & 0 deletions js/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/gallery

## 0.15.0

### Features

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

## 0.14.1

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

## 0.12.1

### Fixes

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

## 0.12.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.12.0",
"version": "0.12.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down

0 comments on commit e606d92

Please sign in to comment.