@gradio/video 0.2.0 → 0.2.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 +14 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,21 +1,30 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
8
+ - @gradio/upload@0.5.4
9
+ - @gradio/client@0.9.1
10
+ - @gradio/image@0.5.1
11
+
3
12
  ## 0.2.0
4
13
 
5
14
  ### Features
6
15
 
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)!
16
+ - [#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)!
17
+ - [#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
18
 
10
19
  ### Fixes
11
20
 
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)!
21
+ - [#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
22
 
14
23
  ## 0.1.9
15
24
 
16
25
  ### Fixes
17
26
 
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)!
27
+ - [#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
28
 
20
29
  ## 0.1.8
21
30
 
@@ -245,4 +254,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
245
254
  - @gradio/image@0.1.0
246
255
  - @gradio/utils@0.0.2
247
256
  - @gradio/atoms@0.0.2
248
- - @gradio/upload@0.0.2
257
+ - @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.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,13 +10,13 @@
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.1",
14
+ "@gradio/image": "^0.5.1",
15
+ "@gradio/upload": "^0.5.4",
14
16
  "@gradio/icons": "^0.3.2",
15
- "@gradio/statustracker": "^0.4.2",
16
- "@gradio/image": "^0.5.0",
17
- "@gradio/upload": "^0.5.3",
17
+ "@gradio/wasm": "^0.4.0",
18
18
  "@gradio/utils": "^0.2.0",
19
- "@gradio/wasm": "^0.4.0"
19
+ "@gradio/statustracker": "^0.4.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "mrmime": "^1.0.1"