Skip to content

Commit

Permalink
Release 3.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-webui-jx-bot committed Jul 17, 2023
1 parent a7da7e7 commit ec27840
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUXEO_WEB_UI_VERSION=3.0.25-rc.13
NUXEO_WEB_UI_VERSION=3.0.25
NUXEO_VERSION=master
NUXEO_PACKAGES=nuxeo-drive nuxeo-liveconnect nuxeo-template-rendering
NUXEO_DEV_MODE=true
Expand Down
2 changes: 1 addition & 1 deletion charts/preview/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25-rc.13
version: 3.0.25
2 changes: 1 addition & 1 deletion ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "nuxeo/nuxeo-web-ui.git",
"homepage": "http://www.nuxeo.com",
"name": "@nuxeo/nuxeo-web-ui",
"version": "3.0.25-rc.13",
"version": "3.0.25",
"license": "Apache-2.0",
"vendor": "Nuxeo",
"engines": {
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@cucumber/cucumber": "^7.0.0",
"@nuxeo/nuxeo-web-ui-ftest": "file:./packages/nuxeo-web-ui-ftest",
"@nuxeo/testing-helpers": "~3.0.25-rc.0",
"@nuxeo/testing-helpers": "3.0.25",
"@open-wc/eslint-config": "^0.3.0",
"@open-wc/karma-esm": "^2.13.21",
"@open-wc/prettier-config": "^0.1.0",
Expand Down Expand Up @@ -107,9 +107,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.25-rc.0",
"@nuxeo/nuxeo-elements": "~3.0.25-rc.0",
"@nuxeo/nuxeo-ui-elements": "~3.0.25-rc.0",
"@nuxeo/nuxeo-dataviz-elements": "3.0.25",
"@nuxeo/nuxeo-elements": "3.0.25",
"@nuxeo/nuxeo-ui-elements": "3.0.25",
"@nuxeo/page": "^1.11.4-nx.0",
"@polymer/app-layout": "^3.0.0",
"@polymer/iron-a11y-announcer": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxeo/nuxeo-web-ui-ftest",
"version": "3.0.25-rc.13",
"version": "3.0.25",
"bin": {
"nuxeo-web-ui-ftest": "./bin/nuxeo-web-ui-ftest.js"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin/a11y/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/itests/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/itests/marketplace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/web-ui/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions plugin/web-ui/marketplace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand All @@ -12,7 +12,7 @@
<name>Nuxeo Web UI - Marketplace Package</name>

<properties>
<webui.package.version>3.0.25-rc.013</webui.package.version>
<webui.package.version>${project.version}</webui.package.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<name>Nuxeo Web UI - Parent</name>
<description>Nuxeo Web UI - Parent</description>
<version>3.0.25-rc.13</version>
<version>3.0.25</version>

<properties>
<nuxeo.target.version>2021.*</nuxeo.target.version>
Expand Down

0 comments on commit ec27840

Please sign in to comment.