Skip to content

Commit

Permalink
Release 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-web-ui-jx-bot committed Nov 7, 2022
1 parent 7d1cac4 commit f1bf80b
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 92 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.16-rc.14
NUXEO_WEB_UI_VERSION=3.0.16
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.16-rc.14
version: 3.0.16
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.16-rc.14</version>
<version>3.0.16</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
144 changes: 72 additions & 72 deletions package-lock.json

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

14 changes: 7 additions & 7 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.16-rc.14",
"version": "3.0.16",
"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.16-rc.0",
"@nuxeo/testing-helpers": "3.0.16",
"@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.16-rc.0",
"@nuxeo/nuxeo-elements": "~3.0.16-rc.0",
"@nuxeo/nuxeo-ui-elements": "~3.0.16-rc.0",
"@nuxeo/nuxeo-dataviz-elements": "3.0.16",
"@nuxeo/nuxeo-elements": "3.0.16",
"@nuxeo/nuxeo-ui-elements": "3.0.16",
"@nuxeo/page": "^1.11.4-nx.0",
"@polymer/app-layout": "^3.0.0",
"@polymer/iron-a11y-announcer": "^3.0.0",
Expand Down Expand Up @@ -184,13 +184,13 @@
"jquery": "^3.3.1",
"jsondiffpatch": "^0.3.11",
"jsplumb": "2.13.0",
"lit-element": "^3.2.2",
"nuxeo": "^3.2.1",
"select2": "~3.5.1",
"three": "~0.125.0",
"uuid": "^3.3.2",
"web-animations-js": "^2.3.1",
"webdriverio": "^7.16.16",
"lit-element": "^3.2.2"
"webdriverio": "^7.16.16"
},
"husky": {
"hooks": {
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.16-rc.14",
"version": "3.0.16",
"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.16-rc.14</version>
<version>3.0.16</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.16-rc.14</version>
<version>3.0.16</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.16-rc.14</version>
<version>3.0.16</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.16-rc.14</version>
<version>3.0.16</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.16-rc.14</version>
<version>3.0.16</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.16-rc.14</version>
<version>3.0.16</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.16-rc.014</webui.package.version>
<webui.package.version>${project.version}</webui.package.version>
</properties>

<dependencies>
Expand Down
Loading

0 comments on commit f1bf80b

Please sign in to comment.