Skip to content

Commit

Permalink
Merge pull request #24 from zowe/ready-to-test
Browse files Browse the repository at this point in the history
Ready to test
  • Loading branch information
zFernand0 authored Feb 2, 2024
2 parents 17f8b88 + 9ef39cb commit 7874950
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build Source
run: npm run build

- uses: zowe-actions/octorelease@v1
- uses: zowe-actions/octorelease@fix/allow-first-time-publish2
env:
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
Expand Down
10 changes: 5 additions & 5 deletions 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/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## `5.0.3`
## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cics-for-zowe-cli",
"version": "5.0.3",
"version": "5.0.2",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS Plug-in for Zowe CLI",
Expand Down Expand Up @@ -48,7 +48,7 @@
"configurationModule": "lib/imperative.js"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "5.0.3"
"@zowe/cics-for-zowe-sdk": "5.0.2"
},
"peerDependencies": {
"@zowe/imperative": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## `5.0.3`
## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cics-for-zowe-sdk",
"version": "5.0.3",
"version": "5.0.2",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS for Zowe SDK",
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.

## `3.0.0`
## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Migrated the package the CICS for Zowe Client Monorepo
Expand Down
4 changes: 2 additions & 2 deletions packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/zowe/cics-for-zowe-client.git"
},
"version": "3.0.0",
"version": "2.3.2",
"engines": {
"vscode": "^1.53.2"
},
Expand Down Expand Up @@ -890,7 +890,7 @@
"vsce": "^2.15.0"
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "5.0.3",
"@zowe/cics-for-zowe-sdk": "5.0.2",
"@zowe/zowe-explorer-api": "^2.14.0",
"axios": "^1.6.7",
"https": "~1.0.0",
Expand Down

0 comments on commit 7874950

Please sign in to comment.