Skip to content

Commit b23f753

Browse files
chore: update versions
1 parent e398c51 commit b23f753

File tree

12 files changed

+44
-15
lines changed

12 files changed

+44
-15
lines changed

.changeset/bright-coats-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-windows-smash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gradio
22

3+
## 5.34.2
4+
5+
### Features
6+
7+
- [#11418](https://github.com/gradio-app/gradio/pull/11418) [`e398c51`](https://github.com/gradio-app/gradio/commit/e398c51e610713d7dc1ed0a1ee43d7d313b8ca6a) - Full screen plots take full height. Thanks @aliabid94!
8+
39
## 5.34.1
410

511
### Fixes

gradio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gradio
22

3+
## 5.34.2
4+
5+
### Features
6+
7+
- [#11418](https://github.com/gradio-app/gradio/pull/11418) [`e398c51`](https://github.com/gradio-app/gradio/commit/e398c51e610713d7dc1ed0a1ee43d7d313b8ca6a) - Full screen plots take full height. Thanks @aliabid94!
8+
39
## 5.34.1
410

511
### Fixes

gradio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gradio",
3-
"version": "5.34.1",
3+
"version": "5.34.2",
44
"description": "",
55
"python": "true"
66
}

js/app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @self/app
22

3+
## 1.49.15
4+
5+
### Fixes
6+
7+
- [#11414](https://github.com/gradio-app/gradio/pull/11414) [`b2b40b6`](https://github.com/gradio-app/gradio/commit/b2b40b633d3aae5e2538198f116abd57aab6eea4) - Fixes white background appears while a Gradio app with SSR is loading. Thanks @dawoodkhan82!
8+
9+
### Dependency updates
10+
11+
- @gradio/core@0.19.3
12+
313
## 1.49.14
414

515
### Fixes

js/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@self/app",
3-
"version": "1.49.14",
3+
"version": "1.49.15",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

js/lite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/lite
22

3+
## 5.34.2
4+
5+
### Dependency updates
6+
7+
- @gradio/core@0.19.3
8+
39
## 5.34.1
410

511
### Dependency updates

js/lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/lite",
3-
"version": "5.34.1",
3+
"version": "5.34.2",
44
"description": "Serverless Gradio",
55
"type": "module",
66
"main": "dist/lite.js",

js/nativeplot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/nativeplot
22

3+
## 0.6.3
4+
5+
### Features
6+
7+
- [#11418](https://github.com/gradio-app/gradio/pull/11418) [`e398c51`](https://github.com/gradio-app/gradio/commit/e398c51e610713d7dc1ed0a1ee43d7d313b8ca6a) - Full screen plots take full height. Thanks @aliabid94!
8+
39
## 0.6.2
410

511
### Fixes

js/nativeplot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/nativeplot",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/spa/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 0.8.4
44

5+
### Dependency updates
6+
7+
- @gradio/core@0.19.3
8+
9+
## 0.8.4
10+
511
### Fixes
612

713
- [#11387](https://github.com/gradio-app/gradio/pull/11387) [`8245afc`](https://github.com/gradio-app/gradio/commit/8245afc669501e1e5f0d619f452455f68a3b7667) - Define root URL in frontend. Thanks @aliabid94!

0 commit comments

Comments
 (0)