Skip to content

Commit

Permalink
Merge branch 'master' into tsoIssueCommand
Browse files Browse the repository at this point in the history
Signed-off-by: Jace Roell <111985297+jace-roell@users.noreply.github.com>
  • Loading branch information
jace-roell committed Sep 20, 2024
2 parents 5653ff5 + 606d579 commit 3511ad6
Show file tree
Hide file tree
Showing 34 changed files with 680 additions and 659 deletions.
8 changes: 8 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to the Zowe CLI test utils package will be documented in this file.

## `8.0.0`

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

- Update: Final prerelease

## `8.0.0-next.202408271330`

- BugFix: Removed obsolete V1 `profiles` property from the parameters object returned by `mockHandlerParameters` method.
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "8.0.0-next.202409111528",
"version": "8.0.0",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^10.0.0",
"@zowe/imperative": "8.0.0-next.202409111528"
"@zowe/imperative": "8.0.0"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-next.202409111528",
"version": "8.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 3511ad6

Please sign in to comment.