@gradio/code 0.2.4 → 0.2.5
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 +9 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,17 @@
|
|
1
1
|
# @gradio/code
|
2
2
|
|
3
|
+
## 0.2.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies []:
|
8
|
+
- @gradio/upload@0.4.1
|
9
|
+
|
3
10
|
## 0.2.4
|
4
11
|
|
5
12
|
### Fixes
|
6
13
|
|
7
|
-
- [#6323](https://github.com/gradio-app/gradio/pull/6323) [`55fda81fa`](https://github.com/gradio-app/gradio/commit/55fda81fa5918b48952729232d6e2fc55af9351d) - Textbox and Code Component Blur/Focus Fixes.
|
14
|
+
- [#6323](https://github.com/gradio-app/gradio/pull/6323) [`55fda81fa`](https://github.com/gradio-app/gradio/commit/55fda81fa5918b48952729232d6e2fc55af9351d) - Textbox and Code Component Blur/Focus Fixes. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
8
15
|
|
9
16
|
## 0.2.3
|
10
17
|
|
@@ -151,4 +158,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
151
158
|
|
152
159
|
- Updated dependencies []:
|
153
160
|
- @gradio/atoms@0.0.2
|
154
|
-
- @gradio/upload@0.0.2
|
161
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/code",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.5",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@gradio/atoms": "^0.2.1",
|
31
31
|
"@gradio/icons": "^0.2.0",
|
32
32
|
"@gradio/statustracker": "^0.3.1",
|
33
|
-
"@gradio/upload": "^0.4.
|
33
|
+
"@gradio/upload": "^0.4.1",
|
34
34
|
"@gradio/utils": "^0.2.0"
|
35
35
|
},
|
36
36
|
"main_changeset": true,
|