@gradio/dataframe 0.4.0 → 0.4.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 +10 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a)]:
8
+ - @gradio/upload@0.5.4
9
+ - @gradio/button@0.2.11
10
+
3
11
  ## 0.4.0
4
12
 
5
13
  ### Features
6
14
 
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)!
15
+ - [#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
16
 
9
17
  ## 0.3.11
10
18
 
@@ -257,4 +265,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
257
265
 
258
266
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
259
267
  - @gradio/upload@0.0.3
260
- - @gradio/button@0.1.0
268
+ - @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.1",
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.11",
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.4",
25
+ "@gradio/utils": "^0.2.0"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",