@gradio/video 0.2.0 → 0.2.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 +23 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,21 +1,39 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
8
+ - @gradio/client@0.9.2
9
+ - @gradio/image@0.5.2
10
+ - @gradio/upload@0.5.5
11
+
12
+ ## 0.2.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
17
+ - @gradio/upload@0.5.4
18
+ - @gradio/client@0.9.1
19
+ - @gradio/image@0.5.1
20
+
3
21
  ## 0.2.0
4
22
 
5
23
  ### Features
6
24
 
7
- - [#6726](https://github.com/gradio-app/gradio/pull/6726) [`21cfb0a`](https://github.com/gradio-app/gradio/commit/21cfb0acc309bb1a392f4d8a8e42f6be864c5978) - Remove the styles from the Image/Video primitive components and Fix the container styles. Thanks [@whitphx](https://github.com/whitphx)!
8
- - [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
25
+ - [#6726](https://github.com/gradio-app/gradio/pull/6726) [`21cfb0a`](https://github.com/gradio-app/gradio/commit/21cfb0acc309bb1a392f4d8a8e42f6be864c5978) - Remove the styles from the Image/Video primitive components and Fix the container styles. Thanks [@whitphx](https://github.com/whitphx)!
26
+ - [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
9
27
 
10
28
  ### Fixes
11
29
 
12
- - [#6698](https://github.com/gradio-app/gradio/pull/6698) [`798eca5`](https://github.com/gradio-app/gradio/commit/798eca524d44289c536c47eec7c4fdce9fe81905) - Fit video media within Video component. Thanks [@hannahblair](https://github.com/hannahblair)!
30
+ - [#6698](https://github.com/gradio-app/gradio/pull/6698) [`798eca5`](https://github.com/gradio-app/gradio/commit/798eca524d44289c536c47eec7c4fdce9fe81905) - Fit video media within Video component. Thanks [@hannahblair](https://github.com/hannahblair)!
13
31
 
14
32
  ## 0.1.9
15
33
 
16
34
  ### Fixes
17
35
 
18
- - [#6566](https://github.com/gradio-app/gradio/pull/6566) [`d548202`](https://github.com/gradio-app/gradio/commit/d548202d2b5bd8a99e3ebc5bf56820b0282ce0f5) - Improve video trimming and error handling. Thanks [@hannahblair](https://github.com/hannahblair)!
36
+ - [#6566](https://github.com/gradio-app/gradio/pull/6566) [`d548202`](https://github.com/gradio-app/gradio/commit/d548202d2b5bd8a99e3ebc5bf56820b0282ce0f5) - Improve video trimming and error handling. Thanks [@hannahblair](https://github.com/hannahblair)!
19
37
 
20
38
  ## 0.1.8
21
39
 
@@ -245,4 +263,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
245
263
  - @gradio/image@0.1.0
246
264
  - @gradio/utils@0.0.2
247
265
  - @gradio/atoms@0.0.2
248
- - @gradio/upload@0.0.2
266
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/video",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,11 +10,11 @@
10
10
  "@ffmpeg/ffmpeg": "^0.12.7",
11
11
  "@ffmpeg/util": "^0.12.1",
12
12
  "@gradio/atoms": "^0.4.0",
13
- "@gradio/client": "^0.9.0",
13
+ "@gradio/client": "^0.9.2",
14
14
  "@gradio/icons": "^0.3.2",
15
+ "@gradio/image": "^0.5.2",
15
16
  "@gradio/statustracker": "^0.4.2",
16
- "@gradio/image": "^0.5.0",
17
- "@gradio/upload": "^0.5.3",
17
+ "@gradio/upload": "^0.5.5",
18
18
  "@gradio/utils": "^0.2.0",
19
19
  "@gradio/wasm": "^0.4.0"
20
20
  },