Skip to content

Commit 00c6bb1

Browse files
chore: update versions (beta) (#9544)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b70c53b commit 00c6bb1

File tree

13 files changed

+57
-5
lines changed

13 files changed

+57
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"five-teeth-relax",
119119
"floppy-keys-heal",
120120
"floppy-nails-grab",
121+
"floppy-pandas-appear",
121122
"gold-bats-return",
122123
"green-pigs-wonder",
123124
"green-wasps-invent",
@@ -134,6 +135,7 @@
134135
"lovely-ties-live",
135136
"lucky-hotels-sort",
136137
"many-moons-like",
138+
"mighty-goats-dance",
137139
"modern-baboons-swim",
138140
"nasty-moments-mix",
139141
"nasty-zebras-cheat",
@@ -162,12 +164,14 @@
162164
"silent-moose-push",
163165
"silly-chefs-marry",
164166
"six-bobcats-cry",
167+
"smooth-places-walk",
165168
"social-lizards-tickle",
166169
"solid-chicken-love",
167170
"some-clocks-think",
168171
"sour-ties-repair",
169172
"strong-stars-count",
170173
"stupid-eggs-sing",
174+
"stupid-memes-turn",
171175
"stupid-tires-stare",
172176
"sweet-papers-fail",
173177
"tall-moose-yawn",

CHANGELOG.md

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

3+
## 5.0.0-beta.7
4+
5+
### Features
6+
7+
- [#9546](https://github.com/gradio-app/gradio/pull/9546) [`b82aa6f`](https://github.com/gradio-app/gradio/commit/b82aa6f115f6ad9a9690bdecb0fe63c162dc75c0) - Disable sagemaker_check() for now. Thanks @vmatt!
8+
- [#9545](https://github.com/gradio-app/gradio/pull/9545) [`098a009`](https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a) - Add Jinja2 language to Code component. Thanks @CISC!
9+
- [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
10+
- [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
11+
312
## 5.0.0-beta.6
413

514
### Features

gradio/CHANGELOG.md

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

3+
## 5.0.0-beta.7
4+
5+
### Features
6+
7+
- [#9546](https://github.com/gradio-app/gradio/pull/9546) [`b82aa6f`](https://github.com/gradio-app/gradio/commit/b82aa6f115f6ad9a9690bdecb0fe63c162dc75c0) - Disable sagemaker_check() for now. Thanks @vmatt!
8+
- [#9545](https://github.com/gradio-app/gradio/pull/9545) [`098a009`](https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a) - Add Jinja2 language to Code component. Thanks @CISC!
9+
- [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
10+
- [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
11+
312
## 5.0.0-beta.6
413

514
### Features

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.0.0-beta.6",
3+
"version": "5.0.0-beta.7",
44
"description": "",
55
"python": "true"
66
}

js/_website/CHANGELOG.md

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

3+
## 0.39.0-beta.7
4+
5+
### Dependency updates
6+
7+
- @gradio/code@0.10.0-beta.6
8+
39
## 0.39.0-beta.6
410

511
### Features

js/_website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.39.0-beta.6",
3+
"version": "0.39.0-beta.7",
44
"private": true,
55
"scripts": {
66
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

js/code/CHANGELOG.md

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

3+
## 0.10.0-beta.6
4+
5+
### Features
6+
7+
- [#9545](https://github.com/gradio-app/gradio/pull/9545) [`098a009`](https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a) - Add Jinja2 language to Code component. Thanks @CISC!
8+
39
## 0.10.0-beta.5
410

511
### Features

js/code/package.json

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

js/core/CHANGELOG.md

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

55
### Dependency updates
66

7+
- @gradio/code@0.10.0-beta.6
8+
9+
## 0.1.0-beta.4
10+
11+
### Dependency updates
12+
713
- @gradio/upload@0.13.0-beta.5
814
- @gradio/statustracker@0.8.0-beta.3
915
- @gradio/video@0.11.0-beta.5

js/dropdown/CHANGELOG.md

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

3+
## 0.8.0-beta.4
4+
5+
### Features
6+
7+
- [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
8+
39
## 0.8.0-beta.3
410

511
### Features

js/dropdown/package.json

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

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.4.0-beta.5
4+
5+
### Features
6+
7+
- [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
8+
39
## 0.4.0-beta.4
410

511
### Dependency updates

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.4.0-beta.4",
3+
"version": "0.4.0-beta.5",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

0 commit comments

Comments
 (0)