Skip to content

Commit

Permalink
chore: update versions (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent 628f74a commit 95df077
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 62 deletions.
26 changes: 15 additions & 11 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,49 +56,53 @@
"@gradio/video": "0.0.6",
"@gradio/wasm": "0.0.1",
"@gradio/fallback": "0.1.1",
"@gradio/preview": "0.0.2"
"@gradio/preview": "0.0.2",
"@gradio/fileexplorer": "0.2.1"
},
"changesets": [
"afraid-cougars-rescue",
"bright-planes-divide",
"chatty-adults-reply",
"chubby-hounds-itch",
"cold-hoops-heal",
"cold-lemons-roll",
"cold-lights-trade",
"dark-cups-see",
"dirty-ghosts-tickle",
"dry-comics-lick",
"dry-points-join",
"eager-goats-share",
"easy-mirrors-retire",
"empty-bobcats-judge",
"evil-berries-teach",
"five-showers-bet",
"fresh-ears-pump",
"great-mammals-lead",
"giant-beans-clap",
"heavy-animals-think",
"hip-drinks-bow",
"hot-words-sin",
"icy-cars-boil",
"large-banks-push",
"lazy-aliens-drive",
"light-buses-enter",
"lovely-news-speak",
"lovely-radios-worry",
"many-tips-create",
"modern-forks-march",
"nice-actors-write",
"old-heads-give",
"open-points-sort",
"plain-groups-win",
"plenty-teeth-clap",
"puny-papayas-bake",
"purple-jokes-shake",
"real-items-cover",
"rich-points-dance",
"sad-ears-sink",
"sad-eels-sink",
"short-clouds-see",
"silver-beers-refuse",
"slick-bats-study",
"slick-pants-stand",
"smart-groups-study",
"some-shoes-relate",
"strong-peas-tell",
"tame-chairs-tan",
"three-trams-sniff",
"true-bugs-shine",
"two-mirrors-nail",
"vast-terms-rhyme",
"wet-places-hunt"
]
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# gradio

## 3.45.0-beta.12

