mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
chore: update versions (#9380)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7894e15919
commit
a381c35785
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
---
|
||||
|
||||
feat:fix exports in `main`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:chore: fix docs style
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": patch
|
||||
---
|
||||
|
||||
feat:Testing CI
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.44.0",
|
||||
"version": "4.44.1",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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!
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user