@gradio/dataframe 0.4.0 → 0.4.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 +18 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,26 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @gradio/button@0.2.12
9
+ - @gradio/upload@0.5.5
10
+
11
+ ## 0.4.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a)]:
16
+ - @gradio/upload@0.5.4
17
+ - @gradio/button@0.2.11
18
+
3
19
  ## 0.4.0
4
20
 
5
21
  ### Features
6
22
 
7
- - [#6603](https://github.com/gradio-app/gradio/pull/6603) [`6b1401c`](https://github.com/gradio-app/gradio/commit/6b1401c514c2ec012b0a50c72a6ec81cb673bf1d) - chore(deps): update dependency marked to v11. Thanks [@renovate](https://github.com/apps/renovate)!
23
+ - [#6603](https://github.com/gradio-app/gradio/pull/6603) [`6b1401c`](https://github.com/gradio-app/gradio/commit/6b1401c514c2ec012b0a50c72a6ec81cb673bf1d) - chore(deps): update dependency marked to v11. Thanks [@renovate](https://github.com/apps/renovate)!
8
24
 
9
25
  ## 0.3.11
10
26
 
@@ -257,4 +273,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
257
273
 
258
274
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
259
275
  - @gradio/upload@0.0.3
260
- - @gradio/button@0.1.0
276
+ - @gradio/button@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -17,12 +17,12 @@
17
17
  "dompurify": "^3.0.3",
18
18
  "katex": "^0.16.7",
19
19
  "marked": "^11.0.0",
20
- "@gradio/markdown": "^0.5.0",
20
+ "@gradio/button": "^0.2.12",
21
21
  "@gradio/atoms": "^0.4.0",
22
- "@gradio/upload": "^0.5.3",
23
- "@gradio/button": "^0.2.10",
24
- "@gradio/utils": "^0.2.0",
25
- "@gradio/statustracker": "^0.4.2"
22
+ "@gradio/markdown": "^0.5.0",
23
+ "@gradio/statustracker": "^0.4.2",
24
+ "@gradio/upload": "^0.5.5",
25
+ "@gradio/utils": "^0.2.0"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",