Skip to content

Commit 41eb4cf

Browse files
chore: update versions (#11745)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f54e454 commit 41eb4cf

File tree

11 files changed

+36
-16
lines changed

11 files changed

+36
-16
lines changed

.changeset/khaki-houses-smell.md

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

.changeset/lemon-worms-end.md

Lines changed: 0 additions & 6 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+
## 5.43.1
4+
5+
### Features
6+
7+
- [#11744](https://github.com/gradio-app/gradio/pull/11744) [`f54e454`](https://github.com/gradio-app/gradio/commit/f54e454d6c2e256873f49e8bfb89f7161ec0a040) - fix client. Thanks @abidlabs!
8+
- [#11743](https://github.com/gradio-app/gradio/pull/11743) [`a420ef4`](https://github.com/gradio-app/gradio/commit/a420ef42e895fb78f78c835923f10c5da8fb873c) - Remove unneeded `svelte-ignore` lines in gr.Dialogue. Thanks @hannahblair!
9+
310
## 5.43.0
411

512
### Features

client/python/CHANGELOG.md

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

3+
## 1.12.1
4+
5+
### Features
6+
7+
- [#11744](https://github.com/gradio-app/gradio/pull/11744) [`f54e454`](https://github.com/gradio-app/gradio/commit/f54e454d6c2e256873f49e8bfb89f7161ec0a040) - fix client. Thanks @abidlabs!
8+
39
## 1.12.0
410

511
### Features

client/python/gradio_client/CHANGELOG.md

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

3+
## 1.12.1
4+
5+
### Features
6+
7+
- [#11744](https://github.com/gradio-app/gradio/pull/11744) [`f54e454`](https://github.com/gradio-app/gradio/commit/f54e454d6c2e256873f49e8bfb89f7161ec0a040) - fix client. Thanks @abidlabs!
8+
39
## 1.12.0
410

511
### Features

client/python/gradio_client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gradio_client",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "",
55
"python": "true",
66
"main_changeset": true,

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+
## 5.43.1
4+
5+
### Features
6+
7+
- [#11744](https://github.com/gradio-app/gradio/pull/11744) [`f54e454`](https://github.com/gradio-app/gradio/commit/f54e454d6c2e256873f49e8bfb89f7161ec0a040) - fix client. Thanks @abidlabs!
8+
- [#11743](https://github.com/gradio-app/gradio/pull/11743) [`a420ef4`](https://github.com/gradio-app/gradio/commit/a420ef42e895fb78f78c835923f10c5da8fb873c) - Remove unneeded `svelte-ignore` lines in gr.Dialogue. Thanks @hannahblair!
9+
310
## 5.43.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": "5.43.0",
3+
"version": "5.43.1",
44
"description": "",
55
"python": "true"
66
}

js/dialogue/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Features
6+
7+
- [#11743](https://github.com/gradio-app/gradio/pull/11743) [`a420ef4`](https://github.com/gradio-app/gradio/commit/a420ef42e895fb78f78c835923f10c5da8fb873c) - Remove unneeded `svelte-ignore` lines in gr.Dialogue. Thanks @hannahblair!
8+
39
## 0.2.0
410

511
### Features

js/dialogue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/dialogue",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Gradio dialogue component",
55
"type": "module",
66
"author": "Gradio",

0 commit comments

Comments
 (0)