@gradio/button 0.2.23 → 0.2.24

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 +9 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @gradio/button
2
2
 
3
+ ## 0.2.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
8
+ - @gradio/upload@0.7.6
9
+
3
10
  ## 0.2.23
4
11
 
5
12
  ### Features
6
13
 
7
- - [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
14
+ - [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
8
15
 
9
16
  ## 0.2.22
10
17
 
@@ -286,4 +293,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
286
293
  ### Patch Changes
287
294
 
288
295
  - Updated dependencies []:
289
- - @gradio/utils@0.0.2
296
+ - @gradio/utils@0.0.2
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@gradio/button",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
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": "^0.12.2",
10
+ "@gradio/upload": "^0.7.6",
11
11
  "@gradio/utils": "^0.3.0",
12
- "@gradio/upload": "^0.7.5"
12
+ "@gradio/client": "^0.12.2"
13
13
  },
14
14
  "main": "./Index.svelte",
15
15
  "main_changeset": true,