chore: update versions (#9380)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-09-30 13:44:55 -04:00 committed by GitHub
parent 7894e15919
commit a381c35785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 39 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/preview": patch
---
feat:fix exports in `main`

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:chore: fix docs style

View File

@ -1,5 +0,0 @@
---
"website": patch
---
feat:Testing CI

View File

@ -1,5 +1,11 @@
# gradio
## 4.44.1
### Features
- [#9320](https://github.com/gradio-app/gradio/pull/9320) [`98cbcae`](https://github.com/gradio-app/gradio/commit/98cbcaef827de7267462ccba180c7b2ffb1e825d) - chore: fix docs style. Thanks @imba-tjd!
## 4.44.0
### Features

View File

@ -1,5 +1,11 @@
# gradio
## 4.44.1
### Features
- [#9320](https://github.com/gradio-app/gradio/pull/9320) [`98cbcae`](https://github.com/gradio-app/gradio/commit/98cbcaef827de7267462ccba180c7b2ffb1e825d) - chore: fix docs style. Thanks @imba-tjd!
## 4.44.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "4.44.0",
"version": "4.44.1",
"description": "",
"python": "true"
}

View File

@ -1,5 +1,16 @@
# website
## 0.39.1
### Features
- [#9379](https://github.com/gradio-app/gradio/pull/9379) [`0cad5f3`](https://github.com/gradio-app/gradio/commit/0cad5f348a846024b95b92fb48f88137ccfcd589) - Testing CI. Thanks @aliabd!
### Dependency updates
- @gradio/code@0.9.1
- @gradio/paramviewer@0.4.22
## 0.39.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.39.0",
"version": "0.39.1",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

View File

@ -2,6 +2,13 @@
## 0.0.4
### Dependency updates
- @gradio/code@0.9.1
- @gradio/paramviewer@0.4.22
## 0.0.4
### Fixes
- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton!

View File

@ -1,5 +1,11 @@
# @gradio/preview
## 0.11.2
### Features
- [#9478](https://github.com/gradio-app/gradio/pull/9478) [`00d1846`](https://github.com/gradio-app/gradio/commit/00d18463ffeb49d882003f1e4c8bb72f8f7fb596) - fix exports in `main`. Thanks @abidlabs!
## 0.11.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/preview",
"version": "0.11.1",
"version": "0.11.2",
"description": "Gradio UI packages",
"type": "module",
"main": "dist/index.js",