@gradio/code 0.2.4 → 0.2.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 +19 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,27 @@
1
1
  # @gradio/code
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521), [`f816136a0`](https://github.com/gradio-app/gradio/commit/f816136a039fa6011be9c4fb14f573e4050a681a)]:
8
+ - @gradio/upload@0.4.2
9
+ - @gradio/atoms@0.2.2
10
+ - @gradio/icons@0.2.1
11
+ - @gradio/statustracker@0.3.2
12
+
13
+ ## 0.2.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies []:
18
+ - @gradio/upload@0.4.1
19
+
3
20
  ## 0.2.4
4
21
 
5
22
  ### Fixes
6
23
 
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. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
24
+ - [#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
25
 
9
26
  ## 0.2.3
10
27
 
@@ -151,4 +168,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
151
168
 
152
169
  - Updated dependencies []:
153
170
  - @gradio/atoms@0.0.2
154
- - @gradio/upload@0.0.2
171
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -27,11 +27,11 @@
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/atoms": "^0.2.1",
31
- "@gradio/icons": "^0.2.0",
32
- "@gradio/statustracker": "^0.3.1",
33
- "@gradio/upload": "^0.4.0",
34
- "@gradio/utils": "^0.2.0"
30
+ "@gradio/statustracker": "^0.3.2",
31
+ "@gradio/upload": "^0.4.2",
32
+ "@gradio/utils": "^0.2.0",
33
+ "@gradio/icons": "^0.2.1",
34
+ "@gradio/atoms": "^0.2.2"
35
35
  },
36
36
  "main_changeset": true,
37
37
  "main": "./Index.svelte",