Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 70998ea commit 43a359b
Show file tree
Hide file tree
Showing 58 changed files with 246 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-ears-search.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-lizards-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/salty-corners-melt.md

This file was deleted.

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

## 5.0.2

### Fixes

- [#9528](https://github.com/gradio-app/gradio/pull/9528) [`9004b11`](https://github.com/gradio-app/gradio/commit/9004b110640bdb54995343a870bf080ee15da02d) - Fix Lite to work on FireFox. Thanks @whitphx!

## 5.0.1

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

## 5.0.2

### Fixes

- [#9528](https://github.com/gradio-app/gradio/pull/9528) [`9004b11`](https://github.com/gradio-app/gradio/commit/9004b110640bdb54995343a870bf080ee15da02d) - Fix Lite to work on FireFox. Thanks @whitphx!

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

## 0.40.0

### Features

- [#9635](https://github.com/gradio-app/gradio/pull/9635) [`67e4044`](https://github.com/gradio-app/gradio/commit/67e4044c9ca8358eceeb1fa72fa415df03397d20) - Add website banner for gradio 5. Thanks @aliabd!

### Dependency updates

- @gradio/code@0.10.2

## 0.39.1

### 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.39.1",
"version": "0.40.0",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
Expand Down
7 changes: 7 additions & 0 deletions js/annotatedimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/annotatedimage

## 0.8.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/wasm@0.14.1

## 0.8.1

### Dependency updates
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.8.1",
"version": "0.8.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
11 changes: 11 additions & 0 deletions js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @self/app

## 1.41.2

### Fixes

- [#9669](https://github.com/gradio-app/gradio/pull/9669) [`70998ea`](https://github.com/gradio-app/gradio/commit/70998ea75276e677595447ac36b67e1152e589a2) - fix height in iframe. Thanks @pngwn!

### Dependency updates

- @gradio/wasm@0.14.1
- @gradio/core@0.1.1

## 1.41.1

### Features
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": "@self/app",
"version": "1.41.1",
"version": "1.41.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
8 changes: 8 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradio/audio

## 0.14.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/button@0.3.1
- @gradio/wasm@0.14.1

## 0.14.1

### Dependency updates
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.14.1",
"version": "0.14.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/button

## 0.3.1

### Dependency updates

- @gradio/upload@0.13.1

## 0.3.0

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

## 0.14.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/image@0.16.2
- @gradio/video@0.11.2
- @gradio/wasm@0.14.1
- @gradio/gallery@0.13.2

## 0.14.1

### 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.14.1",
"version": "0.14.2",
"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.10.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/wasm@0.14.1

## 0.10.1

### Dependency updates
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.10.1",
"version": "0.10.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/component-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @self/component-test

## 0.2.2

### Dependency updates

- @gradio/video@0.11.2

## 0.2.1

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/component-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@self/component-test",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
13 changes: 13 additions & 0 deletions js/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## 0.1.1

### Dependency updates

- @gradio/code@0.10.2
- @gradio/file@0.10.2
- @gradio/upload@0.13.1
- @gradio/image@0.16.2
- @gradio/video@0.11.2
- @gradio/button@0.3.1
- @gradio/wasm@0.14.1
- @gradio/gallery@0.13.2

## 0.1.1

### Features

- [#9617](https://github.com/gradio-app/gradio/pull/9617) [`c163182`](https://github.com/gradio-app/gradio/commit/c163182d1b752ef91629f9caa13bf3cce0fb0869) - Fix dark mode detection and container height. Thanks @pngwn!
Expand Down
7 changes: 7 additions & 0 deletions js/dataframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/dataframe

## 0.11.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/button@0.3.1

## 0.11.1

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

## 0.3.2

### Dependency updates

- @gradio/upload@0.13.1

## 0.3.1

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

## 0.2.1

### Dependency updates

- @gradio/button@0.3.1

## 0.1.28-beta.7

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/downloadbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/downloadbutton",
"version": "0.2.0",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions js/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradio/file

## 0.10.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/wasm@0.14.1

## 0.10.1

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

## 0.5.2

### Dependency updates

- @gradio/file@0.10.2
- @gradio/upload@0.13.1

## 0.5.1

### Dependency updates
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.5.1",
"version": "0.5.2",
"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.13.2

### Dependency updates

- @gradio/file@0.10.2
- @gradio/upload@0.13.1
- @gradio/image@0.16.2
- @gradio/video@0.11.2

## 0.13.1

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

## 0.16.2

### Dependency updates

- @gradio/upload@0.13.1
- @gradio/wasm@0.14.1

## 0.16.1

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.16.1",
"version": "0.16.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
Loading

0 comments on commit 43a359b

Please sign in to comment.