diff --git a/.changeset/brown-crews-tap.md b/.changeset/brown-crews-tap.md deleted file mode 100644 index 68db5e3f7a..0000000000 --- a/.changeset/brown-crews-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Switch default order for sources for `gr.Video` so that upload is the default diff --git a/.changeset/empty-bags-type.md b/.changeset/empty-bags-type.md deleted file mode 100644 index da1af58ee6..0000000000 --- a/.changeset/empty-bags-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/upload": patch -"gradio": patch ---- - -fix:Display pending file in `` while waiting for upload request diff --git a/.changeset/fair-webs-type.md b/.changeset/fair-webs-type.md deleted file mode 100644 index 1de70b1e5f..0000000000 --- a/.changeset/fair-webs-type.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/upload": minor -"@gradio/wasm": minor -"gradio": minor ---- - -feat:Make Wasm-compatible diff --git a/.changeset/few-toes-clap.md b/.changeset/few-toes-clap.md deleted file mode 100644 index 48db5e0a30..0000000000 --- a/.changeset/few-toes-clap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gradio/image": patch -"@gradio/imageeditor": patch -"@gradio/video": patch -"gradio": patch ---- - -fix:Fix issue with Webcam Recording diff --git a/.changeset/floppy-mugs-fall.md b/.changeset/floppy-mugs-fall.md deleted file mode 100644 index 2bab1ced01..0000000000 --- a/.changeset/floppy-mugs-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/lite": minor ---- - -feat:Add README to @gradio/lite diff --git a/.changeset/fluffy-actors-tell.md b/.changeset/fluffy-actors-tell.md deleted file mode 100644 index a1fc0c38ac..0000000000 --- a/.changeset/fluffy-actors-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Add `additional_inputs`, `additional_inputs_accordion` parameters to `gr.Interface` diff --git a/.changeset/kind-flowers-punch.md b/.changeset/kind-flowers-punch.md deleted file mode 100644 index f05015299c..0000000000 --- a/.changeset/kind-flowers-punch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gradio/app": patch -"@gradio/gallery": patch -"@gradio/image": patch -"gradio": patch ---- - -fix:Make Wasm-compatible diff --git a/.changeset/lazy-games-rush.md b/.changeset/lazy-games-rush.md deleted file mode 100644 index 929f9391d8..0000000000 --- a/.changeset/lazy-games-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/app": patch -"gradio": patch ---- - -fix:Fix the reloader diff --git a/.changeset/swift-cooks-wish.md b/.changeset/swift-cooks-wish.md deleted file mode 100644 index bc8bb6e3df..0000000000 --- a/.changeset/swift-cooks-wish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/chatbot": patch -"gradio": patch ---- - -fix:Ensure Chatbot theme text size is set correctly diff --git a/.changeset/tame-loops-clean.md b/.changeset/tame-loops-clean.md deleted file mode 100644 index 0ae3c0f1bf..0000000000 --- a/.changeset/tame-loops-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -feat:fixed typo diff --git a/.changeset/thirty-grapes-know.md b/.changeset/thirty-grapes-know.md deleted file mode 100644 index 4648a9d431..0000000000 --- a/.changeset/thirty-grapes-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/lite": patch ---- - -feat:bump lite to match gradio diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb6b3c2f8..ea8e62e62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.14.0 + +### Features + +- [#6994](https://github.com/gradio-app/gradio/pull/6994) [`623bc1a`](https://github.com/gradio-app/gradio/commit/623bc1aeb19945c1f3c68ea66fa669d1169483a3) - Switch default order for sources for `gr.Video` so that upload is the default. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6945](https://github.com/gradio-app/gradio/pull/6945) [`ccf317f`](https://github.com/gradio-app/gradio/commit/ccf317fc9797675a748b50118aa59a7e4b129d9d) - Add `additional_inputs`, `additional_inputs_accordion` parameters to `gr.Interface`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6963](https://github.com/gradio-app/gradio/pull/6963) [`8dfabee`](https://github.com/gradio-app/gradio/commit/8dfabee00495ccbbd6743da07fa06c75cac3fb5f) - fixed typo. Thanks [@Cassini-chris](https://github.com/Cassini-chris)! + +### Fixes + +- [#6969](https://github.com/gradio-app/gradio/pull/6969) [`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a) - Display pending file in `` while waiting for upload request. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6983](https://github.com/gradio-app/gradio/pull/6983) [`6e285be`](https://github.com/gradio-app/gradio/commit/6e285be8edeacf8730bac10b7ecd3fd5e309a950) - Fix the reloader. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#6958](https://github.com/gradio-app/gradio/pull/6958) [`0f0498b`](https://github.com/gradio-app/gradio/commit/0f0498bf97a036efe47d01b47c4b26000d8d1df3) - Ensure Chatbot theme text size is set correctly. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.13.0 ### Features diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index ccb6b3c2f8..ea8e62e62f 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.14.0 + +### Features + +- [#6994](https://github.com/gradio-app/gradio/pull/6994) [`623bc1a`](https://github.com/gradio-app/gradio/commit/623bc1aeb19945c1f3c68ea66fa669d1169483a3) - Switch default order for sources for `gr.Video` so that upload is the default. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6945](https://github.com/gradio-app/gradio/pull/6945) [`ccf317f`](https://github.com/gradio-app/gradio/commit/ccf317fc9797675a748b50118aa59a7e4b129d9d) - Add `additional_inputs`, `additional_inputs_accordion` parameters to `gr.Interface`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6963](https://github.com/gradio-app/gradio/pull/6963) [`8dfabee`](https://github.com/gradio-app/gradio/commit/8dfabee00495ccbbd6743da07fa06c75cac3fb5f) - fixed typo. Thanks [@Cassini-chris](https://github.com/Cassini-chris)! + +### Fixes + +- [#6969](https://github.com/gradio-app/gradio/pull/6969) [`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a) - Display pending file in `` while waiting for upload request. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6983](https://github.com/gradio-app/gradio/pull/6983) [`6e285be`](https://github.com/gradio-app/gradio/commit/6e285be8edeacf8730bac10b7ecd3fd5e309a950) - Fix the reloader. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#6958](https://github.com/gradio-app/gradio/pull/6958) [`0f0498b`](https://github.com/gradio-app/gradio/commit/0f0498bf97a036efe47d01b47c4b26000d8d1df3) - Ensure Chatbot theme text size is set correctly. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.13.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index d2112a6b08..30d4484c84 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.13.0", + "version": "4.14.0", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index 8cc1dc9074..f0a8e17ef0 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,16 +1,23 @@ # website +## 0.21.1 + +### Patch Changes + +- Updated dependencies []: + - @gradio/code@0.3.6 + ## 0.21.0 ### Features -- [#6913](https://github.com/gradio-app/gradio/pull/6913) [`a5f3d2b`](https://github.com/gradio-app/gradio/commit/a5f3d2bef2d53b367ebf78d86e61f227cda5effa) - Fix broken redirects and guides in website. Thanks [@aliabd](https://github.com/aliabd)! +- [#6913](https://github.com/gradio-app/gradio/pull/6913) [`a5f3d2b`](https://github.com/gradio-app/gradio/commit/a5f3d2bef2d53b367ebf78d86e61f227cda5effa) - Fix broken redirects and guides in website. Thanks [@aliabd](https://github.com/aliabd)! ## 0.20.4 ### Fixes -- [#6767](https://github.com/gradio-app/gradio/pull/6767) [`7bb561a`](https://github.com/gradio-app/gradio/commit/7bb561a294ca41d1044927cb34d8645c4175cae0) - Rewriting parts of the README and getting started guides for 4.0. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6767](https://github.com/gradio-app/gradio/pull/6767) [`7bb561a`](https://github.com/gradio-app/gradio/commit/7bb561a294ca41d1044927cb34d8645c4175cae0) - Rewriting parts of the README and getting started guides for 4.0. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.20.3 @@ -268,4 +275,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes -- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)! \ No newline at end of file +- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)! diff --git a/js/_website/package.json b/js/_website/package.json index 909f2b3526..658e7fb575 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.21.0", + "version": "0.21.1", "private": true, "scripts": { "dev": "python generate_jsons/generate.py && vite dev", @@ -22,7 +22,7 @@ }, "type": "module", "dependencies": { - "@gradio/code": "0.3.5", + "@gradio/code": "0.3.6", "@sindresorhus/slugify": "^2.2.0", "@sveltejs/adapter-vercel": "^3.0.3", "hast-util-to-string": "^3.0.0", diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index d567d722ae..9ef4e2a2d3 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,10 +1,18 @@ # @gradio/annotatedimage +## 0.4.1 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/wasm@0.5.0 + ## 0.4.0 ### Features -- [#6133](https://github.com/gradio-app/gradio/pull/6133) [`f742d0e`](https://github.com/gradio-app/gradio/commit/f742d0e861c8e25c5d77d9102c9d50f94b0d3383) - Lite: Support AnnotatedImage on Wasm. Thanks [@whitphx](https://github.com/whitphx)! +- [#6133](https://github.com/gradio-app/gradio/pull/6133) [`f742d0e`](https://github.com/gradio-app/gradio/commit/f742d0e861c8e25c5d77d9102c9d50f94b0d3383) - Lite: Support AnnotatedImage on Wasm. Thanks [@whitphx](https://github.com/whitphx)! ## 0.3.14 @@ -245,4 +253,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Patch Changes - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd)]: - - @gradio/upload@0.0.3 \ No newline at end of file + - @gradio/upload@0.0.3 diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index 2392fcbb28..018c9da8c9 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.4.0", + "version": "0.4.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 992198b23f..746def737e 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/app +## 1.20.0 + +### Features + +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! + +### Fixes + +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6983](https://github.com/gradio-app/gradio/pull/6983) [`6e285be`](https://github.com/gradio-app/gradio/commit/6e285be8edeacf8730bac10b7ecd3fd5e309a950) - Fix the reloader. Thanks [@aliabid94](https://github.com/aliabid94)! + ## 1.19.0 ### Features diff --git a/js/app/package.json b/js/app/package.json index d55f9e1e2d..71decae834 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.19.0", + "version": "1.20.0", "private": true, "type": "module", "scripts": { diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 4b70575116..f59d5089c2 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,10 +1,19 @@ # @gradio/audio +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/wasm@0.5.0 + - @gradio/button@0.2.16 + ## 0.7.0 ### Features -- [#6897](https://github.com/gradio-app/gradio/pull/6897) [`fb9c6ca`](https://github.com/gradio-app/gradio/commit/fb9c6cacd7ca4598c000f1f97d7d39a8c4463519) - Lite: Chatbot. Thanks [@whitphx](https://github.com/whitphx)! +- [#6897](https://github.com/gradio-app/gradio/pull/6897) [`fb9c6ca`](https://github.com/gradio-app/gradio/commit/fb9c6cacd7ca4598c000f1f97d7d39a8c4463519) - Lite: Chatbot. Thanks [@whitphx](https://github.com/whitphx)! ## 0.6.4 @@ -260,4 +269,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file +- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! diff --git a/js/audio/package.json b/js/audio/package.json index 316195fb36..1ba0f6b339 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.7.0", + "version": "0.7.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index 6e113ac7f9..cb1aeb3158 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/button +## 0.2.16 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + ## 0.2.15 ### Patch Changes diff --git a/js/button/package.json b/js/button/package.json index 17b127d18a..7d702fe0f2 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.2.15", + "version": "0.2.16", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index f79eab3197..c1720caa95 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/chatbot +## 0.6.1 + +### Fixes + +- [#6958](https://github.com/gradio-app/gradio/pull/6958) [`0f0498b`](https://github.com/gradio-app/gradio/commit/0f0498bf97a036efe47d01b47c4b26000d8d1df3) - Ensure Chatbot theme text size is set correctly. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.6.0 ### Features diff --git a/js/chatbot/package.json b/js/chatbot/package.json index 86f46c43b7..e4dff58000 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.6.0", + "version": "0.6.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 484d0e32f3..cb4d2f1087 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/code +## 0.3.6 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/wasm@0.5.0 + ## 0.3.5 ### Patch Changes diff --git a/js/code/package.json b/js/code/package.json index 4250e6e902..0c39f5dfce 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.3.5", + "version": "0.3.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index 56755982e5..0a16a47467 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/dataframe +## 0.4.6 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/button@0.2.16 + ## 0.4.5 ### Patch Changes diff --git a/js/dataframe/package.json b/js/dataframe/package.json index 034e3c143a..968b47d411 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.4.5", + "version": "0.4.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataset/CHANGELOG.md b/js/dataset/CHANGELOG.md index 55e76c9169..69a6fd9b69 100644 --- a/js/dataset/CHANGELOG.md +++ b/js/dataset/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/dataset +## 0.1.16 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + ## 0.1.15 ### Patch Changes diff --git a/js/dataset/package.json b/js/dataset/package.json index d3019a55a8..57469ace50 100644 --- a/js/dataset/package.json +++ b/js/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataset", - "version": "0.1.15", + "version": "0.1.16", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index 5b25990319..e0e88a1a5e 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/file +## 0.4.6 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/wasm@0.5.0 + ## 0.4.5 ### Patch Changes diff --git a/js/file/package.json b/js/file/package.json index 2404c4d307..1460931780 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.4.5", + "version": "0.4.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fileexplorer/CHANGELOG.md b/js/fileexplorer/CHANGELOG.md index d7ef0983cd..f801ed2630 100644 --- a/js/fileexplorer/CHANGELOG.md +++ b/js/fileexplorer/CHANGELOG.md @@ -1,10 +1,18 @@ # @gradio/fileexplorer +## 0.3.16 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/file@0.4.6 + ## 0.3.15 ### Features -- [#6931](https://github.com/gradio-app/gradio/pull/6931) [`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549) - Fix functional tests. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#6931](https://github.com/gradio-app/gradio/pull/6931) [`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549) - Fix functional tests. Thanks [@aliabid94](https://github.com/aliabid94)! ## 0.3.14 @@ -197,4 +205,4 @@ Users can then navigate the virtual filesystem and select files which will be ac For more information check the [`FileExplorer` documentation](https://gradio.app/docs/fileexplorer). -Thanks [@aliabid94](https://github.com/aliabid94)! \ No newline at end of file +Thanks [@aliabid94](https://github.com/aliabid94)! diff --git a/js/fileexplorer/package.json b/js/fileexplorer/package.json index b002371f04..3977d6b91b 100644 --- a/js/fileexplorer/package.json +++ b/js/fileexplorer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fileexplorer", - "version": "0.3.15", + "version": "0.3.16", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index b61d729028..9f64678e3c 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/gallery +## 0.4.17 + +### Fixes + +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.4.16 ### Patch Changes @@ -293,4 +299,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file diff --git a/js/gallery/package.json b/js/gallery/package.json index 2ca6a89369..ece3349b0b 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.4.16", + "version": "0.4.17", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index 3f52c5ed7d..e4bedd7aed 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/image +## 0.6.1 + +### Fixes + +- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.6.0 ### Features diff --git a/js/image/package.json b/js/image/package.json index 476ada3738..8b2909836c 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.6.0", + "version": "0.6.1", "description": "Gradio UI packages", "type": "module", "author": "", @@ -24,7 +24,6 @@ ".": "./Index.svelte", "./shared": "./shared/index.ts", "./example": "./Example.svelte", - "./shared": "./shared/index.ts", "./package.json": "./package.json" } } diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index a091e4b0a8..3184bb6037 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/imageeditor +## 0.2.3 + +### Fixes + +- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! + ## 0.2.2 ### Patch Changes @@ -127,4 +133,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - [#6502](https://github.com/gradio-app/gradio/pull/6502) [`070f71c93`](https://github.com/gradio-app/gradio/commit/070f71c933d846ce8e2fe11cdd9bc0f3f897f29f) - Ensure image editor crop and draw cursor works as expected when the scroll position changes. Thanks [@pngwn](https://github.com/pngwn)! -# @gradio/image +# @gradio/image \ No newline at end of file diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index da98a8e4fa..3f582f048d 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.2.2", + "version": "0.2.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/lite/CHANGELOG.md b/js/lite/CHANGELOG.md index af9f95e761..951b3d55e9 100644 --- a/js/lite/CHANGELOG.md +++ b/js/lite/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/lite +## 4.14.0 + +### Features + +- [#6989](https://github.com/gradio-app/gradio/pull/6989) [`71aab1c`](https://github.com/gradio-app/gradio/commit/71aab1c6173665a7886399614dbb2dd864adbd6b) - Add README to @gradio/lite. Thanks [@aliabd](https://github.com/aliabd)! +- [#6996](https://github.com/gradio-app/gradio/pull/6996) [`0b1f68d`](https://github.com/gradio-app/gradio/commit/0b1f68d2dbdaea3588fea6366a0da991a6e07f77) - bump lite to match gradio. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.4.4 ## 0.4.4-beta.0 @@ -74,4 +81,4 @@ ### Patch Changes -- [#4731](https://github.com/gradio-app/gradio/pull/4731) [`f9171288`](https://github.com/gradio-app/gradio/commit/f9171288d4cf0174952628276385fb553556c38a) Thanks [@whitphx](https://github.com/whitphx)! - Load the worker file from a different origin, e.g. CDN +- [#4731](https://github.com/gradio-app/gradio/pull/4731) [`f9171288`](https://github.com/gradio-app/gradio/commit/f9171288d4cf0174952628276385fb553556c38a) Thanks [@whitphx](https://github.com/whitphx)! - Load the worker file from a different origin, e.g. CDN \ No newline at end of file diff --git a/js/lite/package.json b/js/lite/package.json index 37836afa80..36401281bc 100644 --- a/js/lite/package.json +++ b/js/lite/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/lite", - "version": "4.13.0", + "version": "4.14.0", "description": "Serverless Gradio", "type": "module", "main": "dist/lite.js", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index 10806356f1..3aa19b062f 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,10 +1,17 @@ # @gradio/model3d +## 0.4.14 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + ## 0.4.13 ### Fixes -- [#6871](https://github.com/gradio-app/gradio/pull/6871) [`d361a0f`](https://github.com/gradio-app/gradio/commit/d361a0f179752d9e849ec420fc67c8b4060fc154) - Ensure camera settings only update when necessary in Model3D. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6871](https://github.com/gradio-app/gradio/pull/6871) [`d361a0f`](https://github.com/gradio-app/gradio/commit/d361a0f179752d9e849ec420fc67c8b4060fc154) - Ensure camera settings only update when necessary in Model3D. Thanks [@hannahblair](https://github.com/hannahblair)! ## 0.4.12 @@ -254,4 +261,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies []: - @gradio/atoms@0.0.2 - - @gradio/upload@0.0.2 \ No newline at end of file + - @gradio/upload@0.0.2 diff --git a/js/model3D/package.json b/js/model3D/package.json index b65945f005..5ea4e4aba0 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.4.13", + "version": "0.4.14", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index 3c97d6197e..7a0a5e9acc 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/upload +## 0.6.0 + +### Features + +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! + +### Fixes + +- [#6969](https://github.com/gradio-app/gradio/pull/6969) [`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a) - Display pending file in `` while waiting for upload request. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.5.8 ### Features diff --git a/js/upload/package.json b/js/upload/package.json index 25cf7eb3ac..b62c2b0889 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.5.8", + "version": "0.6.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index 7aca24118a..49cb0a0250 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,10 +1,18 @@ # @gradio/uploadbutton +## 0.4.1 + +### Patch Changes + +- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]: + - @gradio/upload@0.6.0 + - @gradio/button@0.2.16 + ## 0.4.0 ### Features -- [#6897](https://github.com/gradio-app/gradio/pull/6897) [`fb9c6ca`](https://github.com/gradio-app/gradio/commit/fb9c6cacd7ca4598c000f1f97d7d39a8c4463519) - Lite: Chatbot. Thanks [@whitphx](https://github.com/whitphx)! +- [#6897](https://github.com/gradio-app/gradio/pull/6897) [`fb9c6ca`](https://github.com/gradio-app/gradio/commit/fb9c6cacd7ca4598c000f1f97d7d39a8c4463519) - Lite: Chatbot. Thanks [@whitphx](https://github.com/whitphx)! ## 0.3.5 @@ -258,4 +266,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies [[`61129052`](https://github.com/gradio-app/gradio/commit/61129052ed1391a75c825c891d57fa0ad6c09fc8), [`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`67265a58`](https://github.com/gradio-app/gradio/commit/67265a58027ef1f9e4c0eb849a532f72eaebde48), [`8b4eb8ca`](https://github.com/gradio-app/gradio/commit/8b4eb8cac9ea07bde31b44e2006ca2b7b5f4de36), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]: - @gradio/client@0.2.0 - @gradio/upload@0.0.3 - - @gradio/button@0.1.0 \ No newline at end of file + - @gradio/button@0.1.0 diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index d9c5fb6392..4eec88254f 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.4.0", + "version": "0.4.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 95b48f250d..aa4d915779 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/video +## 0.3.1 + +### Fixes + +- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! + ## 0.3.0 ### Features diff --git a/js/video/package.json b/js/video/package.json index 9bf551c7fb..74fec2b0b5 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.3.0", + "version": "0.3.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md index 47dbf9e7e3..0136af232f 100644 --- a/js/wasm/CHANGELOG.md +++ b/js/wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/wasm +## 0.5.0 + +### Features + +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.4.1 ### Features diff --git a/js/wasm/package.json b/js/wasm/package.json index b2cd918e40..bbc763d39d 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/wasm", - "version": "0.4.1", + "version": "0.5.0", "description": "Gradio Wasm package", "type": "module", "main": "./dist/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88bba55f8a..3ab464e00d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -262,16 +262,16 @@ importers: version: 2.0.0(@sveltejs/kit@1.26.0) '@sveltejs/kit': specifier: ^1.5.0 - version: 1.26.0(svelte@4.2.2)(vite@4.5.0) + version: 1.26.0(svelte@4.2.3)(vite@4.5.0) prettier: specifier: ^3.0.0 version: 3.0.0 prettier-plugin-svelte: specifier: ^3.0.0 - version: 3.0.0(prettier@3.0.0)(svelte@4.2.2) + version: 3.0.0(prettier@3.0.0)(svelte@4.2.3) svelte-check: specifier: ^3.0.1 - version: 3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.2) + version: 3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3) typescript: specifier: ^5.0.0 version: 5.0.2 @@ -279,7 +279,7 @@ importers: js/_website: dependencies: '@gradio/code': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../code '@sindresorhus/slugify': specifier: ^2.2.0 @@ -292,7 +292,7 @@ importers: version: 3.0.0 mdsvex: specifier: ^0.11.0 - version: 0.11.0(svelte@4.2.2) + version: 0.11.0(svelte@4.2.3) postcss: specifier: '>=8.3.3 <9.0.0' version: 8.4.27 @@ -305,7 +305,7 @@ importers: version: 2.0.2(@sveltejs/kit@1.27.6) '@sveltejs/kit': specifier: ^1.27.6 - version: 1.27.6(svelte@4.2.2)(vite@4.5.0) + version: 1.27.6(svelte@4.2.3)(vite@4.5.0) '@tailwindcss/forms': specifier: ^0.5.0 version: 0.5.0(tailwindcss@3.1.6) @@ -6755,7 +6755,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.26.0(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.26.0(svelte@4.2.3)(vite@4.5.0) import-meta-resolve: 2.2.2 dev: true @@ -6764,7 +6764,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) import-meta-resolve: 2.2.2 dev: true @@ -6773,7 +6773,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.5.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) dev: true /@sveltejs/adapter-vercel@3.0.3(@sveltejs/kit@1.27.6): @@ -6781,7 +6781,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.5.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) '@vercel/nft': 0.23.1 esbuild: 0.18.20 transitivePeerDependencies: @@ -6789,7 +6789,7 @@ packages: - supports-color dev: false - /@sveltejs/kit@1.26.0(svelte@4.2.2)(vite@4.5.0): + /@sveltejs/kit@1.26.0(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-CV/AlTziC05yrz7UjVqEd0pH6+2dnrbmcnHGr2d3jXtmOgzNnlDkXtX8g3BfJ6nntsPD+0jtS2PzhvRHblRz4A==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6798,7 +6798,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.3)(vite@4.5.0) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 @@ -6809,7 +6809,7 @@ packages: sade: 1.8.1 set-cookie-parser: 2.6.0 sirv: 2.0.3 - svelte: 4.2.2 + svelte: 4.2.3 tiny-glob: 0.2.9 undici: 5.26.5 vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) @@ -6817,7 +6817,7 @@ packages: - supports-color dev: true - /@sveltejs/kit@1.27.6(svelte@4.2.2)(vite@4.5.0): + /@sveltejs/kit@1.27.6(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-GsjTkMbKzXdbeRg0tk8S7HNShQ4879ftRr0ZHaZfjbig1xQwG57Bvcm9U9/mpLJtCapLbLWUnygKrgcLISLC8A==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6826,7 +6826,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.3)(vite@4.5.0) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 @@ -6837,7 +6837,7 @@ packages: sade: 1.8.1 set-cookie-parser: 2.6.0 sirv: 2.0.3 - svelte: 4.2.2 + svelte: 4.2.3 tiny-glob: 0.2.9 undici: 5.26.5 vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) @@ -6859,21 +6859,6 @@ packages: transitivePeerDependencies: - supports-color - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.2)(vite@4.5.0): - resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} - engines: {node: ^14.18.0 || >= 16} - peerDependencies: - '@sveltejs/vite-plugin-svelte': ^2.2.0 - svelte: ^3.54.0 || ^4.0.0 - vite: ^4.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) - debug: 4.3.4 - svelte: 4.2.2 - vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) - transitivePeerDependencies: - - supports-color - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} engines: {node: ^14.18.0 || >= 16} @@ -6888,7 +6873,6 @@ packages: vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) transitivePeerDependencies: - supports-color - dev: false /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.2)(vite@4.3.9): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} @@ -6909,25 +6893,6 @@ packages: transitivePeerDependencies: - supports-color - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.2)(vite@4.5.0): - resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} - engines: {node: ^14.18.0 || >= 16} - peerDependencies: - svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 - vite: ^4.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.2)(vite@4.5.0) - debug: 4.3.4 - deepmerge: 4.3.1 - kleur: 4.1.5 - magic-string: 0.30.5 - svelte: 4.2.2 - svelte-hmr: 0.15.3(svelte@4.2.2) - vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) - vitefu: 0.2.5(vite@4.5.0) - transitivePeerDependencies: - - supports-color - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} engines: {node: ^14.18.0 || >= 16} @@ -6946,7 +6911,6 @@ packages: vitefu: 0.2.5(vite@4.5.0) transitivePeerDependencies: - supports-color - dev: false /@tailwindcss/forms@0.5.0(tailwindcss@3.1.6): resolution: {integrity: sha512-KzWugryEBFkmoaYcBE18rs6gthWCFHHO7cAZm2/hv3hwD67AzwP7udSCa22E7R1+CEJL/FfhYsJWrc0b1aeSzw==} @@ -12178,7 +12142,7 @@ packages: /mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - /mdsvex@0.11.0(svelte@4.2.2): + /mdsvex@0.11.0(svelte@4.2.3): resolution: {integrity: sha512-gJF1s0N2nCmdxcKn8HDn0LKrN8poStqAicp6bBcsKFd/zkUBGLP5e7vnxu+g0pjBbDFOscUyI1mtHz+YK2TCDw==} peerDependencies: svelte: '>=3 <5' @@ -12186,7 +12150,7 @@ packages: '@types/unist': 2.0.10 prism-svelte: 0.4.7 prismjs: 1.29.0 - svelte: 4.2.2 + svelte: 4.2.3 vfile-message: 2.0.4 dev: false @@ -13317,6 +13281,17 @@ packages: dependencies: prettier: 3.0.0 svelte: 4.2.2 + dev: false + + /prettier-plugin-svelte@3.0.0(prettier@3.0.0)(svelte@4.2.3): + resolution: {integrity: sha512-l3RQcPty2UBCoRh3yb9c5XCAmxkrc4BptAnbd5acO1gmSJtChOWkiEjnOvh7hvmtT4V80S8gXCOKAq8RNeIzSw==} + peerDependencies: + prettier: ^3.0.0 + svelte: ^3.2.0 || ^4.0.0-next.0 + dependencies: + prettier: 3.0.0 + svelte: 4.2.3 + dev: true /prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} @@ -14670,6 +14645,34 @@ packages: - sass - stylus - sugarss + dev: false + + /svelte-check@3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3): + resolution: {integrity: sha512-Uys9+R65cj8TmP8f5UpS7B2xKpNLYNxEWJsA5ZoKcWq/uwvABFF7xS6iPQGLoa7hxz0DS6xU60YFpmq06E4JxA==} + hasBin: true + peerDependencies: + svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 + dependencies: + '@jridgewell/trace-mapping': 0.3.20 + chokidar: 3.5.3 + fast-glob: 3.3.2 + import-fresh: 3.3.0 + picocolors: 1.0.0 + sade: 1.8.1 + svelte: 4.2.3 + svelte-preprocess: 5.0.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3)(typescript@5.2.2) + typescript: 5.2.2 + transitivePeerDependencies: + - '@babel/core' + - coffeescript + - less + - postcss + - postcss-load-config + - pug + - sass + - stylus + - sugarss + dev: true /svelte-eslint-parser@0.32.2(svelte@4.2.2): resolution: {integrity: sha512-Ok9D3A4b23iLQsONrjqtXtYDu5ZZ/826Blaw2LeFZVTg1pwofKDG4mz3/GYTax8fQ0plRGHI6j+d9VQYy5Lo/A==} @@ -14834,6 +14837,57 @@ packages: strip-indent: 3.0.0 svelte: 4.2.2 typescript: 5.2.2 + dev: false + + /svelte-preprocess@5.0.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3)(typescript@5.2.2): + resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==} + engines: {node: '>= 14.10.0'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 + svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0 + typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0' + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@babel/core': 7.23.3 + '@types/pug': 2.0.9 + detect-indent: 6.1.0 + less: 4.2.0 + magic-string: 0.27.0 + postcss: 8.4.27 + sorcery: 0.11.0 + strip-indent: 3.0.0 + svelte: 4.2.3 + typescript: 5.2.2 + dev: true /svelte-range-slider-pips@2.0.1: resolution: {integrity: sha512-sCHvcTgi0ZYE4c/mwSsdALRsfuqEmpwTsSUdL+PUrumZ8u2gv1GKwZ3GohcAcTB6gfmqRBkyn6ujRXrOIga1gw==}