Skip to content

Commit eeba843

Browse files
chore: update versions (#12847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0eac164 commit eeba843

File tree

7 files changed

+22
-13
lines changed

7 files changed

+22
-13
lines changed

.changeset/happy-turtles-cough.md

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

.changeset/nice-ravens-arrive.md

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

CHANGELOG.md

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

3+
## 6.5.1
4+
5+
### Fixes
6+
7+
- [#12840](https://github.com/gradio-app/gradio/pull/12840) [`26cea7a`](https://github.com/gradio-app/gradio/commit/26cea7ad6fbaf0352f0dc0d44e37c24c8f1797f8) - Ensure change event fires when slider value changes to 0. Thanks @hannahblair!
8+
- [#12845](https://github.com/gradio-app/gradio/pull/12845) [`0eac164`](https://github.com/gradio-app/gradio/commit/0eac164f948165d5e3ab0925230b6fbe5b4eedda) - [Hotfix] add pytz to requirements. Thanks @RektPunk!
9+
310
## 6.5.0
411

512
### Features

gradio/CHANGELOG.md

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

3+
## 6.5.1
4+
5+
### Fixes
6+
7+
- [#12840](https://github.com/gradio-app/gradio/pull/12840) [`26cea7a`](https://github.com/gradio-app/gradio/commit/26cea7ad6fbaf0352f0dc0d44e37c24c8f1797f8) - Ensure change event fires when slider value changes to 0. Thanks @hannahblair!
8+
- [#12845](https://github.com/gradio-app/gradio/pull/12845) [`0eac164`](https://github.com/gradio-app/gradio/commit/0eac164f948165d5e3ab0925230b6fbe5b4eedda) - [Hotfix] add pytz to requirements. Thanks @RektPunk!
9+
310
## 6.5.0
411

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

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.5
4+
5+
### Fixes
6+
7+
- [#12840](https://github.com/gradio-app/gradio/pull/12840) [`26cea7a`](https://github.com/gradio-app/gradio/commit/26cea7ad6fbaf0352f0dc0d44e37c24c8f1797f8) - Ensure change event fires when slider value changes to 0. Thanks @hannahblair!
8+
39
## 0.7.4
410

511
### Dependency updates

js/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/slider",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

0 commit comments

Comments
 (0)