@gradio/dataframe 0.3.10 → 0.4.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 +18 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Features
6
+
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)!
8
+
9
+ ## 0.3.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @gradio/atoms@0.3.1
15
+ - @gradio/statustracker@0.4.1
16
+ - @gradio/upload@0.5.2
17
+ - @gradio/markdown@0.4.1
18
+ - @gradio/button@0.2.9
19
+
3
20
  ## 0.3.10
4
21
 
5
22
  ### Patch Changes
@@ -240,4 +257,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
240
257
 
241
258
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
242
259
  - @gradio/upload@0.0.3
243
- - @gradio/button@0.1.0
260
+ - @gradio/button@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.3.10",
3
+ "version": "0.4.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -16,13 +16,13 @@
16
16
  "dequal": "^2.0.2",
17
17
  "dompurify": "^3.0.3",
18
18
  "katex": "^0.16.7",
19
- "marked": "^7.0.0",
20
- "@gradio/atoms": "^0.3.0",
21
- "@gradio/button": "^0.2.8",
22
- "@gradio/statustracker": "^0.4.0",
23
- "@gradio/markdown": "^0.4.0",
24
- "@gradio/upload": "^0.5.1",
25
- "@gradio/utils": "^0.2.0"
19
+ "marked": "^11.0.0",
20
+ "@gradio/markdown": "^0.5.0",
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"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",