From 20ce3b0bdcd0638fd4a5c9f5f95f53b135c4674c Mon Sep 17 00:00:00 2001 From: nuxeo-webui-jx-bot Date: Mon, 18 Mar 2024 07:12:38 +0000 Subject: [PATCH] Update 3.0.31-SNAPSHOT to 3.0.32-SNAPSHOT --- .env.sample | 2 +- charts/preview/Chart.yaml | 2 +- ftest/pom.xml | 2 +- package.json | 10 +++++----- packages/nuxeo-web-ui-ftest/package.json | 4 ++-- plugin/a11y/pom.xml | 2 +- plugin/itests/addon/pom.xml | 2 +- plugin/itests/marketplace/pom.xml | 2 +- plugin/metrics/pom.xml | 2 +- plugin/web-ui/addon/pom.xml | 2 +- plugin/web-ui/marketplace/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.env.sample b/.env.sample index e123f3b0eb..dcc56cadec 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,4 @@ -NUXEO_WEB_UI_VERSION=3.0.31-SNAPSHOT +NUXEO_WEB_UI_VERSION=3.0.32-SNAPSHOT NUXEO_VERSION=master NUXEO_PACKAGES=nuxeo-drive nuxeo-liveconnect nuxeo-template-rendering NUXEO_DEV_MODE=true diff --git a/charts/preview/Chart.yaml b/charts/preview/Chart.yaml index 4573bf886e..53565e5f11 100644 --- a/charts/preview/Chart.yaml +++ b/charts/preview/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Web UI preview icon: https://media.licdn.com/dms/image/C4D0BAQFPXiXFrp4LBA/company-logo_200_200/0?e=2159024400&v=beta&t=RW9EU0QUciUVuPSpLySd9FtJ2yG-O37_hAAvc32f6ro name: preview -version: 3.0.31-SNAPSHOT +version: 3.0.32-SNAPSHOT diff --git a/ftest/pom.xml b/ftest/pom.xml index c506ec40fc..db5f39eaa4 100644 --- a/ftest/pom.xml +++ b/ftest/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../pom.xml diff --git a/package.json b/package.json index a35b85f2fe..ed0622cf0a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "nuxeo/nuxeo-web-ui.git", "homepage": "http://www.nuxeo.com", "name": "@nuxeo/nuxeo-web-ui", - "version": "3.0.31-SNAPSHOT", + "version": "3.0.32-SNAPSHOT", "license": "Apache-2.0", "vendor": "Nuxeo", "engines": { @@ -14,7 +14,7 @@ }, "devDependencies": { "@nuxeo/nuxeo-web-ui-ftest": "file:./packages/nuxeo-web-ui-ftest", - "@nuxeo/testing-helpers": "~3.0.31-rc.0", + "@nuxeo/testing-helpers": "~3.0.32-rc", "@open-wc/eslint-config": "^0.3.0", "@open-wc/karma-esm": "^2.13.21", "@open-wc/prettier-config": "^0.1.0", @@ -109,9 +109,9 @@ "@material/mwc-snackbar": "^0.26.1", "@nuxeo/chart-elements": "^4.0.0-nx.1", "@nuxeo/moment": "^2.24.0-nx.0", - "@nuxeo/nuxeo-dataviz-elements": "~3.0.31-rc.0", - "@nuxeo/nuxeo-elements": "~3.0.31-rc.0", - "@nuxeo/nuxeo-ui-elements": "~3.0.31-rc.0", + "@nuxeo/nuxeo-dataviz-elements": "~3.0.32-rc", + "@nuxeo/nuxeo-elements": "~3.0.32-rc", + "@nuxeo/nuxeo-ui-elements": "~3.0.32-rc", "@nuxeo/page": "^1.11.4-nx.0", "@polymer/app-layout": "^3.1.0", "@polymer/iron-a11y-announcer": "^3.2.0", diff --git a/packages/nuxeo-web-ui-ftest/package.json b/packages/nuxeo-web-ui-ftest/package.json index aef647f7e3..c29eb77971 100644 --- a/packages/nuxeo-web-ui-ftest/package.json +++ b/packages/nuxeo-web-ui-ftest/package.json @@ -1,6 +1,6 @@ { "name": "@nuxeo/nuxeo-web-ui-ftest", - "version": "3.0.31-SNAPSHOT", + "version": "3.0.32-SNAPSHOT", "bin": { "nuxeo-web-ui-ftest": "./bin/nuxeo-web-ui-ftest.js" }, @@ -41,4 +41,4 @@ "wdio-cucumberjs-json-reporter": "^5.2.1", "webdriverio": "8.20.4" } -} \ No newline at end of file +} diff --git a/plugin/a11y/pom.xml b/plugin/a11y/pom.xml index 8a787d00be..4c7fde751b 100644 --- a/plugin/a11y/pom.xml +++ b/plugin/a11y/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../pom.xml diff --git a/plugin/itests/addon/pom.xml b/plugin/itests/addon/pom.xml index 44df489172..76c53cbc5b 100644 --- a/plugin/itests/addon/pom.xml +++ b/plugin/itests/addon/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../../pom.xml diff --git a/plugin/itests/marketplace/pom.xml b/plugin/itests/marketplace/pom.xml index 78d9128302..4550e3ce2e 100644 --- a/plugin/itests/marketplace/pom.xml +++ b/plugin/itests/marketplace/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../../pom.xml diff --git a/plugin/metrics/pom.xml b/plugin/metrics/pom.xml index a6d36a1ec1..b3ba996509 100644 --- a/plugin/metrics/pom.xml +++ b/plugin/metrics/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../pom.xml diff --git a/plugin/web-ui/addon/pom.xml b/plugin/web-ui/addon/pom.xml index b80675cb4c..a3d133ae14 100644 --- a/plugin/web-ui/addon/pom.xml +++ b/plugin/web-ui/addon/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../../pom.xml diff --git a/plugin/web-ui/marketplace/pom.xml b/plugin/web-ui/marketplace/pom.xml index d54c1f2ffa..4ee15cc826 100644 --- a/plugin/web-ui/marketplace/pom.xml +++ b/plugin/web-ui/marketplace/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 6e8604d98c..59c999ccb1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ pom Nuxeo Web UI - Parent Nuxeo Web UI - Parent - 3.0.31-SNAPSHOT + 3.0.32-SNAPSHOT 2021.*