Skip to content

Commit 71ee5e4

Browse files
chore: update versions (beta)
1 parent b82aa6f commit 71ee5e4

File tree

13 files changed

+65
-5
lines changed

13 files changed

+65
-5
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"cyan-spies-check",
103103
"dark-cougars-fold",
104104
"dark-moose-shine",
105+
"dark-rings-lie",
105106
"deep-bananas-switch",
106107
"deep-memes-cheat",
107108
"deep-ways-wink",
@@ -118,6 +119,7 @@
118119
"five-teeth-relax",
119120
"floppy-keys-heal",
120121
"floppy-nails-grab",
122+
"floppy-pandas-appear",
121123
"gold-bats-return",
122124
"green-pigs-wonder",
123125
"green-wasps-invent",
@@ -134,6 +136,7 @@
134136
"lovely-ties-live",
135137
"lucky-hotels-sort",
136138
"many-moons-like",
139+
"mighty-goats-dance",
137140
"modern-baboons-swim",
138141
"nasty-moments-mix",
139142
"nasty-zebras-cheat",
@@ -162,14 +165,17 @@
162165
"silent-moose-push",
163166
"silly-chefs-marry",
164167
"six-bobcats-cry",
168+
"smooth-places-walk",
165169
"social-lizards-tickle",
166170
"solid-chicken-love",
167171
"some-clocks-think",
168172
"sour-ties-repair",
169173
"strong-stars-count",
170174
"stupid-eggs-sing",
175+
"stupid-memes-turn",
171176
"stupid-tires-stare",
172177
"sweet-papers-fail",
178+
"tall-impalas-reply",
173179
"tall-moose-yawn",
174180
"tame-zoos-care",
175181
"thick-geese-divide",

CHANGELOG.md

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

3+
## 5.0.0-beta.7
4+
5+
### Features
6+
7+
- [#9535](https://github.com/gradio-app/gradio/pull/9535) [`324e8eb`](https://github.com/gradio-app/gradio/commit/324e8eb637f3ddd23d8610927c1d445a2490486c) - test semgrep ci. Thanks @abidlabs!
8+
- [#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!
9+
- [#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!
10+
- [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
11+
- [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
12+
313
## 5.0.0-beta.6
414

515
### Features

gradio/CHANGELOG.md

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

3+
## 5.0.0-beta.7
4+
5+
### Features
6+
7+
- [#9535](https://github.com/gradio-app/gradio/pull/9535) [`324e8eb`](https://github.com/gradio-app/gradio/commit/324e8eb637f3ddd23d8610927c1d445a2490486c) - test semgrep ci. Thanks @abidlabs!
8+
- [#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!
9+
- [#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!
10+
- [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
11+
- [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
12+
313
## 5.0.0-beta.6
414

515
### 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# website
22

3+
## 0.39.0-beta.7
4+
5+
### Features
6+
7+
- [#9500](https://github.com/gradio-app/gradio/pull/9500) [`ed8be90`](https://github.com/gradio-app/gradio/commit/ed8be9055f5de6621841d041ea82f96cb02e0647) - Use latest lite wheel on website. Thanks @aliabd!
8+
9+
### Dependency updates
10+
11+
- @gradio/code@0.10.0-beta.6
12+
313
## 0.39.0-beta.6
414

515
### 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)