From 849ebd70bdc2b9eddff348e5c2610316f3c66a1e Mon Sep 17 00:00:00 2001 From: James Struga Date: Mon, 10 Jul 2023 11:07:22 -0400 Subject: [PATCH] Upgrade version Signed-off-by: James Struga --- .github/workflows/build_test.yml | 12 ++++++------ build/component/package.json | 2 +- manifest.yaml | 2 +- pluginDefinition.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 62acf36..6433a9d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -98,13 +98,13 @@ jobs: publish-registry-email: ${{ secrets.NPM_PRIVATE_REGISTRY_EMAIL }} publish-registry-username: ${{ secrets.NPM_PRIVATE_REGISTRY_USERNAME }} publish-registry-password: ${{ secrets.NPM_PRIVATE_REGISTRY_PASSWORD }} - - - name: '[Prep 10] Publish NPM Package ' - if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main - - - name: '[Prep 11] Bump Staging Version ' + + - name: '[Prep 10] Bump Staging Version ' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} uses: zowe-actions/zlux-builds/plugins/bump-version@v2.x/main env: GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} + + - name: '[Prep 11] Publish NPM Package ' + if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} + uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main diff --git a/build/component/package.json b/build/component/package.json index dee650a..e9710d4 100644 --- a/build/component/package.json +++ b/build/component/package.json @@ -1,6 +1,6 @@ { "name": "iframe-sample", - "version": "2.9.0", + "version": "2.10.0", "description": "Sample app Showcasing Iframe Adapter", "main": "iframe-sample.pax", "homepgae": "https://zowe.org", diff --git a/manifest.yaml b/manifest.yaml index f4fbf5c..cff7431 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: iframe-sample id: org.zowe.zlux.sample.iframe # Without the v -version: 2.9.0 +version: 2.10.0 # Human readable component name title: IFrame Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 0325eae..f49f993 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.iframe", "apiVersion": "2.0.0", - "pluginVersion": "2.9.0", + "pluginVersion": "2.10.0", "license": "EPL-2.0", "author": "Zowe", "homepage": "https://github.com/zowe/sample-iframe-app",