chore: update versions (#5543)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-09-14 08:52:36 +01:00 committed by GitHub
parent 85579b63da
commit aee3757ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 31 additions and 15 deletions

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:allow gr.Image() examples to take urls

View File

@ -1,6 +0,0 @@
---
"@gradio/dropdown": patch
"gradio": patch
---
fix:Fixes dropdown breaking if a user types in invalid value and presses enter

View File

@ -1,5 +1,12 @@
# gradio
## 3.44.2
### Fixes
- [#5537](https://github.com/gradio-app/gradio/pull/5537) [`301c7878`](https://github.com/gradio-app/gradio/commit/301c7878217f9fc531c0f28330b394f02955811b) - allow gr.Image() examples to take urls. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)!
## 3.44.1
### Fixes

View File

@ -1,5 +1,12 @@
# gradio
## 3.44.2
### Fixes
- [#5537](https://github.com/gradio-app/gradio/pull/5537) [`301c7878`](https://github.com/gradio-app/gradio/commit/301c7878217f9fc531c0f28330b394f02955811b) - allow gr.Image() examples to take urls. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)!
## 3.44.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "3.44.1",
"version": "3.44.2",
"description": "",
"python": "true"
}

View File

@ -1 +1 @@
3.44.1
3.44.2

View File

@ -1,5 +1,12 @@
# @gradio/app
## 1.5.2
### Patch Changes
- Updated dependencies [[`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c)]:
- @gradio/dropdown@0.2.2
## 1.5.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,11 @@
# @gradio/dropdown
## 0.2.2
### Fixes
- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.2.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.2.1",
"version": "0.2.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",