@gradio/upload 0.3.0-beta.0 → 0.3.0-beta.2

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # @gradio/upload
2
2
 
3
+ ## 0.3.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`14fc612d8`](https://github.com/gradio-app/gradio/commit/14fc612d84bf6b1408eccd3a40fab41f25477571)]:
8
+ - @gradio/utils@0.2.0-beta.2
9
+ - @gradio/atoms@0.2.0-beta.2
10
+ - @gradio/upload@0.3.0-beta.2
11
+
12
+ ## 0.3.0-beta.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies []:
17
+ - @gradio/utils@0.2.0-beta.1
18
+ - @gradio/atoms@0.2.0-beta.1
19
+ - @gradio/upload@0.3.0-beta.1
20
+
3
21
  ## 0.3.0-beta.0
4
22
 
5
23
  ### Features
6
24
 
7
- - [#5507](https://github.com/gradio-app/gradio/pull/5507) [`1385dc688`](https://github.com/gradio-app/gradio/commit/1385dc6881f2d8ae7a41106ec21d33e2ef04d6a9) - Custom components. Thanks [@pngwn](https://github.com/pngwn)!
8
- - [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)!
25
+ - [#5507](https://github.com/gradio-app/gradio/pull/5507) [`1385dc688`](https://github.com/gradio-app/gradio/commit/1385dc6881f2d8ae7a41106ec21d33e2ef04d6a9) - Custom components. Thanks [@pngwn](https://github.com/pngwn)!
26
+ - [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)!
9
27
 
10
28
  ## 0.2.1
11
29
 
@@ -94,4 +112,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
94
112
  ### Patch Changes
95
113
 
96
114
  - Updated dependencies []:
97
- - @gradio/atoms@0.0.2
115
+ - @gradio/atoms@0.0.2
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@gradio/upload",
3
- "version": "0.3.0-beta.0",
3
+ "version": "0.3.0-beta.2",
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.2.0-beta.0",
10
+ "@gradio/atoms": "^0.2.0-beta.2",
11
11
  "@gradio/icons": "^0.2.0-beta.0",
12
+ "@gradio/upload": "^0.3.0-beta.2",
12
13
  "@gradio/client": "^0.3.1",
13
- "@gradio/upload": "^0.3.0-beta.0",
14
- "@gradio/utils": "^0.2.0-beta.0"
14
+ "@gradio/utils": "^0.2.0-beta.2"
15
15
  },
16
16
  "main_changeset": true
17
17
  }