### Features

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Lite: Fix Examples.create() to be a normal func so it can be called in the Wasm env. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Mention that audio is normalized when converting to wav in docs. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Add support for gr.Request to gr.ChatInterface. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5770](https://github.com/gradio-app/gradio/pull/5770) [`7d2989677`](https://github.com/gradio-app/gradio/commit/7d298967726f91239c07c219d1dd00b3d9f66cb9) - Fix deployed demos on v4 branch. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5851](https://github.com/gradio-app/gradio/pull/5851) [`4ee02d765`](https://github.com/gradio-app/gradio/commit/4ee02d7659e362403b31d3ed51622e95a4dcc9dc) - Set api=False for cancel events. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5768](https://github.com/gradio-app/gradio/pull/5768) [`00b4e9bb5`](https://github.com/gradio-app/gradio/commit/00b4e9bb54f37c68bb275c137bf08e2c7aefcb17) - Simplify how files are handled in components in 4.0. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5782](https://github.com/gradio-app/gradio/pull/5782) [`370a33ac6`](https://github.com/gradio-app/gradio/commit/370a33ac68104ad45f4fb0e5d5aabf46ed4fa41a) - Name Endpoints if api_name is None. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5853](https://github.com/gradio-app/gradio/pull/5853) [`6f34b765b`](https://github.com/gradio-app/gradio/commit/6f34b765b388525b9e26d6454296613fd9e99528) - V4: Use async version of shutil in upload route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5852](https://github.com/gradio-app/gradio/pull/5852) [`46e63d657`](https://github.com/gradio-app/gradio/commit/46e63d657f3d2776359276a0cf28108f9fd598b5) - V4: Set cache dir for some component tests. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Fix error when scrolling dropdown with scrollbar. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Convert async methods in the Examples class into normal sync methods. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Assert refactor in external.py. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Quick fix: Chatbot change event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 3.47.1

### Fixes
Expand Down
10 changes: 10 additions & 0 deletions client/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gradio_client

## 0.6.0-beta.3

### Features

- [#5768](https://github.com/gradio-app/gradio/pull/5768) [`00b4e9bb5`](https://github.com/gradio-app/gradio/commit/00b4e9bb54f37c68bb275c137bf08e2c7aefcb17) - Simplify how files are handled in components in 4.0. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Assert refactor in external.py. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.6.0

### Highlights
Expand Down
10 changes: 10 additions & 0 deletions client/python/gradio_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gradio_client

## 0.6.0-beta.3

### Features

- [#5768](https://github.com/gradio-app/gradio/pull/5768) [`00b4e9bb5`](https://github.com/gradio-app/gradio/commit/00b4e9bb54f37c68bb275c137bf08e2c7aefcb17) - Simplify how files are handled in components in 4.0. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Assert refactor in external.py. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.6.0

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion client/python/gradio_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "0.6.0-beta.2",
"version": "0.6.0-beta.3",
"description": "",
"python": "true",
"main_changeset": true
Expand Down
21 changes: 21 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# gradio

## 3.45.0-beta.12

### Features

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Lite: Fix Examples.create() to be a normal func so it can be called in the Wasm env. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Mention that audio is normalized when converting to wav in docs. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Add support for gr.Request to gr.ChatInterface. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5770](https://github.com/gradio-app/gradio/pull/5770) [`7d2989677`](https://github.com/gradio-app/gradio/commit/7d298967726f91239c07c219d1dd00b3d9f66cb9) - Fix deployed demos on v4 branch. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5851](https://github.com/gradio-app/gradio/pull/5851) [`4ee02d765`](https://github.com/gradio-app/gradio/commit/4ee02d7659e362403b31d3ed51622e95a4dcc9dc) - Set api=False for cancel events. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5768](https://github.com/gradio-app/gradio/pull/5768) [`00b4e9bb5`](https://github.com/gradio-app/gradio/commit/00b4e9bb54f37c68bb275c137bf08e2c7aefcb17) - Simplify how files are handled in components in 4.0. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5782](https://github.com/gradio-app/gradio/pull/5782) [`370a33ac6`](https://github.com/gradio-app/gradio/commit/370a33ac68104ad45f4fb0e5d5aabf46ed4fa41a) - Name Endpoints if api_name is None. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5853](https://github.com/gradio-app/gradio/pull/5853) [`6f34b765b`](https://github.com/gradio-app/gradio/commit/6f34b765b388525b9e26d6454296613fd9e99528) - V4: Use async version of shutil in upload route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5852](https://github.com/gradio-app/gradio/pull/5852) [`46e63d657`](https://github.com/gradio-app/gradio/commit/46e63d657f3d2776359276a0cf28108f9fd598b5) - V4: Set cache dir for some component tests. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Fix error when scrolling dropdown with scrollbar. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Convert async methods in the Examples class into normal sync methods. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Assert refactor in external.py. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Quick fix: Chatbot change event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 3.47.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "3.45.0-beta.11",
"version": "3.45.0-beta.12",
"description": "",
"python": "true"
}
9 changes: 9 additions & 0 deletions js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/app

## 1.6.0-beta.8

### Patch Changes

- Updated dependencies [[`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7), [`7d2989677`](https://github.com/gradio-app/gradio/commit/7d298967726f91239c07c219d1dd00b3d9f66cb9), [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7)]:
- @gradio/dropdown@0.3.0-beta.6
- @gradio/audio@0.4.0-beta.0
- @gradio/chatbot@0.4.0-beta.7

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.6.0-beta.7",
"version": "1.6.0-beta.8",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/audio

## 0.4.0-beta.0

### Features

- [#5770](https://github.com/gradio-app/gradio/pull/5770) [`7d2989677`](https://github.com/gradio-app/gradio/commit/7d298967726f91239c07c219d1dd00b3d9f66cb9) - Fix deployed demos on v4 branch. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.3.7

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.3.7",
"version": "0.4.0-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
8 changes: 7 additions & 1 deletion js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/chatbot

## 0.4.0-beta.7

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Quick fix: Chatbot change event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.5.2

### Patch Changes
Expand Down Expand Up @@ -143,4 +149,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2
2 changes: 1 addition & 1 deletion js/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.4.0-beta.6",
"version": "0.4.0-beta.7",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
8 changes: 7 additions & 1 deletion js/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/dropdown

## 0.3.0-beta.6

### Fixes

- [#5879](https://github.com/gradio-app/gradio/pull/5879) [`628f74a10`](https://github.com/gradio-app/gradio/commit/628f74a1047583f58f461f9b1b14196fa8f8a9d7) - Fix error when scrolling dropdown with scrollbar. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.3.2

### Patch Changes
Expand Down Expand Up @@ -110,4 +116,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes

- [#5062](https://github.com/gradio-app/gradio/pull/5062) [`7d897165`](https://github.com/gradio-app/gradio/commit/7d89716519d0751072792c9bbda668ffeb597296) - `gr.Dropdown` now has correct behavior in static mode as well as when an option is selected. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!
2 changes: 1 addition & 1 deletion js/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.3.0-beta.5",
"version": "0.3.0-beta.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
42 changes: 0 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles>=22.0,<24.0
altair>=4.2.0,<6.0
fastapi
ffmpy
gradio_client==0.6.0-beta.2
gradio_client==0.6.0-beta.3
httpx
huggingface_hub>=0.14.0
importlib_resources>=1.3,<7.0
Expand Down

0 comments on commit 95df077

Please sign in to comment.