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 Sep 14, 2023
1 parent 2772235 commit 5a247b9
Show file tree
Hide file tree
Showing 87 changed files with 514 additions and 82 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@
"@gradio/video": "0.0.6",
"@gradio/wasm": "0.0.1"
},
"changesets": []
"changesets": [
"cold-hoops-heal",
"eager-wasps-move",
"new-chairs-kick"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gradio

## 3.45.0-beta.0

### Features

- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)!
- [#5547](https://github.com/gradio-app/gradio/pull/5547) [`290f51871`](https://github.com/gradio-app/gradio/commit/290f5187160cdbd7a786494fe3c19b0e70abe167) - fix: typo in UploadButton's docstring. Thanks [@chaeheum3](https://github.com/chaeheum3)!

## 3.44.2

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

## 3.45.0-beta.0

### Features

- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)!
- [#5547](https://github.com/gradio-app/gradio/pull/5547) [`290f51871`](https://github.com/gradio-app/gradio/commit/290f5187160cdbd7a786494fe3c19b0e70abe167) - fix: typo in UploadButton's docstring. Thanks [@chaeheum3](https://github.com/chaeheum3)!

## 3.44.2

### 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.44.2",
"version": "3.45.0-beta.0",
"description": "",
"python": "true"
}
2 changes: 1 addition & 1 deletion gradio/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.44.2
3.45.0-beta.0
9 changes: 9 additions & 0 deletions js/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/accordion

## 0.0.5-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/column@0.1.0-beta.0
- @gradio/statustracker@0.3.0-beta.0

## 0.0.4

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

## 0.1.3-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/icons@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/annotatedimage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.1.2",
"version": "0.1.3-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
Expand Down
46 changes: 46 additions & 0 deletions js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @gradio/app

## 1.5.3-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db), [`b5c6f7b08`](https://github.com/gradio-app/gradio/commit/b5c6f7b086a6419f27c757ad9b2ac9ea679b749b)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/column@0.1.0-beta.0
- @gradio/icons@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0
- @gradio/wasm@0.0.2-beta.0
- @gradio/accordion@0.0.5-beta.0
- @gradio/annotatedimage@0.1.3-beta.0
- @gradio/audio@0.3.4-beta.0
- @gradio/box@0.0.5-beta.0
- @gradio/chatbot@0.3.3-beta.0
- @gradio/checkbox@0.1.4-beta.0
- @gradio/checkboxgroup@0.2.1-beta.0
- @gradio/code@0.1.3-beta.0
- @gradio/colorpicker@0.1.3-beta.0
- @gradio/dataframe@0.2.3-beta.0
- @gradio/dropdown@0.2.3-beta.0
- @gradio/file@0.1.3-beta.0
- @gradio/form@0.0.6-beta.0
- @gradio/gallery@0.3.4-beta.0
- @gradio/highlightedtext@0.3.1-beta.0
- @gradio/html@0.0.5-beta.0
- @gradio/image@0.2.4-beta.0
- @gradio/json@0.0.6-beta.0
- @gradio/label@0.1.3-beta.0
- @gradio/markdown@0.2.1-beta.0
- @gradio/model3d@0.2.2-beta.0
- @gradio/number@0.2.3-beta.0
- @gradio/plot@0.1.3-beta.0
- @gradio/radio@0.2.1-beta.0
- @gradio/slider@0.1.3-beta.0
- @gradio/textbox@0.3.1-beta.0
- @gradio/timeseries@0.0.6-beta.0
- @gradio/video@0.0.8-beta.0
- @gradio/tabitem@0.0.5-beta.0
- @gradio/button@0.1.4-beta.0
- @gradio/uploadbutton@0.0.6-beta.0
- @gradio/tabs@0.0.6-beta.0
- @gradio/row@0.0.1

## 1.5.2

### 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.5.2",
"version": "1.5.3-beta.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 7 additions & 1 deletion js/atoms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/atoms

## 0.2.0-beta.0

### Features

- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)!

## 0.1.2

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

- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/utils@0.0.2
2 changes: 1 addition & 1 deletion js/atoms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/atoms",
"version": "0.1.2",
"version": "0.2.0-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
Expand Down
16 changes: 14 additions & 2 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# @gradio/audio

## 0.3.4-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/icons@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0
- @gradio/button@0.1.4-beta.0

## 0.3.3

### Fixes

- [#5459](https://github.com/gradio-app/gradio/pull/5459) [`bd2fda77`](https://github.com/gradio-app/gradio/commit/bd2fda77fc98d815f4fb670f535af453ebee9b80) - Dispatch `stop_recording` event in Audio. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5459](https://github.com/gradio-app/gradio/pull/5459) [`bd2fda77`](https://github.com/gradio-app/gradio/commit/bd2fda77fc98d815f4fb670f535af453ebee9b80) - Dispatch `stop_recording` event in Audio. Thanks [@hannahblair](https://github.com/hannahblair)!

## 0.3.2

Expand Down Expand Up @@ -62,4 +74,4 @@ Thanks [@pngwn](https://github.com/pngwn)!

### Features

- [#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)!
- [#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)!
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.3",
"version": "0.3.4-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
7 changes: 7 additions & 0 deletions js/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/box

## 0.0.5-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.0.4",
"version": "0.0.5-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.svelte",
Expand Down
8 changes: 8 additions & 0 deletions js/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/button

## 0.1.4-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.1.3",
"version": "0.1.4-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
Expand Down
16 changes: 14 additions & 2 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# @gradio/chatbot

## 0.3.3-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/icons@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0
- @gradio/markdown@0.2.1-beta.0

## 0.3.2

### Fixes

- [#5470](https://github.com/gradio-app/gradio/pull/5470) [`a4e010a9`](https://github.com/gradio-app/gradio/commit/a4e010a96f1d8a52b3ac645e03fe472b9c3cbbb1) - Fix share button position. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#5470](https://github.com/gradio-app/gradio/pull/5470) [`a4e010a9`](https://github.com/gradio-app/gradio/commit/a4e010a96f1d8a52b3ac645e03fe472b9c3cbbb1) - Fix share button position. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!

## 0.3.1

Expand Down Expand Up @@ -96,4 +108,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.3.2",
"version": "0.3.3-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
9 changes: 9 additions & 0 deletions js/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/checkbox

## 0.1.4-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.1.3",
"version": "0.1.4-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
13 changes: 11 additions & 2 deletions js/checkboxgroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# @gradio/checkboxgroup

## 0.2.1-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0

## 0.2.0

### Features

- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.1.2

Expand Down Expand Up @@ -49,4 +58,4 @@ Thanks [@pngwn](https://github.com/pngwn)!

- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)!
2 changes: 1 addition & 1 deletion js/checkboxgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.2.0",
"version": "0.2.1-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",
Expand Down
11 changes: 11 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gradio/code

## 0.1.3-beta.0

### Patch Changes

- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]:
- @gradio/atoms@0.2.0-beta.0
- @gradio/icons@0.2.0-beta.0
- @gradio/statustracker@0.3.0-beta.0
- @gradio/upload@0.3.0-beta.0
- @gradio/utils@0.2.0-beta.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.1.2",
"version": "0.1.3-beta.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
Expand Down
Loading

0 comments on commit 5a247b9

Please sign in to comment.