@gradio/button 0.4.17 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/Index.svelte +1 -1
- package/dist/Index.svelte +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @gradio/button
|
2
2
|
|
3
|
+
## 0.5.0
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
- [#11047](https://github.com/gradio-app/gradio/pull/11047) [`6d4b8a7`](https://github.com/gradio-app/gradio/commit/6d4b8a7f10daefc9c79aa224635da23fbaeebb76) - Implement custom i18n. Thanks @hannahblair!
|
8
|
+
|
9
|
+
### Dependency updates
|
10
|
+
|
11
|
+
- @gradio/client@1.15.0
|
12
|
+
- @gradio/upload@0.16.5
|
13
|
+
- @gradio/image@0.22.6
|
14
|
+
|
15
|
+
## 0.4.18
|
16
|
+
|
17
|
+
### Dependency updates
|
18
|
+
|
19
|
+
- @gradio/upload@0.16.4
|
20
|
+
- @gradio/image@0.22.5
|
21
|
+
|
3
22
|
## 0.4.17
|
4
23
|
|
5
24
|
### Dependency updates
|
package/Index.svelte
CHANGED
package/dist/Index.svelte
CHANGED
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/button",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.5.0",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
7
7
|
"license": "ISC",
|
8
8
|
"private": false,
|
9
9
|
"dependencies": {
|
10
|
-
"@gradio/client": "^1.
|
11
|
-
"@gradio/image": "^0.22.
|
12
|
-
"@gradio/
|
13
|
-
"@gradio/
|
10
|
+
"@gradio/client": "^1.15.0",
|
11
|
+
"@gradio/image": "^0.22.6",
|
12
|
+
"@gradio/upload": "^0.16.5",
|
13
|
+
"@gradio/utils": "^0.10.2"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@gradio/preview": "^0.13.0"
|