@gradio/code 0.5.4 → 0.5.6

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 +15 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @gradio/code
2
2
 
3
+ ## 0.5.6
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/upload@0.7.7
8
+ - @gradio/wasm@0.8.0
9
+
10
+ ## 0.5.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
15
+ - @gradio/upload@0.7.6
16
+
3
17
  ## 0.5.4
4
18
 
5
19
  ### Patch Changes
@@ -316,4 +330,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
316
330
 
317
331
  - Updated dependencies []:
318
332
  - @gradio/atoms@0.0.2
319
- - @gradio/upload@0.0.2
333
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -27,12 +27,12 @@
27
27
  "cm6-theme-basic-dark": "^0.2.0",
28
28
  "cm6-theme-basic-light": "^0.2.0",
29
29
  "codemirror": "^6.0.1",
30
- "@gradio/icons": "^0.3.3",
31
30
  "@gradio/atoms": "^0.5.3",
31
+ "@gradio/icons": "^0.3.3",
32
+ "@gradio/upload": "^0.7.7",
32
33
  "@gradio/statustracker": "^0.4.8",
33
- "@gradio/upload": "^0.7.5",
34
34
  "@gradio/utils": "^0.3.0",
35
- "@gradio/wasm": "^0.7.0"
35
+ "@gradio/wasm": "^0.8.0"
36
36
  },
37
37
  "main_changeset": true,
38
38
  "main": "./Index.svelte",