Skip to content

Commit 8260ca2

Browse files
chore: update versions
1 parent e3f80b8 commit 8260ca2

File tree

8 files changed

+21
-17
lines changed

8 files changed

+21
-17
lines changed

.changeset/cruel-fans-report.md

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

.changeset/khaki-boats-decide.md

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

.changeset/petite-cougars-lie.md

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

CHANGELOG.md

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

3+
## 5.49.2
4+
5+
### Fixes
6+
7+
- [#12124](https://github.com/gradio-app/gradio/pull/12124) [`ce39568`](https://github.com/gradio-app/gradio/commit/ce395687484f1c4f6a8e90d168dffdf5d83c873c) - Add python 3.14 support. Thanks @aliabid94!
8+
39
## 5.49.1
410

511
### Fixes

gradio/CHANGELOG.md

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

3+
## 5.49.2
4+
5+
### Fixes
6+
7+
- [#12124](https://github.com/gradio-app/gradio/pull/12124) [`ce39568`](https://github.com/gradio-app/gradio/commit/ce395687484f1c4f6a8e90d168dffdf5d83c873c) - Add python 3.14 support. Thanks @aliabid94!
8+
39
## 5.49.1
410

511
### Fixes

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": "5.49.1",
3+
"version": "5.49.2",
44
"description": "",
55
"python": "true"
66
}

js/_website/CHANGELOG.md

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

3+
## 0.66.0
4+
5+
### Features
6+
7+
- [#12162](https://github.com/gradio-app/gradio/pull/12162) [`81278c4`](https://github.com/gradio-app/gradio/commit/81278c41110b94e7bee9b4fe493b5df72afd4b13) - Fix huggingface-hub issue in lite. Thanks @aliabd!
8+
- [#12362](https://github.com/gradio-app/gradio/pull/12362) [`e3f80b8`](https://github.com/gradio-app/gradio/commit/e3f80b88ad8c69ef2f85ee68bc89c5019a40ebfd) - Add kickoff stream link to website banner. Thanks @aliabd!
9+
310
## 0.65.0
411

512
### 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.65.0",
3+
"version": "0.66.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",

0 commit comments

Comments
 (0)