diff --git a/.changeset/bitter-brooms-beg.md b/.changeset/bitter-brooms-beg.md deleted file mode 100644 index 8aaafd87f1..0000000000 --- a/.changeset/bitter-brooms-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/markdown": minor -"gradio": minor ---- - -feat:Fix md highlight diff --git a/.changeset/eighty-teeth-greet.md b/.changeset/eighty-teeth-greet.md deleted file mode 100644 index 7e9a6c82c4..0000000000 --- a/.changeset/eighty-teeth-greet.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/client": patch -"@gradio/statustracker": patch -"gradio": patch ---- - -feat:Refactor queue so that there are separate queues for each concurrency id diff --git a/.changeset/evil-bats-design.md b/.changeset/evil-bats-design.md deleted file mode 100644 index 5e8e9d5a4a..0000000000 --- a/.changeset/evil-bats-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Adjust rounding logic when precision is `None` in `gr.Number()` diff --git a/.changeset/fuzzy-rabbits-count.md b/.changeset/fuzzy-rabbits-count.md deleted file mode 100644 index cf86712b67..0000000000 --- a/.changeset/fuzzy-rabbits-count.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/markdown": minor -"gradio": minor ---- - -feat:Add an option to enable header links for markdown diff --git a/.changeset/giant-mammals-design.md b/.changeset/giant-mammals-design.md deleted file mode 100644 index 0bd9c7a5d2..0000000000 --- a/.changeset/giant-mammals-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/imageeditor": minor -"gradio": minor ---- - -feat:Fix `ImageEditor` interaction story diff --git a/.changeset/spicy-wings-thank.md b/.changeset/spicy-wings-thank.md deleted file mode 100644 index 3cf89b5488..0000000000 --- a/.changeset/spicy-wings-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Fixes issue 5781: Enables specifying a caching directory for Examples diff --git a/.changeset/strong-files-swim.md b/.changeset/strong-files-swim.md deleted file mode 100644 index 002dc818f9..0000000000 --- a/.changeset/strong-files-swim.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@gradio/app": patch -"@gradio/atoms": patch -"@gradio/audio": patch -"@gradio/image": patch -"@gradio/upload": patch -"@gradio/video": patch -"gradio": patch ---- - -fix:Improve source selection UX diff --git a/.changeset/tiny-radios-leave.md b/.changeset/tiny-radios-leave.md deleted file mode 100644 index 2897e5c4d9..0000000000 --- a/.changeset/tiny-radios-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Fixed duplicate word ("this this") diff --git a/.changeset/tough-zoos-move.md b/.changeset/tough-zoos-move.md deleted file mode 100644 index b307a92e6a..0000000000 --- a/.changeset/tough-zoos-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Prevent file traversals diff --git a/CHANGELOG.md b/CHANGELOG.md index da979eaf21..0c2d600a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.11.0 + +### Features + +- [#6842](https://github.com/gradio-app/gradio/pull/6842) [`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6) - Fix md highlight. Thanks [@pngwn](https://github.com/pngwn)! +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! +- [#6814](https://github.com/gradio-app/gradio/pull/6814) [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d) - Refactor queue so that there are separate queues for each concurrency id. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#6809](https://github.com/gradio-app/gradio/pull/6809) [`1401d99`](https://github.com/gradio-app/gradio/commit/1401d99ade46d87da75b5f5808a3354c49f1d1ea) - Fix `ImageEditor` interaction story. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6803](https://github.com/gradio-app/gradio/pull/6803) [`77c9003`](https://github.com/gradio-app/gradio/commit/77c900311e2ba37b8f849ce088ceb48aa196af18) - Fixes issue 5781: Enables specifying a caching directory for Examples. Thanks [@cswamy](https://github.com/cswamy)! +- [#6823](https://github.com/gradio-app/gradio/pull/6823) [`67a2b7f`](https://github.com/gradio-app/gradio/commit/67a2b7f12cb06355fcc41e40d47e8b2ad211d7d1) - Fixed duplicate word ("this this"). Thanks [@Cassini-chris](https://github.com/Cassini-chris)! +- [#6833](https://github.com/gradio-app/gradio/pull/6833) [`1b9d423`](https://github.com/gradio-app/gradio/commit/1b9d4234d6c25ef250d882c7b90e1f4039ed2d76) - Prevent file traversals. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#6829](https://github.com/gradio-app/gradio/pull/6829) [`50496f9`](https://github.com/gradio-app/gradio/commit/50496f967f8209032b753912a4379eb9cea66627) - Adjust rounding logic when precision is `None` in `gr.Number()`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.10.0 ### Features diff --git a/client/js/CHANGELOG.md b/client/js/CHANGELOG.md index ce08817f5f..abf1b61e70 100644 --- a/client/js/CHANGELOG.md +++ b/client/js/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/client +## 0.9.3 + +### Features + +- [#6814](https://github.com/gradio-app/gradio/pull/6814) [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d) - Refactor queue so that there are separate queues for each concurrency id. Thanks [@aliabid94](https://github.com/aliabid94)! + ## 0.9.2 ### Features diff --git a/client/js/package.json b/client/js/package.json index 21d7ebe6dc..c7cf7f24c4 100644 --- a/client/js/package.json +++ b/client/js/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/client", - "version": "0.9.2", + "version": "0.9.3", "description": "Gradio API client", "type": "module", "main": "dist/index.js", diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index da979eaf21..0c2d600a9a 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.11.0 + +### Features + +- [#6842](https://github.com/gradio-app/gradio/pull/6842) [`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6) - Fix md highlight. Thanks [@pngwn](https://github.com/pngwn)! +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! +- [#6814](https://github.com/gradio-app/gradio/pull/6814) [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d) - Refactor queue so that there are separate queues for each concurrency id. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#6809](https://github.com/gradio-app/gradio/pull/6809) [`1401d99`](https://github.com/gradio-app/gradio/commit/1401d99ade46d87da75b5f5808a3354c49f1d1ea) - Fix `ImageEditor` interaction story. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6803](https://github.com/gradio-app/gradio/pull/6803) [`77c9003`](https://github.com/gradio-app/gradio/commit/77c900311e2ba37b8f849ce088ceb48aa196af18) - Fixes issue 5781: Enables specifying a caching directory for Examples. Thanks [@cswamy](https://github.com/cswamy)! +- [#6823](https://github.com/gradio-app/gradio/pull/6823) [`67a2b7f`](https://github.com/gradio-app/gradio/commit/67a2b7f12cb06355fcc41e40d47e8b2ad211d7d1) - Fixed duplicate word ("this this"). Thanks [@Cassini-chris](https://github.com/Cassini-chris)! +- [#6833](https://github.com/gradio-app/gradio/pull/6833) [`1b9d423`](https://github.com/gradio-app/gradio/commit/1b9d4234d6c25ef250d882c7b90e1f4039ed2d76) - Prevent file traversals. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#6829](https://github.com/gradio-app/gradio/pull/6829) [`50496f9`](https://github.com/gradio-app/gradio/commit/50496f967f8209032b753912a4379eb9cea66627) - Adjust rounding logic when precision is `None` in `gr.Number()`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.10.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 5571fa6766..3bed69b8c0 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.10.0", + "version": "4.11.0", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index f7a6c25717..e5141ab5db 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,12 @@ # website +## 0.20.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/code@0.3.3 + ## 0.20.2 ### Patch Changes diff --git a/js/_website/package.json b/js/_website/package.json index 6df794bce1..d779198835 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.20.2", + "version": "0.20.3", "private": true, "scripts": { "dev": "python generate_jsons/generate.py && vite dev", @@ -22,7 +22,7 @@ }, "type": "module", "dependencies": { - "@gradio/code": "0.3.2", + "@gradio/code": "0.3.3", "@sindresorhus/slugify": "^2.2.0", "@sveltejs/adapter-vercel": "^3.0.3", "hast-util-to-string": "^3.0.0", diff --git a/js/accordion/CHANGELOG.md b/js/accordion/CHANGELOG.md index 9505d99daa..199c616dc9 100644 --- a/js/accordion/CHANGELOG.md +++ b/js/accordion/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/accordion +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/accordion/package.json b/js/accordion/package.json index 22358b50cc..9b77267b6b 100644 --- a/js/accordion/package.json +++ b/js/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/accordion", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index 12c503b296..3281d4d3d2 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/annotatedimage +## 0.3.13 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.3.12 ### Patch Changes diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index 68afa5b9d5..d492b8c277 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index f4d5c35d9c..2481e5fe52 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/app +## 1.17.0 + +### Features + +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 1.16.2 ### Patch Changes @@ -634,4 +644,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)! - [#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)! - [#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)! -- [#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)! +- [#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)! \ No newline at end of file diff --git a/js/app/package.json b/js/app/package.json index 126ca8caa1..9598adaf59 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.16.2", + "version": "1.17.0", "private": true, "type": "module", "scripts": { diff --git a/js/atoms/CHANGELOG.md b/js/atoms/CHANGELOG.md index e427b5b1a7..a65d893e8c 100644 --- a/js/atoms/CHANGELOG.md +++ b/js/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/atoms +## 0.4.1 + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.4.0 ### Features diff --git a/js/atoms/package.json b/js/atoms/package.json index 33d2637f9a..f7acf02c4f 100644 --- a/js/atoms/package.json +++ b/js/atoms/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/atoms", - "version": "0.4.0", + "version": "0.4.1", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 6c323fec7b..29857cf736 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/audio +## 0.6.3 + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.6.2 ### Fixes diff --git a/js/audio/package.json b/js/audio/package.json index 4d8121ce76..322a0a95fb 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.6.2", + "version": "0.6.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/box/CHANGELOG.md b/js/box/CHANGELOG.md index e76d0910ed..cd38ff0e05 100644 --- a/js/box/CHANGELOG.md +++ b/js/box/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/box +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/box/package.json b/js/box/package.json index 3a3514fffd..36165aa1df 100644 --- a/js/box/package.json +++ b/js/box/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/box", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index 9c9bc1d39a..fa84212399 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/button +## 0.2.13 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/upload@0.5.6 + ## 0.2.12 ### Patch Changes diff --git a/js/button/package.json b/js/button/package.json index 9defa72e1c..9b1149e865 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.2.12", + "version": "0.2.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index 4f2d302bc7..3669894a21 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/chatbot +## 0.5.5 + +### Patch Changes + +- Updated dependencies [[`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6), [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/markdown@0.6.0 + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.5.4 ### Patch Changes diff --git a/js/chatbot/package.json b/js/chatbot/package.json index ce9c16b464..c135831de8 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.5.4", + "version": "0.5.5", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkbox/CHANGELOG.md b/js/checkbox/CHANGELOG.md index f1f7cd47cf..02250d2009 100644 --- a/js/checkbox/CHANGELOG.md +++ b/js/checkbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/checkbox +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/checkbox/package.json b/js/checkbox/package.json index 1e1b6ae515..d046cf1d2f 100644 --- a/js/checkbox/package.json +++ b/js/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkbox", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkboxgroup/CHANGELOG.md b/js/checkboxgroup/CHANGELOG.md index a7f235874c..0ede931335 100644 --- a/js/checkboxgroup/CHANGELOG.md +++ b/js/checkboxgroup/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/checkboxgroup +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.3.6 ### Patch Changes diff --git a/js/checkboxgroup/package.json b/js/checkboxgroup/package.json index e233717086..bc9c02d7a1 100644 --- a/js/checkboxgroup/package.json +++ b/js/checkboxgroup/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkboxgroup", - "version": "0.3.6", + "version": "0.3.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 347a24c9a2..f4354c3da5 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/code +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.3.2 ### Patch Changes diff --git a/js/code/package.json b/js/code/package.json index aee0c8a727..54968f7ade 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.3.2", + "version": "0.3.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/colorpicker/CHANGELOG.md b/js/colorpicker/CHANGELOG.md index 69285158b3..b7f9790343 100644 --- a/js/colorpicker/CHANGELOG.md +++ b/js/colorpicker/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/colorpicker +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/colorpicker/package.json b/js/colorpicker/package.json index 2409625e76..ee13af0eac 100644 --- a/js/colorpicker/package.json +++ b/js/colorpicker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/colorpicker", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index abe5cfc9ce..2cfeaf4b23 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/dataframe +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6), [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/markdown@0.6.0 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + - @gradio/button@0.2.13 + ## 0.4.2 ### Patch Changes diff --git a/js/dataframe/package.json b/js/dataframe/package.json index abd97ac506..1097dfd44a 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.4.2", + "version": "0.4.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataset/CHANGELOG.md b/js/dataset/CHANGELOG.md index 8c993bc11c..cb01a6574b 100644 --- a/js/dataset/CHANGELOG.md +++ b/js/dataset/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/dataset +## 0.1.13 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.1.12 ### Patch Changes diff --git a/js/dataset/package.json b/js/dataset/package.json index d622001d0f..fa59e765ef 100644 --- a/js/dataset/package.json +++ b/js/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataset", - "version": "0.1.12", + "version": "0.1.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index db0bb12abd..4d52b8bdee 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,14 +1,22 @@ # @gradio/dropdown +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.4.2 ### Features -- [#6399](https://github.com/gradio-app/gradio/pull/6399) [`053bec9`](https://github.com/gradio-app/gradio/commit/053bec98be1127e083414024e02cf0bebb0b5142) - Improve CSS token documentation in Storybook. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6399](https://github.com/gradio-app/gradio/pull/6399) [`053bec9`](https://github.com/gradio-app/gradio/commit/053bec98be1127e083414024e02cf0bebb0b5142) - Improve CSS token documentation in Storybook. Thanks [@hannahblair](https://github.com/hannahblair)! ### Fixes -- [#6694](https://github.com/gradio-app/gradio/pull/6694) [`dfc61ec`](https://github.com/gradio-app/gradio/commit/dfc61ec4d09da72ddd6e7ab726820529621dbd38) - Fix dropdown blur bug when values are provided as tuples. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6694](https://github.com/gradio-app/gradio/pull/6694) [`dfc61ec`](https://github.com/gradio-app/gradio/commit/dfc61ec4d09da72ddd6e7ab726820529621dbd38) - Fix dropdown blur bug when values are provided as tuples. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.4.1 @@ -187,4 +195,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes - [#5062](https://github.com/gradio-app/gradio/pull/5062) [`7d897165`](https://github.com/gradio-app/gradio/commit/7d89716519d0751072792c9bbda668ffeb597296) - `gr.Dropdown` now has correct behavior in static mode as well as when an option is selected. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file +- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)! diff --git a/js/dropdown/package.json b/js/dropdown/package.json index b69587e793..c80388cf17 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.4.2", + "version": "0.4.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fallback/CHANGELOG.md b/js/fallback/CHANGELOG.md index 87672c8c4a..110bc09ace 100644 --- a/js/fallback/CHANGELOG.md +++ b/js/fallback/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/fallback +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/fallback/package.json b/js/fallback/package.json index 8436e27450..d93a598258 100644 --- a/js/fallback/package.json +++ b/js/fallback/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fallback", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index 555c9a06be..89d8f26d85 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/file +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.4.2 ### Patch Changes diff --git a/js/file/package.json b/js/file/package.json index ca78706966..28a3630d1b 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.4.2", + "version": "0.4.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fileexplorer/CHANGELOG.md b/js/fileexplorer/CHANGELOG.md index 05baa3931e..0f457d1453 100644 --- a/js/fileexplorer/CHANGELOG.md +++ b/js/fileexplorer/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/fileexplorer +## 0.3.13 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + - @gradio/file@0.4.3 + - @gradio/checkbox@0.2.6 + ## 0.3.12 ### Patch Changes diff --git a/js/fileexplorer/package.json b/js/fileexplorer/package.json index a521865638..9aef517118 100644 --- a/js/fileexplorer/package.json +++ b/js/fileexplorer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fileexplorer", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/form/CHANGELOG.md b/js/form/CHANGELOG.md index cc08ed086f..378c378dac 100644 --- a/js/form/CHANGELOG.md +++ b/js/form/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/form +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/form/package.json b/js/form/package.json index 50d48dd91c..973afcec5b 100644 --- a/js/form/package.json +++ b/js/form/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/form", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index b9e3d401f0..e236771b05 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/gallery +## 0.4.14 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/image@0.5.3 + - @gradio/upload@0.5.6 + ## 0.4.13 ### Patch Changes diff --git a/js/gallery/package.json b/js/gallery/package.json index 1700e00f25..76ff647a93 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.4.13", + "version": "0.4.14", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/highlightedtext/CHANGELOG.md b/js/highlightedtext/CHANGELOG.md index 7b5b27463e..388348f7fc 100644 --- a/js/highlightedtext/CHANGELOG.md +++ b/js/highlightedtext/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/highlightedtext +## 0.4.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.4.5 ### Patch Changes diff --git a/js/highlightedtext/package.json b/js/highlightedtext/package.json index a6d9dc3170..7eafc6da9d 100644 --- a/js/highlightedtext/package.json +++ b/js/highlightedtext/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/highlightedtext", - "version": "0.4.5", + "version": "0.4.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/html/CHANGELOG.md b/js/html/CHANGELOG.md index aeb09bbae8..141d8ce436 100644 --- a/js/html/CHANGELOG.md +++ b/js/html/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/html +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/html/package.json b/js/html/package.json index a9855747c9..cfc22b0991 100644 --- a/js/html/package.json +++ b/js/html/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/html", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index 4291800298..83da98276f 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/image +## 0.5.3 + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.5.2 ### Patch Changes @@ -294,4 +300,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#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)! +- [#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)! \ No newline at end of file diff --git a/js/image/package.json b/js/image/package.json index 3483e60437..e8870ae26e 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.5.2", + "version": "0.5.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index 4d82775c6f..efe945ce2e 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/imageeditor +## 0.2.0 + +### Features + +- [#6809](https://github.com/gradio-app/gradio/pull/6809) [`1401d99`](https://github.com/gradio-app/gradio/commit/1401d99ade46d87da75b5f5808a3354c49f1d1ea) - Fix `ImageEditor` interaction story. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.1.5 ### Fixes diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index b360dbce8f..feaf2f2a57 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.1.5", + "version": "0.2.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/json/CHANGELOG.md b/js/json/CHANGELOG.md index 85679ecc04..4ce429f2be 100644 --- a/js/json/CHANGELOG.md +++ b/js/json/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/json +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/json/package.json b/js/json/package.json index 06185bb84a..c2bf03b5f7 100644 --- a/js/json/package.json +++ b/js/json/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/json", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/label/CHANGELOG.md b/js/label/CHANGELOG.md index c8b0e9703d..3d6dca924d 100644 --- a/js/label/CHANGELOG.md +++ b/js/label/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/label +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/label/package.json b/js/label/package.json index 5ecda923c5..e6be740077 100644 --- a/js/label/package.json +++ b/js/label/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/label", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/markdown/CHANGELOG.md b/js/markdown/CHANGELOG.md index e7e487d569..c87ab9359b 100644 --- a/js/markdown/CHANGELOG.md +++ b/js/markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/markdown +## 0.6.0 + +### Features + +- [#6842](https://github.com/gradio-app/gradio/pull/6842) [`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6) - Fix md highlight. Thanks [@pngwn](https://github.com/pngwn)! +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.5.0 ### Features diff --git a/js/markdown/package.json b/js/markdown/package.json index d610fc2f54..e70eeffdeb 100644 --- a/js/markdown/package.json +++ b/js/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/markdown", - "version": "0.5.0", + "version": "0.6.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index bf7fd2d9c9..77f4e09101 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/model3d +## 0.4.11 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + - @gradio/upload@0.5.6 + ## 0.4.10 ### Patch Changes diff --git a/js/model3D/package.json b/js/model3D/package.json index c3b3a9aadc..964a42bddb 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.4.10", + "version": "0.4.11", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/number/CHANGELOG.md b/js/number/CHANGELOG.md index 663360f953..227a734e48 100644 --- a/js/number/CHANGELOG.md +++ b/js/number/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/number +## 0.3.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.3.5 ### Patch Changes diff --git a/js/number/package.json b/js/number/package.json index 6c8add6896..517de95bdd 100644 --- a/js/number/package.json +++ b/js/number/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/number", - "version": "0.3.5", + "version": "0.3.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/plot/CHANGELOG.md b/js/plot/CHANGELOG.md index 7382fab1db..5eb63ac732 100644 --- a/js/plot/CHANGELOG.md +++ b/js/plot/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/plot +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/plot/package.json b/js/plot/package.json index 5fe7e88181..ea9d5aa522 100644 --- a/js/plot/package.json +++ b/js/plot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/plot", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/preview/test/test/frontend/CHANGELOG.md b/js/preview/test/test/frontend/CHANGELOG.md index e4c771e25a..056b638e11 100644 --- a/js/preview/test/test/frontend/CHANGELOG.md +++ b/js/preview/test/test/frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # gradio_test +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.3.2 ### Patch Changes diff --git a/js/preview/test/test/frontend/package.json b/js/preview/test/test/frontend/package.json index a28663de13..329eef5f40 100644 --- a/js/preview/test/test/frontend/package.json +++ b/js/preview/test/test/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gradio_test", - "version": "0.3.2", + "version": "0.3.3", "description": "Gradio UI packages", "type": "module", "author": "", @@ -13,8 +13,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@gradio/atoms": "0.4.0", - "@gradio/statustracker": "0.4.2", + "@gradio/atoms": "0.4.1", + "@gradio/statustracker": "0.4.3", "@gradio/utils": "0.2.0", "@zerodevx/svelte-json-view": "^1.0.7" } diff --git a/js/radio/CHANGELOG.md b/js/radio/CHANGELOG.md index b238ef9e99..b306140a74 100644 --- a/js/radio/CHANGELOG.md +++ b/js/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/radio +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.3.6 ### Patch Changes diff --git a/js/radio/package.json b/js/radio/package.json index eb361ba416..fe26c14737 100644 --- a/js/radio/package.json +++ b/js/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/radio", - "version": "0.3.6", + "version": "0.3.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpledropdown/CHANGELOG.md b/js/simpledropdown/CHANGELOG.md index dc153155a7..072625defe 100644 --- a/js/simpledropdown/CHANGELOG.md +++ b/js/simpledropdown/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/simpledropdown +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/simpledropdown/package.json b/js/simpledropdown/package.json index e8144c99ff..1a322c19c2 100644 --- a/js/simpledropdown/package.json +++ b/js/simpledropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpledropdown", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpletextbox/CHANGELOG.md b/js/simpletextbox/CHANGELOG.md index c1fcebb061..02df77c5a7 100644 --- a/js/simpletextbox/CHANGELOG.md +++ b/js/simpletextbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/simpletextbox +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.1.5 ### Patch Changes diff --git a/js/simpletextbox/package.json b/js/simpletextbox/package.json index b47842a23a..fbd7c8329c 100644 --- a/js/simpletextbox/package.json +++ b/js/simpletextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpletextbox", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/slider/CHANGELOG.md b/js/slider/CHANGELOG.md index de9da69d15..16f26d0935 100644 --- a/js/slider/CHANGELOG.md +++ b/js/slider/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/slider +## 0.2.6 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.2.5 ### Patch Changes diff --git a/js/slider/package.json b/js/slider/package.json index 954218e217..a199db4c40 100644 --- a/js/slider/package.json +++ b/js/slider/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/slider", - "version": "0.2.5", + "version": "0.2.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/statustracker/CHANGELOG.md b/js/statustracker/CHANGELOG.md index d7e09893bd..65b79dadc5 100644 --- a/js/statustracker/CHANGELOG.md +++ b/js/statustracker/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/statustracker +## 0.4.3 + +### Features + +- [#6814](https://github.com/gradio-app/gradio/pull/6814) [`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d) - Refactor queue so that there are separate queues for each concurrency id. Thanks [@aliabid94](https://github.com/aliabid94)! + ## 0.4.2 ### Patch Changes @@ -150,4 +156,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features - [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! -- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file diff --git a/js/statustracker/package.json b/js/statustracker/package.json index 0d4515ea21..81030abce4 100644 --- a/js/statustracker/package.json +++ b/js/statustracker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/statustracker", - "version": "0.4.2", + "version": "0.4.3", "description": "Gradio UI packages", "type": "module", "main": "./index.ts", diff --git a/js/textbox/CHANGELOG.md b/js/textbox/CHANGELOG.md index cdd6ac5a39..8fb9c3abad 100644 --- a/js/textbox/CHANGELOG.md +++ b/js/textbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/textbox +## 0.4.7 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/statustracker@0.4.3 + - @gradio/atoms@0.4.1 + ## 0.4.6 ### Patch Changes diff --git a/js/textbox/package.json b/js/textbox/package.json index 4198814aea..aa731c8a6f 100644 --- a/js/textbox/package.json +++ b/js/textbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/textbox", - "version": "0.4.6", + "version": "0.4.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/tootils/CHANGELOG.md b/js/tootils/CHANGELOG.md index 1c72f118ed..c6e2165a4d 100644 --- a/js/tootils/CHANGELOG.md +++ b/js/tootils/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/tootils +## 0.1.7 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d)]: + - @gradio/statustracker@0.4.3 + ## 0.1.6 ### Patch Changes diff --git a/js/tootils/package.json b/js/tootils/package.json index 48a5177782..a9103e7b51 100644 --- a/js/tootils/package.json +++ b/js/tootils/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tootils", - "version": "0.1.6", + "version": "0.1.7", "description": "Internal test utilities", "type": "module", "main": "src/index.ts", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index 40c027055a..dd1ff4fee5 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/upload +## 0.5.6 + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.5.5 ### Patch Changes @@ -275,4 +281,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste ### Patch Changes - Updated dependencies []: - - @gradio/atoms@0.0.2 + - @gradio/atoms@0.0.2 \ No newline at end of file diff --git a/js/upload/package.json b/js/upload/package.json index a345c75ed4..f1be9a38a6 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.5.5", + "version": "0.5.6", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index 112713049f..02573d58c9 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/uploadbutton +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]: + - @gradio/client@0.9.3 + - @gradio/upload@0.5.6 + - @gradio/button@0.2.13 + ## 0.3.3 ### Patch Changes diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index 28e6a44af2..25345b26e5 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.3.3", + "version": "0.3.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 36a3052d8c..7e4b706a36 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/video +## 0.2.3 + +### Fixes + +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.2.2 ### Patch Changes @@ -263,4 +269,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - @gradio/image@0.1.0 - @gradio/utils@0.0.2 - @gradio/atoms@0.0.2 - - @gradio/upload@0.0.2 + - @gradio/upload@0.0.2 \ No newline at end of file diff --git a/js/video/package.json b/js/video/package.json index 34d1e8006b..e0fcb34360 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.2.2", + "version": "0.2.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac18e75669..72dc51ff6c 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.2 + specifier: 0.3.3 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) @@ -1271,10 +1271,10 @@ importers: js/preview/test/test/frontend: dependencies: '@gradio/atoms': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../../atoms '@gradio/statustracker': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../../statustracker '@gradio/utils': specifier: 0.2.0 @@ -6737,7 +6737,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 @@ -6746,7 +6746,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 @@ -6755,7 +6755,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): @@ -6763,7 +6763,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: @@ -6771,7 +6771,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 @@ -6780,7 +6780,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 @@ -6791,7 +6791,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) @@ -6799,7 +6799,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 @@ -6808,7 +6808,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 @@ -6819,7 +6819,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) @@ -6841,21 +6841,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} @@ -6870,7 +6855,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==} @@ -6891,25 +6875,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} @@ -6928,7 +6893,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==} @@ -12160,7 +12124,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' @@ -12168,7 +12132,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 @@ -13294,6 +13258,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==} @@ -14647,6 +14622,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==} @@ -14811,6 +14814,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==}