@gradio/video 0.1.0-beta.6 → 0.1.0-beta.7

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 +13 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.1.0-beta.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`174b73619`](https://github.com/gradio-app/gradio/commit/174b736194756e23f51bbaf6f850bac5f1ca95b5), [`5fbda0bd2`](https://github.com/gradio-app/gradio/commit/5fbda0bd2b2bbb2282249b8875d54acf87cd7e84)]:
8
+ - @gradio/wasm@0.2.0-beta.1
9
+ - @gradio/image@0.3.0-beta.7
10
+
3
11
  ## 0.1.0-beta.6
4
12
 
5
13
  ### Features
6
14
 
7
- - [#5960](https://github.com/gradio-app/gradio/pull/5960) [`319c30f3f`](https://github.com/gradio-app/gradio/commit/319c30f3fccf23bfe1da6c9b132a6a99d59652f7) - rererefactor frontend files. Thanks [@pngwn](https://github.com/pngwn)!
8
- - [#5938](https://github.com/gradio-app/gradio/pull/5938) [`13ed8a485`](https://github.com/gradio-app/gradio/commit/13ed8a485d5e31d7d75af87fe8654b661edcca93) - V4: Use beta release versions for '@gradio' packages. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
15
+ - [#5960](https://github.com/gradio-app/gradio/pull/5960) [`319c30f3f`](https://github.com/gradio-app/gradio/commit/319c30f3fccf23bfe1da6c9b132a6a99d59652f7) - rererefactor frontend files. Thanks [@pngwn](https://github.com/pngwn)!
16
+ - [#5938](https://github.com/gradio-app/gradio/pull/5938) [`13ed8a485`](https://github.com/gradio-app/gradio/commit/13ed8a485d5e31d7d75af87fe8654b661edcca93) - V4: Use beta release versions for '@gradio' packages. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
9
17
 
10
18
  ## 0.1.0
11
19
 
12
20
  ### Features
13
21
 
14
- - [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
15
- - [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
22
+ - [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
23
+ - [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
16
24
 
17
25
  ## 0.0.11
18
26
 
@@ -120,4 +128,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
120
128
  - @gradio/image@0.1.0
121
129
  - @gradio/utils@0.0.2
122
130
  - @gradio/atoms@0.0.2
123
- - @gradio/upload@0.0.2
131
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/video",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -9,11 +9,11 @@
9
9
  "dependencies": {
10
10
  "@gradio/atoms": "^0.2.0-beta.4",
11
11
  "@gradio/icons": "^0.2.0-beta.1",
12
- "@gradio/image": "^0.3.0-beta.6",
12
+ "@gradio/image": "^0.3.0-beta.7",
13
13
  "@gradio/statustracker": "^0.3.0-beta.6",
14
14
  "@gradio/upload": "^0.3.0-beta.4",
15
15
  "@gradio/utils": "^0.2.0-beta.4",
16
- "@gradio/wasm": "^0.2.0-beta.0"
16
+ "@gradio/wasm": "^0.2.0-beta.1"
17
17
  },
18
18
  "main_changeset": true,
19
19
  "exports": {