@gradio/button 0.2.24 → 0.2.25

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @gradio/button
2
2
 
3
+ ## 0.2.25
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/upload@0.7.7
8
+ - @gradio/client@0.13.0
9
+
3
10
  ## 0.2.24
4
11
 
5
12
  ### Patch Changes
@@ -293,4 +300,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
293
300
  ### Patch Changes
294
301
 
295
302
  - Updated dependencies []:
296
- - @gradio/utils@0.0.2
303
+ - @gradio/utils@0.0.2
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@gradio/button",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
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/upload": "^0.7.6",
11
- "@gradio/utils": "^0.3.0",
12
- "@gradio/client": "^0.12.2"
10
+ "@gradio/client": "^0.13.0",
11
+ "@gradio/upload": "^0.7.7",
12
+ "@gradio/utils": "^0.3.0"
13
13
  },
14
14
  "main": "./Index.svelte",
15
15
  "main_changeset": true,