Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions (beta) #5662

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,32 @@
"@gradio/preview": "0.0.2"
},
"changesets": [
"chatty-adults-reply",
"chubby-hounds-itch",
"cold-hoops-heal",
"cold-lemons-roll",
"cold-lights-trade",
"dirty-ghosts-tickle",
"dry-points-join",
"easy-mirrors-retire",
"empty-bobcats-judge",
"great-mammals-lead",
"hip-drinks-bow",
"hot-words-sin",
"lazy-aliens-drive",
"lovely-radios-worry",
"many-tips-create",
"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-pants-stand",
"smart-groups-study",
"strong-peas-tell",
"three-trams-sniff"
]
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# gradio

## 3.45.0-beta.9

### Features

- [#5678](https://github.com/gradio-app/gradio/pull/5678) [`6be98dac3`](https://github.com/gradio-app/gradio/commit/6be98dac33626ed48e0da8abf62fa545ed217ae0) - Patch fixes. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5665](https://github.com/gradio-app/gradio/pull/5665) [`0b072d797`](https://github.com/gradio-app/gradio/commit/0b072d797d5f92edfd00de8bae737bf16a885815) - Make layout components templateable. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5635](https://github.com/gradio-app/gradio/pull/5635) [`38fafb9e2`](https://github.com/gradio-app/gradio/commit/38fafb9e2a5509b444942e1d5dd48dffa20066f4) - Fix typos in Gallery docs. Thanks [@atesgoral](https://github.com/atesgoral)!
- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)!
- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5625](https://github.com/gradio-app/gradio/pull/5625) [`9ccc4794a`](https://github.com/gradio-app/gradio/commit/9ccc4794a72ce8319417119f6c370e7af3ffca6d) - Use ContextVar instead of threading.local(). Thanks [@cbensimon](https://github.com/cbensimon)!
- [#5636](https://github.com/gradio-app/gradio/pull/5636) [`fb5964fb8`](https://github.com/gradio-app/gradio/commit/fb5964fb88082e7b956853b543c468116811cab9) - Fix bug in example cache loading event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5633](https://github.com/gradio-app/gradio/pull/5633) [`341402337`](https://github.com/gradio-app/gradio/commit/34140233794c29d4722020e13c2d045da642dfae) - Allow Gradio apps containing `gr.Radio()`, `gr.Checkboxgroup()`, or `gr.Dropdown()` to be loaded with `gr.load()`. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!

## 3.45.0-beta.8

### Features
Expand Down
18 changes: 18 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# gradio

## 3.45.0-beta.9

### Features

- [#5678](https://github.com/gradio-app/gradio/pull/5678) [`6be98dac3`](https://github.com/gradio-app/gradio/commit/6be98dac33626ed48e0da8abf62fa545ed217ae0) - Patch fixes. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5665](https://github.com/gradio-app/gradio/pull/5665) [`0b072d797`](https://github.com/gradio-app/gradio/commit/0b072d797d5f92edfd00de8bae737bf16a885815) - Make layout components templateable. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5635](https://github.com/gradio-app/gradio/pull/5635) [`38fafb9e2`](https://github.com/gradio-app/gradio/commit/38fafb9e2a5509b444942e1d5dd48dffa20066f4) - Fix typos in Gallery docs. Thanks [@atesgoral](https://github.com/atesgoral)!
- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)!
- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

### Fixes

- [#5625](https://github.com/gradio-app/gradio/pull/5625) [`9ccc4794a`](https://github.com/gradio-app/gradio/commit/9ccc4794a72ce8319417119f6c370e7af3ffca6d) - Use ContextVar instead of threading.local(). Thanks [@cbensimon](https://github.com/cbensimon)!
- [#5636](https://github.com/gradio-app/gradio/pull/5636) [`fb5964fb8`](https://github.com/gradio-app/gradio/commit/fb5964fb88082e7b956853b543c468116811cab9) - Fix bug in example cache loading event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5633](https://github.com/gradio-app/gradio/pull/5633) [`341402337`](https://github.com/gradio-app/gradio/commit/34140233794c29d4722020e13c2d045da642dfae) - Allow Gradio apps containing `gr.Radio()`, `gr.Checkboxgroup()`, or `gr.Dropdown()` to be loaded with `gr.load()`. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!

## 3.45.0-beta.8

### Features
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.8",
"version": "3.45.0-beta.9",
"description": "",
"python": "true"
}
6 changes: 6 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# website

## 0.6.1-beta.0

### Fixes

- [#5608](https://github.com/gradio-app/gradio/pull/5608) [`eebf9d71f`](https://github.com/gradio-app/gradio/commit/eebf9d71f90a83bd84b62c855fdcd13b086f7ad5) - Styling fixes to guides. Thanks [@aliabd](https://github.com/aliabd)!

## 0.6.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/_website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.6.0",
"version": "0.6.1-beta.0",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
Expand Down
8 changes: 7 additions & 1 deletion js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/app

## 1.6.0-beta.6

### Features

- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 1.6.0-beta.5

### Patch Changes
Expand Down Expand Up @@ -385,4 +391,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
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.5",
"version": "1.6.0-beta.6",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/chatbot

## 0.4.0-beta.6

### Fixes

- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!

## 0.4.0-beta.5

### Features
Expand Down
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.5",
"version": "0.4.0-beta.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
6 changes: 6 additions & 0 deletions js/tabitem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/tabitem

## 0.0.5-beta.5

### Features

- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.0.5-beta.4

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/tabitem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/tabitem",
"version": "0.0.5-beta.4",
"version": "0.0.5-beta.5",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions js/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/tabs

## 0.0.6-beta.5

### Features

- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.0.6-beta.4

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/tabs",
"version": "0.0.6-beta.4",
"version": "0.0.6-beta.5",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions js/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/wasm

## 0.0.3-beta.0

### Features

- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)!

## 0.0.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion js/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/wasm",
"version": "0.0.2",
"version": "0.0.3-beta.0",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",
Expand Down
27 changes: 0 additions & 27 deletions pnpm-lock.yaml

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

Loading