@gradio/upload 0.13.0-beta.7 → 0.13.1

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @gradio/upload
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/wasm@0.14.1
8
+
9
+ ## 0.13.0
10
+
11
+ ### Features
12
+
13
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
14
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
15
+
16
+ ### Dependencies
17
+
18
+ - @gradio/atoms@0.9.0
19
+ - @gradio/icons@0.8.0
20
+ - @gradio/client@1.6.0
21
+ - @gradio/utils@0.7.0
22
+ - @gradio/wasm@0.14.0
23
+
3
24
  ## 0.13.0-beta.7
4
25
 
5
26
  ### Dependency updates
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@gradio/upload",
3
- "version": "0.13.0-beta.7",
3
+ "version": "0.13.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
7
7
  "author": "",
8
8
  "license": "ISC",
9
9
  "dependencies": {
10
- "@gradio/atoms": "^0.9.0-beta.5",
11
- "@gradio/icons": "^0.8.0-beta.4",
12
- "@gradio/utils": "^0.7.0-beta.2",
13
- "@gradio/client": "^1.6.0-beta.4",
14
- "@gradio/wasm": "^0.14.0-beta.3"
10
+ "@gradio/atoms": "^0.9.0",
11
+ "@gradio/client": "^1.6.0",
12
+ "@gradio/utils": "^0.7.0",
13
+ "@gradio/wasm": "^0.14.1",
14
+ "@gradio/icons": "^0.8.0"
15
15
  },
16
16
  "main_changeset": true,
17
17
  "exports": {