@gradio/code 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,20 +1,40 @@
1
1
  # @gradio/code
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]:
8
+ - @gradio/icons@0.3.3
9
+ - @gradio/atoms@0.5.3
10
+ - @gradio/statustracker@0.4.7
11
+ - @gradio/upload@0.7.4
12
+
13
+ ## 0.5.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7)]:
18
+ - @gradio/utils@0.3.0
19
+ - @gradio/atoms@0.5.2
20
+ - @gradio/statustracker@0.4.6
21
+ - @gradio/upload@0.7.3
22
+
3
23
  ## 0.5.0
4
24
 
5
25
  ### Features
6
26
 
7
- - [#7328](https://github.com/gradio-app/gradio/pull/7328) [`c1a7ea7`](https://github.com/gradio-app/gradio/commit/c1a7ea7c0c294aa970624f02225717c12bcf9b58) - Add SQL Support for gr.Code. Thanks [@aersam](https://github.com/aersam)!
27
+ - [#7328](https://github.com/gradio-app/gradio/pull/7328) [`c1a7ea7`](https://github.com/gradio-app/gradio/commit/c1a7ea7c0c294aa970624f02225717c12bcf9b58) - Add SQL Support for gr.Code. Thanks [@aersam](https://github.com/aersam)!
8
28
 
9
29
  ## 0.4.0
10
30
 
11
31
  ### Features
12
32
 
13
- - [#7240](https://github.com/gradio-app/gradio/pull/7240) [`1893756`](https://github.com/gradio-app/gradio/commit/18937564ab8906710549d5bccc48f7188c836f38) - Small cleanups of `Code` component. Thanks [@abidlabs](https://github.com/abidlabs)!
33
+ - [#7240](https://github.com/gradio-app/gradio/pull/7240) [`1893756`](https://github.com/gradio-app/gradio/commit/18937564ab8906710549d5bccc48f7188c836f38) - Small cleanups of `Code` component. Thanks [@abidlabs](https://github.com/abidlabs)!
14
34
 
15
35
  ### Fixes
16
36
 
17
- - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
37
+ - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
18
38
 
19
39
  ## 0.3.8
20
40
 
@@ -281,4 +301,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
281
301
 
282
302
  - Updated dependencies []:
283
303
  - @gradio/atoms@0.0.2
284
- - @gradio/upload@0.0.2
304
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.5.0",
3
+ "version": "0.5.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
- "@gradio/upload": "^0.7.2",
32
- "@gradio/statustracker": "^0.4.5",
30
+ "@gradio/atoms": "^0.5.3",
31
+ "@gradio/icons": "^0.3.3",
33
32
  "@gradio/wasm": "^0.6.0",
34
- "@gradio/atoms": "^0.5.1",
35
- "@gradio/utils": "^0.2.2"
33
+ "@gradio/upload": "^0.7.4",
34
+ "@gradio/utils": "^0.3.0",
35
+ "@gradio/statustracker": "^0.4.7"
36
36
  },
37
37
  "main_changeset": true,
38
38
  "main": "./Index.svelte",