Skip to content

Commit 4d97c68

Browse files
chore: update versions (#12939)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3710a3 commit 4d97c68

File tree

13 files changed

+50
-21
lines changed

13 files changed

+50
-21
lines changed

.changeset/busy-heads-bet.md

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

.changeset/five-dolls-heal.md

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

.changeset/weak-candles-happen.md

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

CHANGELOG.md

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

3+
## 6.8.0
4+
5+
### Features
6+
7+
- [#12909](https://github.com/gradio-app/gradio/pull/12909) [`362fba6`](https://github.com/gradio-app/gradio/commit/362fba6cff820076006e4865a573d9e67370957f) - Allow uploading files from gr.HTML. Thanks @aliabid94!
8+
9+
### Fixes
10+
11+
- [#12928](https://github.com/gradio-app/gradio/pull/12928) [`e3710a3`](https://github.com/gradio-app/gradio/commit/e3710a3c189e87ac35e627f79c08530b003e7f9f) - Fix OOM error in gr.load. Thanks @freddyaboulton!
12+
- [#12927](https://github.com/gradio-app/gradio/pull/12927) [`ca84f3e`](https://github.com/gradio-app/gradio/commit/ca84f3e36c6a3f3c3f0b57084b6f514d6cded1d4) - Fix Gallery CSS Issue. Thanks @freddyaboulton!
13+
314
## 6.7.1
415

516
### Features

gradio/CHANGELOG.md

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

3+
## 6.8.0
4+
5+
### Features
6+
7+
- [#12909](https://github.com/gradio-app/gradio/pull/12909) [`362fba6`](https://github.com/gradio-app/gradio/commit/362fba6cff820076006e4865a573d9e67370957f) - Allow uploading files from gr.HTML. Thanks @aliabid94!
8+
9+
### Fixes
10+
11+
- [#12928](https://github.com/gradio-app/gradio/pull/12928) [`e3710a3`](https://github.com/gradio-app/gradio/commit/e3710a3c189e87ac35e627f79c08530b003e7f9f) - Fix OOM error in gr.load. Thanks @freddyaboulton!
12+
- [#12927](https://github.com/gradio-app/gradio/pull/12927) [`ca84f3e`](https://github.com/gradio-app/gradio/commit/ca84f3e36c6a3f3c3f0b57084b6f514d6cded1d4) - Fix Gallery CSS Issue. Thanks @freddyaboulton!
13+
314
## 6.7.1
415

516
### 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.7.1",
3+
"version": "6.8.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.71.1
4+
5+
### Dependency updates
6+
7+
- @gradio/html@0.11.0
8+
39
## 0.71.0
410

511
### 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.71.0",
3+
"version": "0.71.1",
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/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.3.0
44

5+
### Dependency updates
6+
7+
- @gradio/html@0.11.0
8+
9+
## 1.3.0
10+
511
### Features
612

713
- [#12918](https://github.com/gradio-app/gradio/pull/12918) [`e29e1cc`](https://github.com/gradio-app/gradio/commit/e29e1ccd5874cb98b813ed4f7f72d9fef2935016) - Add Space-specific skill generation to `gradio skills add`. Thanks @abidlabs!

js/gallery/CHANGELOG.md

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

3+
## 0.17.2
4+
5+
### Fixes
6+
7+
- [#12927](https://github.com/gradio-app/gradio/pull/12927) [`ca84f3e`](https://github.com/gradio-app/gradio/commit/ca84f3e36c6a3f3c3f0b57084b6f514d6cded1d4) - Fix Gallery CSS Issue. Thanks @freddyaboulton!
8+
39
## 0.17.1
410

511
### Dependency updates

0 commit comments

Comments
 (0)