Skip to content

Commit

Permalink
Update to 3.0.38-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-webui-jx-bot committed Oct 18, 2024
1 parent 11304bb commit da93f91
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": "nuxeo/nuxeo-elements.git",
"name": "@nuxeo/nuxeo-elements",
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"author": "Nuxeo",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@nuxeo/moment": "^2.24.0-nx.0",
"@nuxeo/testing-helpers": "^3.0.37-SNAPSHOT",
"@nuxeo/testing-helpers": "^3.0.38-SNAPSHOT",
"@polymer/iron-component-page": "^4.0.0",
"polymer-cli": "^1.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dataviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
],
"repository": "nuxeo/nuxeo-elements.git",
"name": "@nuxeo/nuxeo-dataviz-elements",
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"author": "Nuxeo",
"license": "Apache-2.0",
"scripts": {
"docs": "polymer analyze . > analysis.json && npm run serve",
"serve": "polymer serve --npm -c ../node_modules"
},
"devDependencies": {
"@nuxeo/testing-helpers": "^3.0.37-SNAPSHOT",
"@nuxeo/testing-helpers": "^3.0.38-SNAPSHOT",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
Expand All @@ -32,7 +32,7 @@
"main": "nuxeo-dataviz-elements.js",
"dependencies": {
"@nuxeo/moment": "^2.24.0-nx.0",
"@nuxeo/nuxeo-elements": "^3.0.37-SNAPSHOT",
"@nuxeo/nuxeo-elements": "^3.0.38-SNAPSHOT",
"@polymer/polymer": "^3.0.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"*"
],
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"hoist": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "nuxeo/nuxeo-elements.git",
"name": "nuxeo-elements",
"private": true,
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"author": "Nuxeo",
"license": "Apache-2.0",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Nuxeo Web Components Storybook",
"repository": "nuxeo/nuxeo-elements.git",
"name": "@nuxeo/nuxeo-elements-storybook",
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"author": "Nuxeo",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@babel/core": "^7.3.4",
"@nuxeo/nuxeo-elements": "^3.0.37-SNAPSHOT",
"@nuxeo/nuxeo-ui-elements": "^3.0.37-SNAPSHOT",
"@nuxeo/testing-helpers": "^3.0.37-SNAPSHOT",
"@nuxeo/nuxeo-elements": "^3.0.38-SNAPSHOT",
"@nuxeo/nuxeo-ui-elements": "^3.0.38-SNAPSHOT",
"@nuxeo/testing-helpers": "^3.0.38-SNAPSHOT",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-meta": "^3.0.1",
"@polymer/polymer": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion testing-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxeo/testing-helpers",
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"description": "Nuxeo Web Components Testing Helpers",
"keywords": [
"nuxeo",
Expand Down
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxeo/nuxeo-ui-elements",
"version": "3.0.37-SNAPSHOT",
"version": "3.0.38-SNAPSHOT",
"description": "Nuxeo UI Web Components.",
"keywords": [
"nuxeo",
Expand All @@ -18,15 +18,15 @@
"serve": "polymer serve --npm -c ../node_modules"
},
"devDependencies": {
"@nuxeo/testing-helpers": "^3.0.37-SNAPSHOT",
"@nuxeo/testing-helpers": "^3.0.38-SNAPSHOT",
"@polymer/iron-component-page": "^4.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"polymer-cli": "^1.8.0"
},
"main": "nuxeo-ui-elements.js",
"dependencies": {
"@nuxeo/moment": "^2.24.0-nx.0",
"@nuxeo/nuxeo-elements": "^3.0.37-SNAPSHOT",
"@nuxeo/nuxeo-elements": "^3.0.38-SNAPSHOT",
"@nuxeo/paper-typeahead": "^0.6.0-nx.0",
"@nuxeo/quill": "^2.0.0-dev.3-nx.3",
"@polymer/iron-autogrow-textarea": "^3.0.1",
Expand Down

0 comments on commit da93f91

Please sign in to comment.