@gradio/dataframe 0.6.6 → 0.6.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 +8 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.6.7
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/button@0.2.25
8
+ - @gradio/upload@0.7.7
9
+
3
10
  ## 0.6.6
4
11
 
5
12
  ### Patch Changes
@@ -386,4 +393,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
386
393
 
387
394
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
388
395
  - @gradio/upload@0.0.3
389
- - @gradio/button@0.1.0
396
+ - @gradio/button@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -19,10 +19,10 @@
19
19
  "marked": "^12.0.0",
20
20
  "@gradio/atoms": "^0.5.3",
21
21
  "@gradio/markdown": "^0.6.5",
22
+ "@gradio/upload": "^0.7.7",
23
+ "@gradio/utils": "^0.3.0",
22
24
  "@gradio/statustracker": "^0.4.8",
23
- "@gradio/button": "^0.2.24",
24
- "@gradio/upload": "^0.7.6",
25
- "@gradio/utils": "^0.3.0"
25
+ "@gradio/button": "^0.2.25"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",