@gradio/dataset 0.1.19 → 0.1.20

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 +10 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @gradio/dataset
2
2
 
3
+ ## 0.1.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6)]:
8
+ - @gradio/client@0.12.0
9
+ - @gradio/upload@0.7.2
10
+
3
11
  ## 0.1.19
4
12
 
5
13
  ### Fixes
6
14
 
7
- - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
15
+ - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
8
16
 
9
17
  ## 0.1.18
10
18
 
@@ -235,4 +243,4 @@
235
243
 
236
244
  ### Features
237
245
 
238
- - [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
246
+ - [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataset",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@gradio/atoms": "^0.5.1",
16
16
  "@gradio/utils": "^0.2.2",
17
- "@gradio/client": "^0.11.0",
18
- "@gradio/upload": "^0.7.1"
17
+ "@gradio/upload": "^0.7.2",
18
+ "@gradio/client": "^0.12.0"
19
19
  }
20
20
  }