@gradio/image 0.9.5 → 0.9.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.
- package/CHANGELOG.md +9 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# @gradio/image
|
2
2
|
|
3
|
+
## 0.9.6
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/upload@0.7.7
|
8
|
+
- @gradio/client@0.13.0
|
9
|
+
- @gradio/wasm@0.8.0
|
10
|
+
|
3
11
|
## 0.9.5
|
4
12
|
|
5
13
|
### Patch Changes
|
@@ -401,4 +409,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
401
409
|
|
402
410
|
### Features
|
403
411
|
|
404
|
-
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
412
|
+
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/image",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.6",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,13 +10,13 @@
|
|
10
10
|
"cropperjs": "^1.5.12",
|
11
11
|
"lazy-brush": "^1.0.1",
|
12
12
|
"resize-observer-polyfill": "^1.5.1",
|
13
|
+
"@gradio/client": "^0.13.0",
|
13
14
|
"@gradio/atoms": "^0.5.3",
|
14
|
-
"@gradio/client": "^0.12.2",
|
15
|
-
"@gradio/icons": "^0.3.3",
|
16
15
|
"@gradio/statustracker": "^0.4.8",
|
16
|
+
"@gradio/upload": "^0.7.7",
|
17
17
|
"@gradio/utils": "^0.3.0",
|
18
|
-
"@gradio/
|
19
|
-
"@gradio/
|
18
|
+
"@gradio/icons": "^0.3.3",
|
19
|
+
"@gradio/wasm": "^0.8.0"
|
20
20
|
},
|
21
21
|
"main_changeset": true,
|
22
22
|
"main": "./Index.svelte",
|