@gradio/dataframe 0.5.0 → 0.5.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 +14 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b), [`ca8753b`](https://github.com/gradio-app/gradio/commit/ca8753bb3d829d0077f758ba8d0ddc866ff74d3d), [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585), [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32)]:
8
+ - @gradio/button@0.2.18
9
+ - @gradio/utils@0.2.1
10
+ - @gradio/markdown@0.6.1
11
+ - @gradio/upload@0.7.0
12
+ - @gradio/atoms@0.5.0
13
+ - @gradio/statustracker@0.4.4
14
+
3
15
  ## 0.5.0
4
16
 
5
17
  ### Features
6
18
 
7
- - [#7018](https://github.com/gradio-app/gradio/pull/7018) [`ec28b4e`](https://github.com/gradio-app/gradio/commit/ec28b4e7c47a9233d9e3a725cc9fe8f9044dfa94) - Add `visible` and `interactive` params to `gr.Tab()`. Thanks [@hannahblair](https://github.com/hannahblair)!
19
+ - [#7018](https://github.com/gradio-app/gradio/pull/7018) [`ec28b4e`](https://github.com/gradio-app/gradio/commit/ec28b4e7c47a9233d9e3a725cc9fe8f9044dfa94) - Add `visible` and `interactive` params to `gr.Tab()`. Thanks [@hannahblair](https://github.com/hannahblair)!
8
20
 
9
21
  ## 0.4.6
10
22
 
@@ -314,4 +326,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
314
326
 
315
327
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
316
328
  - @gradio/upload@0.0.3
317
- - @gradio/button@0.1.0
329
+ - @gradio/button@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.5.0",
3
+ "version": "0.5.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/atoms": "^0.4.1",
21
- "@gradio/button": "^0.2.17",
22
- "@gradio/statustracker": "^0.4.3",
23
- "@gradio/markdown": "^0.6.0",
24
- "@gradio/upload": "^0.6.1",
25
- "@gradio/utils": "^0.2.0"
20
+ "@gradio/atoms": "^0.5.0",
21
+ "@gradio/markdown": "^0.6.1",
22
+ "@gradio/button": "^0.2.18",
23
+ "@gradio/upload": "^0.7.0",
24
+ "@gradio/statustracker": "^0.4.4",
25
+ "@gradio/utils": "^0.2.1"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",