Skip to content

Commit a2c2ecf

Browse files
chore: update versions
1 parent 9a86e80 commit a2c2ecf

File tree

78 files changed

+494
-160
lines changed

Some content is hidden

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

78 files changed

+494
-160
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/six-clouds-love.md

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

.changeset/small-wings-dance.md

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
- [#12461](https://github.com/gradio-app/gradio/pull/12461) [`9a86e80`](https://github.com/gradio-app/gradio/commit/9a86e8064787029bc20b086c6f3191879f786e0f) - Fix Login Gradio 6. Thanks @freddyaboulton!
15+
316
## 6.0.0-dev.5
417

518
### Features

gradio/CHANGELOG.md

Lines changed: 13 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/accordion/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# @gradio/accordion
2+
3+
## 0.5.25
4+
5+
### Dependency updates
6+
7+
- @gradio/utils@0.10.4
8+
29
## 0.5.25
310

411
### Features

js/annotatedimage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# @gradio/annotatedimage
2+
3+
## 0.10.1
4+
5+
### Dependency updates
6+
7+
- @gradio/utils@0.10.4
8+
29
## 0.10.1
310

411
### Features

0 commit comments

Comments
 (0)