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 Jul 25, 2023
1 parent 44ac8ad commit f48e7cc
Show file tree
Hide file tree
Showing 61 changed files with 3,990 additions and 212 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-crabs-sniff.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/evil-mirrors-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-olives-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-papayas-pick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ready-wombats-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-dragons-ask.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pets-rhyme.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

## 3.39.0

### Features

- [#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)!
- [#4985](https://github.com/gradio-app/gradio/pull/4985) [`b74f8453`](https://github.com/gradio-app/gradio/commit/b74f8453034328f0e42da8e41785f5eb039b45d7) - Adds `additional_inputs` to `gr.ChatInterface`. Thanks [@abidlabs](https://github.com/abidlabs)!

### Fixes

- [#4997](https://github.com/gradio-app/gradio/pull/4997) [`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407) - Add CSS resets and specifiers to play nice with HF blog. Thanks [@aliabid94](https://github.com/aliabid94)!

## 3.38

### New Features:
Expand Down
3,593 changes: 3,593 additions & 0 deletions gradio/CHANGELOG.md

Large diffs are not rendered by default.

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.38.0",
"version": "3.39.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.38.0
3.39.0
4 changes: 2 additions & 2 deletions js/_spaces-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "module",
"dependencies": {
"@gradio/client": "workspace:^0.1.4",
"@gradio/form": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1"
"@gradio/form": "workspace:^0.0.2",
"@gradio/theme": "workspace:^0.0.2"
}
}
11 changes: 11 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# website

## 0.0.2

### Features

- [#5009](https://github.com/gradio-app/gradio/pull/5009) [`3e70fc81`](https://github.com/gradio-app/gradio/commit/3e70fc81fc12dcb07f40a280b972a61348c9d263) - Correctly render changelog on website after new formatting. Thanks [@aliabd](https://github.com/aliabd)!

### Fixes

- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)!
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.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
9 changes: 9 additions & 0 deletions js/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @gradio/app

## 1.1.0

### Features

- [#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)!
46 changes: 23 additions & 23 deletions js/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -24,32 +24,32 @@
},
"dependencies": {
"@gradio/accordion": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.1",
"@gradio/audio": "workspace:^0.0.1",
"@gradio/button": "workspace:^0.0.1",
"@gradio/chart": "workspace:^0.0.1",
"@gradio/chatbot": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/audio": "workspace:^0.1.0",
"@gradio/button": "workspace:^0.0.2",
"@gradio/chart": "workspace:^0.0.2",
"@gradio/chatbot": "workspace:^0.0.2",
"@gradio/client": "workspace:^0.1.4",
"@gradio/code": "workspace:^0.0.1",
"@gradio/file": "workspace:^0.0.1",
"@gradio/form": "workspace:^0.0.1",
"@gradio/gallery": "workspace:^0.0.1",
"@gradio/highlighted-text": "workspace:^0.0.1",
"@gradio/code": "workspace:^0.0.2",
"@gradio/file": "workspace:^0.0.2",
"@gradio/form": "workspace:^0.0.2",
"@gradio/gallery": "workspace:^0.1.0",
"@gradio/highlighted-text": "workspace:^0.0.2",
"@gradio/html": "workspace:^0.0.1",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/image": "workspace:^0.0.1",
"@gradio/json": "workspace:^0.0.1",
"@gradio/label": "workspace:^0.0.1",
"@gradio/image": "workspace:^0.1.0",
"@gradio/json": "workspace:^0.0.2",
"@gradio/label": "workspace:^0.0.2",
"@gradio/markdown": "workspace:^0.0.1",
"@gradio/model3D": "workspace:^0.0.1",
"@gradio/plot": "workspace:^0.0.1",
"@gradio/table": "workspace:^0.0.1",
"@gradio/tabs": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.1",
"@gradio/upload-button": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1",
"@gradio/video": "workspace:^0.0.1",
"@gradio/model3D": "workspace:^0.0.2",
"@gradio/plot": "workspace:^0.0.2",
"@gradio/table": "workspace:^0.0.2",
"@gradio/tabs": "workspace:^0.0.2",
"@gradio/theme": "workspace:^0.0.2",
"@gradio/upload": "workspace:^0.0.2",
"@gradio/upload-button": "workspace:^0.0.2",
"@gradio/utils": "workspace:^0.0.2",
"@gradio/video": "workspace:^0.0.2",
"@gradio/wasm": "workspace:^0.0.1",
"@playwright/test": "^1.35.1",
"d3-dsv": "^3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions js/atoms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gradio/atoms

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @gradio/utils@0.0.2
4 changes: 2 additions & 2 deletions js/atoms/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@gradio/atoms",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/utils": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1"
},
"main_changeset": true
Expand Down
7 changes: 7 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gradio/audio

## 0.1.0

### 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)!
10 changes: 5 additions & 5 deletions js/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@gradio/audio",
"version": "0.0.1",
"version": "0.1.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^0.0.1",
"@gradio/button": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/button": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.2",
"@gradio/upload": "workspace:^0.0.2",
"extendable-media-recorder": "^7.0.2",
"extendable-media-recorder-wav-encoder": "^7.0.76",
"svelte-range-slider-pips": "^2.0.1"
Expand Down
8 changes: 8 additions & 0 deletions js/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gradio/button

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @gradio/utils@0.0.2
4 changes: 2 additions & 2 deletions js/button/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@gradio/button",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/utils": "workspace:^0.0.1"
"@gradio/utils": "workspace:^0.0.2"
},
"main_changeset": true
}
9 changes: 9 additions & 0 deletions js/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @gradio/chart

## 0.0.2

### Patch Changes

- Updated dependencies [[`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407)]:
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
6 changes: 3 additions & 3 deletions js/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/chart",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
Expand All @@ -9,9 +9,9 @@
"private": true,
"dependencies": {
"@gradio/icons": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.2",
"@gradio/tooltip": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.2",
"d3-dsv": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0"
Expand Down
11 changes: 11 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @gradio/chatbot

## 0.0.2

### Patch Changes

- Updated dependencies [[`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407)]:
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
10 changes: 5 additions & 5 deletions js/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@gradio/chatbot",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/Index.svelte",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.2",
"@gradio/upload": "workspace:^0.0.2",
"@gradio/utils": "workspace:^0.0.2",
"@types/katex": "^0.16.0",
"@types/marked": "^5.0.0",
"@types/prismjs": "1.26.0",
Expand Down
9 changes: 9 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @gradio/code

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
6 changes: 3 additions & 3 deletions js/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "index.ts",
Expand All @@ -22,9 +22,9 @@
"@codemirror/search": "^6.2.2",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.4.1",
"@gradio/atoms": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.2",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/markdown": "^1.0.2",
Expand Down
10 changes: 10 additions & 0 deletions js/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @gradio/file

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
8 changes: 4 additions & 4 deletions js/file/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@gradio/file",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^0.0.1",
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1"
"@gradio/upload": "workspace:^0.0.2",
"@gradio/utils": "workspace:^0.0.2"
},
"main_changeset": true
}
Loading

0 comments on commit f48e7cc

Please sign in to comment.