Skip to content

Commit 07f560d

Browse files
chore: update versions
1 parent 99756eb commit 07f560d

File tree

11 files changed

+40
-24
lines changed

11 files changed

+40
-24
lines changed

.changeset/social-dots-press.md

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

.changeset/spicy-news-slide.md

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

.changeset/tricky-teeth-mate.md

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

.changeset/wet-cats-scream.md

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

CHANGELOG.md

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

3+
## 6.0.2
4+
5+
### Features
6+
7+
- [#12476](https://github.com/gradio-app/gradio/pull/12476) [`4e9a330`](https://github.com/gradio-app/gradio/commit/4e9a330a85396659e8cf4d90f25d3dde82a685b3) - Fix slider css issue. Thanks @freddyaboulton!
8+
9+
### Fixes
10+
11+
- [#12477](https://github.com/gradio-app/gradio/pull/12477) [`07fa494`](https://github.com/gradio-app/gradio/commit/07fa4949fa5b806732eb429f732037615f9f546e) - Checkbox Label Fix. Thanks @dawoodkhan82!
12+
313
## 6.0.1
414

515
### Features

gradio/CHANGELOG.md

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

3+
## 6.0.2
4+
5+
### Features
6+
7+
- [#12476](https://github.com/gradio-app/gradio/pull/12476) [`4e9a330`](https://github.com/gradio-app/gradio/commit/4e9a330a85396659e8cf4d90f25d3dde82a685b3) - Fix slider css issue. Thanks @freddyaboulton!
8+
9+
### Fixes
10+
11+
- [#12477](https://github.com/gradio-app/gradio/pull/12477) [`07fa494`](https://github.com/gradio-app/gradio/commit/07fa4949fa5b806732eb429f732037615f9f546e) - Checkbox Label Fix. Thanks @dawoodkhan82!
12+
313
## 6.0.1
414

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

js/_website/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# website
2+
3+
## 0.67.0
4+
5+
### Features
6+
7+
- [#12479](https://github.com/gradio-app/gradio/pull/12479) [`28b49e3`](https://github.com/gradio-app/gradio/commit/28b49e3e74fc73dff938a2b7f53325d554fdf680) - add announcement pills to docs landing page. Thanks @hannahblair!
8+
9+
### Fixes
10+
11+
- [#12481](https://github.com/gradio-app/gradio/pull/12481) [`99756eb`](https://github.com/gradio-app/gradio/commit/99756ebf689c8ae1a8d38b764d68f70544c35b93) - Fix and bring back cc gallery on website. Thanks @aliabd!
12+
213
## 0.66.0
314

415
### Features

js/_website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.66.0",
3+
"version": "0.67.0",
44
"private": true,
55
"scripts": {
66
"dev": "pip install boto3 markdown && python generate_jsons/generate.py && python ../../scripts/generate_theme.py --outfile ./src/lib/assets/theme.css && vite dev",

js/slider/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Features
6+
7+
- [#12476](https://github.com/gradio-app/gradio/pull/12476) [`4e9a330`](https://github.com/gradio-app/gradio/commit/4e9a330a85396659e8cf4d90f25d3dde82a685b3) - Fix slider css issue. Thanks @freddyaboulton!
8+
39
## 0.7.0
410

511
### Dependency updates

0 commit comments

Comments
 (0)