From 36fa021dd1a0404510c8814b7098dbc552ead954 Mon Sep 17 00:00:00 2001 From: James Struga Date: Fri, 3 Mar 2023 13:30:02 -0500 Subject: [PATCH] Manually fix staging Signed-off-by: James Struga --- build/component/package.json | 5 ++++- manifest.yaml | 2 +- pluginDefinition.json | 2 +- webClient/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build/component/package.json b/build/component/package.json index cf8ac03..e9339f8 100644 --- a/build/component/package.json +++ b/build/component/package.json @@ -1,6 +1,6 @@ { "name": "react-sample", - "version": "2.7.0", + "version": "2.8.0", "description": "Sample app Showcasing React Adapter", "main": "react-sample.pax", "homepgae": "https://zowe.org", @@ -12,6 +12,9 @@ "react" ], "license": "EPL-2.0", + "publishConfig":{ + "registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/" + }, "repository": { "type": "git", "url": "https://github.com/zowe/sample-react-app.git" diff --git a/manifest.yaml b/manifest.yaml index d4b052e..06719ad 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 2.7.0 +version: 2.8.0 # Human readable component name title: React Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index b5b29e5..c38f47d 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "apiVersion": "2.0.0", - "pluginVersion": "2.7.0", + "pluginVersion": "2.8.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/webClient/package.json b/webClient/package.json index 302e9dd..4397137 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.zlux.sample.react", - "version": "2.7.0", + "version": "2.8.0", "description": "A sample react showcasing react framework in Zowe App Framework", "license": "EPL-2.0", "dependencies": {