@gradio/code 0.9.1-beta.1 → 0.9.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 +7 -18
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,34 +1,23 @@
1
1
  # @gradio/code
2
2
 
3
- ## 0.9.1-beta.1
3
+ ## 0.9.1
4
4
 
5
5
  ### Features
6
6
 
7
7
  - [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn!
8
8
 
9
- ### Dependency updates
10
-
11
- - @gradio/atoms@0.8.1-beta.1
12
- - @gradio/icons@0.8.0-beta.1
13
- - @gradio/statustracker@0.8.0-beta.1
14
- - @gradio/utils@0.7.0-beta.1
15
- - @gradio/upload@0.12.4-beta.1
16
- - @gradio/wasm@0.13.1-beta.1
17
-
18
- ## 0.9.1-beta.0
19
-
20
9
  ### Fixes
21
10
 
22
11
  - [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
23
12
 
24
13
  ### Dependency updates
25
14
 
26
- - @gradio/utils@0.7.0-beta.0
27
- - @gradio/statustracker@0.8.0-beta.0
28
- - @gradio/atoms@0.8.1-beta.0
29
- - @gradio/icons@0.8.0-beta.0
30
- - @gradio/upload@0.12.4-beta.0
31
- - @gradio/wasm@0.13.1-beta.0
15
+ - @gradio/utils@0.6.1
16
+ - @gradio/statustracker@0.7.6
17
+ - @gradio/atoms@0.8.1
18
+ - @gradio/icons@0.7.2
19
+ - @gradio/wasm@0.13.1
20
+ - @gradio/upload@0.12.4
32
21
 
33
22
  ## 0.9.0
34
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.9.1-beta.1",
3
+ "version": "0.9.1",
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/atoms": "^0.8.1-beta.1",
31
- "@gradio/upload": "^0.12.4-beta.1",
32
- "@gradio/icons": "^0.8.0-beta.1",
33
- "@gradio/utils": "^0.7.0-beta.1",
34
- "@gradio/statustracker": "^0.8.0-beta.1",
35
- "@gradio/wasm": "^0.13.1-beta.1"
30
+ "@gradio/atoms": "^0.8.1",
31
+ "@gradio/icons": "^0.7.2",
32
+ "@gradio/statustracker": "^0.7.6",
33
+ "@gradio/upload": "^0.12.4",
34
+ "@gradio/utils": "^0.6.1",
35
+ "@gradio/wasm": "^0.13.1"
36
36
  },
37
37
  "main_changeset": true,
38
38
  "main": "./Index.svelte",
@@ -50,7 +50,7 @@
50
50
  "./package.json": "./package.json"
51
51
  },
52
52
  "devDependencies": {
53
- "@gradio/preview": "^0.11.1-beta.0"
53
+ "@gradio/preview": "^0.11.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "^4.0.0"