@gradio/code 0.3.0 → 0.3.1

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 +9 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @gradio/code
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a)]:
8
+ - @gradio/upload@0.5.4
9
+
3
10
  ## 0.3.0
4
11
 
5
12
  ### Features
6
13
 
7
- - [#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)!
14
+ - [#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
15
 
9
16
  ## 0.2.9
10
17
 
@@ -201,4 +208,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
201
208
 
202
209
  - Updated dependencies []:
203
210
  - @gradio/atoms@0.0.2
204
- - @gradio/upload@0.0.2
211
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -27,9 +27,9 @@
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",
31
+ "@gradio/icons": "^0.3.2",
32
+ "@gradio/upload": "^0.5.4",
33
33
  "@gradio/utils": "^0.2.0",
34
34
  "@gradio/statustracker": "^0.4.2",
35
35
  "@gradio/wasm": "^0.4.0"