This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new ef10d69f1 [KYUUBI #5274] Bump web-ui version to 1.9.0-SNAPSHOT
ef10d69f1 is described below
commit ef10d69f1b2218ac80b5cb9dbb682233510e1a86
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Sep 12 10:50:56 2023 +0800
[KYUUBI #5274] Bump web-ui version to 1.9.0-SNAPSHOT
### _Why are the changes needed?_
Previous [version bumping](6061a05f2469a39b6b9e4c39488104362cdd2494) missed
web-ui, see details #5273
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
No.
Closes #5274 from pan3793/web-ui-version.
Closes #5274
2c12dbd6e [Cheng Pan] Bump web-ui version to 1.9.0-SNAPSHOT
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
kyuubi-server/web-ui/package-lock.json | 4 ++--
kyuubi-server/web-ui/package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kyuubi-server/web-ui/package-lock.json
b/kyuubi-server/web-ui/package-lock.json
index 6d8da8b23..352560cd7 100644
--- a/kyuubi-server/web-ui/package-lock.json
+++ b/kyuubi-server/web-ui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "kyuubi-ui",
- "version": "1.8.0-SNAPSHOT",
+ "version": "1.9.0-SNAPSHOT",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "kyuubi-ui",
- "version": "1.8.0-SNAPSHOT",
+ "version": "1.9.0-SNAPSHOT",
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"axios": "^0.27.2",
diff --git a/kyuubi-server/web-ui/package.json
b/kyuubi-server/web-ui/package.json
index b1f5d88fd..f31b836dc 100644
--- a/kyuubi-server/web-ui/package.json
+++ b/kyuubi-server/web-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "kyuubi-ui",
"private": true,
- "version": "1.8.0-SNAPSHOT",
+ "version": "1.9.0-SNAPSHOT",
"type": "module",
"scripts": {
"dev": "vue-tsc --noEmit && vite --port 9090",