Skip to content

Commit b46a2db

Browse files
chore: update versions
1 parent d3966ca commit b46a2db

18 files changed

+70
-39
lines changed

.changeset/eight-squids-roll.md

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

.changeset/fast-cobras-reply.md

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

.changeset/light-lemons-smoke.md

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

.changeset/puny-lions-follow.md

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

.changeset/tangy-bobcats-win.md

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

.changeset/young-insects-cry.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.1.0
4+
5+
### Features
6+
7+
- [#12502](https://github.com/gradio-app/gradio/pull/12502) [`d3966ca`](https://github.com/gradio-app/gradio/commit/d3966ca9df13be7e7bd0d6eb09cf6be24206ea58) - Restore Blocks constructor args deprecated in 6.0 (theme, css, etc.). Thanks @aliabid94!
8+
9+
### Fixes
10+
11+
- [#12493](https://github.com/gradio-app/gradio/pull/12493) [`8a6cff6`](https://github.com/gradio-app/gradio/commit/8a6cff6738d09a6e708fc6351d806967fa82ca91) - Fix bug where cancelling an events shows an error in the UI. Thanks @freddyaboulton!
12+
- [#12494](https://github.com/gradio-app/gradio/pull/12494) [`251add4`](https://github.com/gradio-app/gradio/commit/251add42b69b0c1f6c96559e2ecdefc40def79f4) - JS unit test fix. Thanks @dawoodkhan82!
13+
- [#12508](https://github.com/gradio-app/gradio/pull/12508) [`0715279`](https://github.com/gradio-app/gradio/commit/0715279005cbd6fea3c8081996aa5afddbd27e34) - Fix custom `js` param. Thanks @dawoodkhan82!
14+
- [#12499](https://github.com/gradio-app/gradio/pull/12499) [`af3ffa0`](https://github.com/gradio-app/gradio/commit/af3ffa057fe9e21e2aa658ca251b7f696b0a24ac) - Fix: avoid corrupting JSON-like values in CSV sanitization. Thanks @ujjwaltwri!
15+
316
## 6.0.2
417

518
### Features

gradio/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.1.0
4+
5+
### Features
6+
7+
- [#12502](https://github.com/gradio-app/gradio/pull/12502) [`d3966ca`](https://github.com/gradio-app/gradio/commit/d3966ca9df13be7e7bd0d6eb09cf6be24206ea58) - Restore Blocks constructor args deprecated in 6.0 (theme, css, etc.). Thanks @aliabid94!
8+
9+
### Fixes
10+
11+
- [#12493](https://github.com/gradio-app/gradio/pull/12493) [`8a6cff6`](https://github.com/gradio-app/gradio/commit/8a6cff6738d09a6e708fc6351d806967fa82ca91) - Fix bug where cancelling an events shows an error in the UI. Thanks @freddyaboulton!
12+
- [#12494](https://github.com/gradio-app/gradio/pull/12494) [`251add4`](https://github.com/gradio-app/gradio/commit/251add42b69b0c1f6c96559e2ecdefc40def79f4) - JS unit test fix. Thanks @dawoodkhan82!
13+
- [#12508](https://github.com/gradio-app/gradio/pull/12508) [`0715279`](https://github.com/gradio-app/gradio/commit/0715279005cbd6fea3c8081996aa5afddbd27e34) - Fix custom `js` param. Thanks @dawoodkhan82!
14+
- [#12499](https://github.com/gradio-app/gradio/pull/12499) [`af3ffa0`](https://github.com/gradio-app/gradio/commit/af3ffa057fe9e21e2aa658ca251b7f696b0a24ac) - Fix: avoid corrupting JSON-like values in CSV sanitization. Thanks @ujjwaltwri!
15+
316
## 6.0.2
417

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

js/_website/CHANGELOG.md

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

3+
## 0.67.1
4+
5+
### Fixes
6+
7+
- [#12495](https://github.com/gradio-app/gradio/pull/12495) [`0c5cec1`](https://github.com/gradio-app/gradio/commit/0c5cec175815344fcc6c8dfbdacf71b85fd3ad37) - Remove Hackathon deadline banner on website. Thanks @freddyaboulton!
8+
39
## 0.67.0
410

511
### Features

0 commit comments

Comments
 (0)