@gradio/code 0.3.0 → 0.3.2
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.
- package/CHANGELOG.md +16 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,24 @@
|
|
1
1
|
# @gradio/code
|
2
2
|
|
3
|
+
## 0.3.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies []:
|
8
|
+
- @gradio/upload@0.5.5
|
9
|
+
|
10
|
+
## 0.3.1
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a)]:
|
15
|
+
- @gradio/upload@0.5.4
|
16
|
+
|
3
17
|
## 0.3.0
|
4
18
|
|
5
19
|
### Features
|
6
20
|
|
7
|
-
- [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4.
|
21
|
+
- [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
|
8
22
|
|
9
23
|
## 0.2.9
|
10
24
|
|
@@ -201,4 +215,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
201
215
|
|
202
216
|
- Updated dependencies []:
|
203
217
|
- @gradio/atoms@0.0.2
|
204
|
-
- @gradio/upload@0.0.2
|
218
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/code",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.2",
|
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.2",
|
31
30
|
"@gradio/atoms": "^0.4.0",
|
32
|
-
"@gradio/upload": "^0.5.3",
|
33
|
-
"@gradio/utils": "^0.2.0",
|
34
31
|
"@gradio/statustracker": "^0.4.2",
|
35
|
-
"@gradio/
|
32
|
+
"@gradio/upload": "^0.5.5",
|
33
|
+
"@gradio/utils": "^0.2.0",
|
34
|
+
"@gradio/wasm": "^0.4.0",
|
35
|
+
"@gradio/icons": "^0.3.2"
|
36
36
|
},
|
37
37
|
"main_changeset": true,
|
38
38
|
"main": "./Index.svelte",
|