Skip to content

Commit

Permalink
Merge pull request #86 from zowe/users/jstruga/manually-fix-staging
Browse files Browse the repository at this point in the history
Manually fix staging
  • Loading branch information
timgerstel authored Mar 3, 2023
2 parents 1330de4 + 36fa021 commit c99121f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build/component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c99121f

Please sign in to comment.