@gradio/code 0.5.5 → 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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.5.5
4
11
 
5
12
  ### Patch Changes
@@ -323,4 +330,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
323
330
 
324
331
  - Updated dependencies []:
325
332
  - @gradio/atoms@0.0.2
326
- - @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.5",
3
+ "version": "0.5.6",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -29,10 +29,10 @@
29
29
  "codemirror": "^6.0.1",
30
30
  "@gradio/atoms": "^0.5.3",
31
31
  "@gradio/icons": "^0.3.3",
32
+ "@gradio/upload": "^0.7.7",
32
33
  "@gradio/statustracker": "^0.4.8",
33
- "@gradio/upload": "^0.7.6",
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",