@gradio/button 0.2.24 → 0.2.26
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 +15 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @gradio/button
|
2
2
|
|
3
|
+
## 0.2.26
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/client@0.14.0
|
8
|
+
- @gradio/upload@0.8.0
|
9
|
+
|
10
|
+
## 0.2.25
|
11
|
+
|
12
|
+
### Dependency updates
|
13
|
+
|
14
|
+
- @gradio/upload@0.7.7
|
15
|
+
- @gradio/client@0.13.0
|
16
|
+
|
3
17
|
## 0.2.24
|
4
18
|
|
5
19
|
### Patch Changes
|
@@ -293,4 +307,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
293
307
|
### Patch Changes
|
294
308
|
|
295
309
|
- Updated dependencies []:
|
296
|
-
- @gradio/utils@0.0.2
|
310
|
+
- @gradio/utils@0.0.2
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/button",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.26",
|
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/
|
11
|
-
"@gradio/
|
12
|
-
"@gradio/
|
10
|
+
"@gradio/client": "^0.14.0",
|
11
|
+
"@gradio/upload": "^0.8.0",
|
12
|
+
"@gradio/utils": "^0.3.0"
|
13
13
|
},
|
14
14
|
"main": "./Index.svelte",
|
15
15
|
"main_changeset": true,
|