@gradio/dataset 0.2.5 → 0.3.0

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 +60 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,70 @@
1
1
  # @gradio/dataset
2
2
 
3
- ## 0.2.5
3
+ ## 0.2.5-beta.7
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/upload@0.13.0-beta.7
8
+ - @gradio/atoms@0.9.0-beta.5
9
+ - @gradio/textbox@0.7.0-beta.5
10
+
11
+ ## 0.2.5-beta.6
12
+
13
+ ### Dependency updates
14
+
15
+ - @gradio/atoms@0.9.0-beta.4
16
+ - @gradio/client@1.6.0-beta.4
17
+ - @gradio/upload@0.13.0-beta.6
18
+ - @gradio/textbox@0.7.0-beta.4
19
+
20
+ ## 0.2.5-beta.5
21
+
22
+ ### Dependency updates
23
+
24
+ - @gradio/upload@0.13.0-beta.5
25
+ - @gradio/atoms@0.9.0-beta.3
26
+ - @gradio/textbox@0.7.0-beta.3
27
+
28
+ ## 0.2.5-beta.4
29
+
30
+ ### Dependency updates
31
+
32
+ - @gradio/upload@0.13.0-beta.4
33
+ - @gradio/textbox@0.7.0-beta.2
34
+
35
+ ## 0.2.5-beta.3
36
+
37
+ ### Dependency updates
38
+
39
+ - @gradio/upload@0.13.0-beta.3
40
+ - @gradio/client@1.6.0-beta.3
41
+
42
+ ## 0.2.5-beta.2
43
+
44
+ ### Dependency updates
45
+
46
+ - @gradio/atoms@0.9.0-beta.2
47
+ - @gradio/upload@0.13.0-beta.2
48
+ - @gradio/client@1.6.0-beta.2
49
+ - @gradio/utils@0.7.0-beta.2
50
+ - @gradio/textbox@0.7.0-beta.2
51
+
52
+ ## 0.2.5-beta.1
4
53
 
5
54
  ### Features
6
55
 
7
56
  - [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn!
8
57
 
58
+ ### Dependency updates
59
+
60
+ - @gradio/atoms@0.8.1-beta.1
61
+ - @gradio/utils@0.7.0-beta.1
62
+ - @gradio/client@1.6.0-beta.1
63
+ - @gradio/upload@0.12.4-beta.1
64
+ - @gradio/textbox@0.7.0-beta.1
65
+
66
+ ## 0.2.5-beta.0
67
+
9
68
  ### Fixes
10
69
 
11
70
  - [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataset",
3
- "version": "0.2.5",
3
+ "version": "0.3.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -16,14 +16,14 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@gradio/client": "^1.5.2",
19
+ "@gradio/atoms": "^0.9.0",
20
+ "@gradio/client": "^1.6.0",
21
+ "@gradio/upload": "^0.13.0",
20
22
  "@gradio/textbox": "^0.7.0",
21
- "@gradio/atoms": "^0.8.1",
22
- "@gradio/utils": "^0.6.1",
23
- "@gradio/upload": "^0.12.4"
23
+ "@gradio/utils": "^0.7.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@gradio/preview": "^0.11.1"
26
+ "@gradio/preview": "^0.12.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "svelte": "^4.0.0"