Skip to content

Commit

Permalink
chore: update versions (#6797)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pngwn and github-actions[bot] authored Dec 15, 2023
1 parent 69680b5 commit 9ea7b6f
Show file tree
Hide file tree
Showing 47 changed files with 326 additions and 111 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-experts-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/full-gifts-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-dragons-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-donkeys-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pots-stare.md

This file was deleted.

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

## 4.10.0

### Features

- [#6798](https://github.com/gradio-app/gradio/pull/6798) [`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4) - Improve how server/js client handle unexpected errors. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#6794](https://github.com/gradio-app/gradio/pull/6794) [`7ba8c5d`](https://github.com/gradio-app/gradio/commit/7ba8c5da45b004edd12c0460be9222f5b5f5f055) - Fix SSRF vulnerability on `/file=` route. Thanks [@abidlabs](https://github.com/abidlabs)!

### Fixes

- [#6799](https://github.com/gradio-app/gradio/pull/6799) [`c352811`](https://github.com/gradio-app/gradio/commit/c352811f76d4126613ece0a584f8c552fdd8d1f6) - Adds docstrings for `gr.WaveformOptions`, `gr.Brush`, and `gr.Eraser`, fixes examples for `ImageEditor`, and allows individual images to be used as the initial `value` for `ImageEditor`. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#6808](https://github.com/gradio-app/gradio/pull/6808) [`6b130e2`](https://github.com/gradio-app/gradio/commit/6b130e26b9a6061e7984923b355a04a5484a1c96) - Ensure LoginButton `value` text is displayed. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#6810](https://github.com/gradio-app/gradio/pull/6810) [`526fb6c`](https://github.com/gradio-app/gradio/commit/526fb6c446468f1567d614c83266bb5f5797ce9c) - Fix `gr.load()` so that it works with the SSE v1 protocol. Thanks [@abidlabs](https://github.com/abidlabs)!

## 4.9.1

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

## 0.9.2

### Features

- [#6798](https://github.com/gradio-app/gradio/pull/6798) [`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4) - Improve how server/js client handle unexpected errors. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.9.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.9.1",
"version": "0.9.2",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# gradio

## 4.10.0

### Features

- [#6798](https://github.com/gradio-app/gradio/pull/6798) [`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4) - Improve how server/js client handle unexpected errors. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#6794](https://github.com/gradio-app/gradio/pull/6794) [`7ba8c5d`](https://github.com/gradio-app/gradio/commit/7ba8c5da45b004edd12c0460be9222f5b5f5f055) - Fix SSRF vulnerability on `/file=` route. Thanks [@abidlabs](https://github.com/abidlabs)!

### Fixes

- [#6799](https://github.com/gradio-app/gradio/pull/6799) [`c352811`](https://github.com/gradio-app/gradio/commit/c352811f76d4126613ece0a584f8c552fdd8d1f6) - Adds docstrings for `gr.WaveformOptions`, `gr.Brush`, and `gr.Eraser`, fixes examples for `ImageEditor`, and allows individual images to be used as the initial `value` for `ImageEditor`. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#6808](https://github.com/gradio-app/gradio/pull/6808) [`6b130e2`](https://github.com/gradio-app/gradio/commit/6b130e26b9a6061e7984923b355a04a5484a1c96) - Ensure LoginButton `value` text is displayed. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#6810](https://github.com/gradio-app/gradio/pull/6810) [`526fb6c`](https://github.com/gradio-app/gradio/commit/526fb6c446468f1567d614c83266bb5f5797ce9c) - Fix `gr.load()` so that it works with the SSE v1 protocol. Thanks [@abidlabs](https://github.com/abidlabs)!

## 4.9.1

### 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": "4.9.1",
"version": "4.10.0",
"description": "",
"python": "true"
}
7 changes: 7 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.20.2

### Patch Changes

- Updated dependencies []:
- @gradio/code@0.3.2

## 0.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions js/_website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.20.1",
"version": "0.20.2",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
Expand All @@ -22,7 +22,7 @@
},
"type": "module",
"dependencies": {
"@gradio/code": "0.3.1",
"@gradio/code": "0.3.2",
"@sindresorhus/slugify": "^2.2.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"hast-util-to-string": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions js/annotatedimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/annotatedimage

## 0.3.12

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/upload@0.5.5

## 0.3.11

### 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.3.11",
"version": "0.3.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
23 changes: 23 additions & 0 deletions js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @gradio/app

## 1.16.2

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4), [`c352811`](https://github.com/gradio-app/gradio/commit/c352811f76d4126613ece0a584f8c552fdd8d1f6)]:
- @gradio/client@0.9.2
- @gradio/audio@0.6.2
- @gradio/imageeditor@0.1.5
- @gradio/annotatedimage@0.3.12
- @gradio/button@0.2.12
- @gradio/chatbot@0.5.4
- @gradio/dataset@0.1.12
- @gradio/file@0.4.2
- @gradio/fileexplorer@0.3.12
- @gradio/gallery@0.4.13
- @gradio/image@0.5.2
- @gradio/model3d@0.4.10
- @gradio/upload@0.5.5
- @gradio/uploadbutton@0.3.3
- @gradio/video@0.2.2
- @gradio/dataframe@0.4.2
- @gradio/code@0.3.2

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

## 0.6.2

### Fixes

- [#6799](https://github.com/gradio-app/gradio/pull/6799) [`c352811`](https://github.com/gradio-app/gradio/commit/c352811f76d4126613ece0a584f8c552fdd8d1f6) - Adds docstrings for `gr.WaveformOptions`, `gr.Brush`, and `gr.Eraser`, fixes examples for `ImageEditor`, and allows individual images to be used as the initial `value` for `ImageEditor`. Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.6.1

### Patch Changes
Expand Down Expand Up @@ -233,4 +239,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.6.1",
"version": "0.6.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
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.2.12

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/upload@0.5.5

## 0.2.11

### 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.2.11",
"version": "0.2.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/chatbot

## 0.5.4

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/upload@0.5.5

## 0.5.3

### Patch Changes
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.5.3",
"version": "0.5.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/code

## 0.3.2

### Patch Changes

- Updated dependencies []:
- @gradio/upload@0.5.5

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/dataframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/dataframe

## 0.4.2

### Patch Changes

- Updated dependencies []:
- @gradio/button@0.2.12
- @gradio/upload@0.5.5

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/dataframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/dataset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/dataset

## 0.1.12

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/upload@0.5.5

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/dataset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/dataset",
"version": "0.1.11",
"version": "0.1.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions js/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/file

## 0.4.2

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/upload@0.5.5

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
9 changes: 9 additions & 0 deletions js/fileexplorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/fileexplorer

## 0.3.12

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/file@0.4.2
- @gradio/upload@0.5.5

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/fileexplorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.3.11",
"version": "0.3.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
9 changes: 9 additions & 0 deletions js/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gradio/gallery

## 0.4.13

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
- @gradio/client@0.9.2
- @gradio/image@0.5.2
- @gradio/upload@0.5.5

## 0.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.4.12",
"version": "0.4.13",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
Loading

0 comments on commit 9ea7b6f

Please sign in to comment.