Skip to content

Commit b6bcd04

Browse files
chore: update versions (#10876)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ba9e4f commit b6bcd04

File tree

7 files changed

+25
-21
lines changed

7 files changed

+25
-21
lines changed

.changeset/curly-eagles-stand.md

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

.changeset/public-zoos-obey.md

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

.changeset/puny-jokes-clap.md

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

.changeset/some-masks-stay.md

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

CHANGELOG.md

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

3+
## 5.23.1
4+
5+
### Features
6+
7+
- [#10877](https://github.com/gradio-app/gradio/pull/10877) [`b19e8ad`](https://github.com/gradio-app/gradio/commit/b19e8ad26789146a8b4dcab65715b2bc05937d7c) - Switch from `root_url` to `request.url` in `get_api_call_path()`. Thanks @abidlabs!
8+
- [#10879](https://github.com/gradio-app/gradio/pull/10879) [`3ba9e4f`](https://github.com/gradio-app/gradio/commit/3ba9e4febb9d32a7d523af46e0484face4cc8e64) - Fix request url. Thanks @abidlabs!
9+
10+
### Fixes
11+
12+
- [#10872](https://github.com/gradio-app/gradio/pull/10872) [`84fafc4`](https://github.com/gradio-app/gradio/commit/84fafc45bf9f8fbc5fe39ff20dbb7108d0a66e94) - Fix `/monitoring` endpoint. Thanks @aliabid94!
13+
- [#10873](https://github.com/gradio-app/gradio/pull/10873) [`3a3d0d9`](https://github.com/gradio-app/gradio/commit/3a3d0d93884ccf498713bad748bacdd5294b535e) - Improve UI for lazy caching. Thanks @abidlabs!
14+
315
## 5.23.0
416

517
### Features

gradio/CHANGELOG.md

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

3+
## 5.23.1
4+
5+
### Features
6+
7+
- [#10877](https://github.com/gradio-app/gradio/pull/10877) [`b19e8ad`](https://github.com/gradio-app/gradio/commit/b19e8ad26789146a8b4dcab65715b2bc05937d7c) - Switch from `root_url` to `request.url` in `get_api_call_path()`. Thanks @abidlabs!
8+
- [#10879](https://github.com/gradio-app/gradio/pull/10879) [`3ba9e4f`](https://github.com/gradio-app/gradio/commit/3ba9e4febb9d32a7d523af46e0484face4cc8e64) - Fix request url. Thanks @abidlabs!
9+
10+
### Fixes
11+
12+
- [#10872](https://github.com/gradio-app/gradio/pull/10872) [`84fafc4`](https://github.com/gradio-app/gradio/commit/84fafc45bf9f8fbc5fe39ff20dbb7108d0a66e94) - Fix `/monitoring` endpoint. Thanks @aliabid94!
13+
- [#10873](https://github.com/gradio-app/gradio/pull/10873) [`3a3d0d9`](https://github.com/gradio-app/gradio/commit/3a3d0d93884ccf498713bad748bacdd5294b535e) - Improve UI for lazy caching. Thanks @abidlabs!
14+
315
## 5.23.0
416

517
### 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": "5.23.0",
3+
"version": "5.23.1",
44
"description": "",
55
"python": "true"
66
}

0 commit comments

Comments
 (0)