From 020c65e8e18bf518f30e0938a9b2eceab094fbb7 Mon Sep 17 00:00:00 2001 From: pngwn Date: Fri, 26 Apr 2024 13:53:44 +0100 Subject: [PATCH] chore: update versions (#8141) Co-authored-by: github-actions[bot] --- .changeset/legal-bikes-switch.md | 6 ------ CHANGELOG.md | 6 ++++++ gradio/CHANGELOG.md | 6 ++++++ gradio/package.json | 2 +- js/lite/CHANGELOG.md | 6 ++++++ js/lite/package.json | 2 +- js/preview/CHANGELOG.md | 6 ++++++ js/preview/package.json | 2 +- 8 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 .changeset/legal-bikes-switch.md diff --git a/.changeset/legal-bikes-switch.md b/.changeset/legal-bikes-switch.md deleted file mode 100644 index 6a4dcde00f..0000000000 --- a/.changeset/legal-bikes-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/preview": patch -"gradio": patch ---- - -fix:fix publish build diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bd51263b..e124164978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio +## 4.28.1 + +### Fixes + +- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn! + ## 4.28.0 ### Highlights diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 29bd51263b..e124164978 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio +## 4.28.1 + +### Fixes + +- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn! + ## 4.28.0 ### Highlights diff --git a/gradio/package.json b/gradio/package.json index c2d8bb611b..ce4e0de139 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.28.0", + "version": "4.28.1", "description": "", "python": "true" } diff --git a/js/lite/CHANGELOG.md b/js/lite/CHANGELOG.md index 7a58980045..1087bea03e 100644 --- a/js/lite/CHANGELOG.md +++ b/js/lite/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/lite +## 4.28.1 + +### Dependency updates + +- gradio@4.28.1 + ## 4.28.0 ### Dependency updates diff --git a/js/lite/package.json b/js/lite/package.json index d694c9ab8a..f0d1c443e5 100644 --- a/js/lite/package.json +++ b/js/lite/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/lite", - "version": "4.28.0", + "version": "4.28.1", "description": "Serverless Gradio", "type": "module", "main": "dist/lite.js", diff --git a/js/preview/CHANGELOG.md b/js/preview/CHANGELOG.md index 5cffdb7f09..c7dce8ca47 100644 --- a/js/preview/CHANGELOG.md +++ b/js/preview/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/preview +## 0.8.1 + +### Fixes + +- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn! + ## 0.8.0 ### Features diff --git a/js/preview/package.json b/js/preview/package.json index 8888acc286..eed4dfc11e 100644 --- a/js/preview/package.json +++ b/js/preview/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/preview", - "version": "0.8.0", + "version": "0.8.1", "description": "Gradio UI packages", "type": "module", "main": "dist/index.js",