Skip to content

Commit 918111c

Browse files
chore: update versions
1 parent e0764fd commit 918111c

19 files changed

+80
-150
lines changed

.changeset/common-sites-add.md

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

.changeset/silver-lemons-slide.md

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

.changeset/six-carrots-return.md

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

.changeset/small-wings-dance.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.0.1
4+
5+
### Features
6+
7+
- [#12445](https://github.com/gradio-app/gradio/pull/12445) [`0f2fa10`](https://github.com/gradio-app/gradio/commit/0f2fa10887b5c2f7fe4a4080e8bcf7d91669a163) - chore(deps): ⬆️ update pillow from 11.1.0 to 12.0. Thanks @onuralpszr!
8+
- [#12446](https://github.com/gradio-app/gradio/pull/12446) [`96efaab`](https://github.com/gradio-app/gradio/commit/96efaabb38a5b48c26011560634189388e83181a) - Update gradio_client version to 2.0.0. Thanks @abidlabs!
9+
10+
### Fixes
11+
12+
- [#12460](https://github.com/gradio-app/gradio/pull/12460) [`f9e272d`](https://github.com/gradio-app/gradio/commit/f9e272dc120bb8f8f9f5fb2bd9f0a4eac0563d6e) - Fix bug where close method does not kill the thread. Thanks @freddyaboulton!
13+
- [#12416](https://github.com/gradio-app/gradio/pull/12416) [`7e867fd`](https://github.com/gradio-app/gradio/commit/7e867fde9070849fb474a08544c72f2522a9cbe9) - Fix custom components for gradio 6. Thanks @pngwn!
14+
315
## 6.0.0-dev.5
416

517
### Features

gradio/CHANGELOG.md

Lines changed: 12 additions & 97 deletions
Large diffs are not rendered by default.

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

js/app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# @self/app
2+
3+
## 2.0.1
4+
5+
### Fixes
6+
7+
- [#12416](https://github.com/gradio-app/gradio/pull/12416) [`7e867fd`](https://github.com/gradio-app/gradio/commit/7e867fde9070849fb474a08544c72f2522a9cbe9) - Fix custom components for gradio 6. Thanks @pngwn!
8+
9+
### Dependency updates
10+
11+
- @gradio/core@1.0.1
12+
213
## 2.0.0
314

415
### Features

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": "@self/app",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

js/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# @gradio/core
2+
3+
## 1.0.1
4+
5+
### Fixes
6+
7+
- [#12416](https://github.com/gradio-app/gradio/pull/12416) [`7e867fd`](https://github.com/gradio-app/gradio/commit/7e867fde9070849fb474a08544c72f2522a9cbe9) - Fix custom components for gradio 6. Thanks @pngwn!
8+
29
## 1.0.0
310

411
### Features

0 commit comments

Comments
 (0)