@gradio/annotatedimage 0.10.1-dev.2 → 0.10.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.
- package/CHANGELOG.md +15 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
# @gradio/annotatedimage
|
|
2
|
+
## 0.10.1
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- [#11908](https://github.com/gradio-app/gradio/pull/11908) [`029034f`](https://github.com/gradio-app/gradio/commit/029034f7853ea018d110efe9b7e2ef7d1407091c) - Add back default values for labels
|
|
7
|
+
- [#12438](https://github.com/gradio-app/gradio/pull/12438) [`25ffc03`](https://github.com/gradio-app/gradio/commit/25ffc0398f8feb43d817c02b2ab970c16de6d797) - Svelte5 migration and bugfix
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- @gradio/atoms@0.19.0
|
|
12
|
+
- @gradio/icons@0.15.0
|
|
13
|
+
- @gradio/statustracker@0.12.0
|
|
14
|
+
- @gradio/upload@0.17.2
|
|
15
|
+
- @gradio/utils@0.10.3
|
|
16
|
+
- @gradio/client@2.0.0
|
|
2
17
|
|
|
3
18
|
## 0.10.1-dev.2
|
|
4
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/annotatedimage",
|
|
3
|
-
"version": "0.10.1
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
"./package.json": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@gradio/preview": "^0.15.0
|
|
19
|
+
"@gradio/preview": "^0.15.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"svelte": "^5.43.4"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@gradio/atoms": "^0.19.0
|
|
26
|
-
"@gradio/
|
|
27
|
-
"@gradio/
|
|
28
|
-
"@gradio/
|
|
29
|
-
"@gradio/
|
|
30
|
-
"@gradio/
|
|
25
|
+
"@gradio/atoms": "^0.19.0",
|
|
26
|
+
"@gradio/icons": "^0.15.0",
|
|
27
|
+
"@gradio/upload": "^0.17.2",
|
|
28
|
+
"@gradio/client": "^2.0.0",
|
|
29
|
+
"@gradio/statustracker": "^0.12.0",
|
|
30
|
+
"@gradio/utils": "^0.10.3"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|