Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zowe/zowe-cli into system…
Browse files Browse the repository at this point in the history
…-test-cleanup
  • Loading branch information
ATorrise committed Sep 19, 2024
2 parents 36a19ca + 856e442 commit 5e40b67
Show file tree
Hide file tree
Showing 34 changed files with 626 additions and 660 deletions.
4 changes: 4 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to the Zowe CLI test utils package will be documented in thi

- Updated `TestEnvironment`, `ITestEnvironment`, and `TestUtils` to simplify and automate the cleanup of test resources, such as datasets, USS files, jobs, and local files created during system tests.

## `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-next.202409191615",
"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-next.202409191615"
},
"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-next.202409191615",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 5e40b67

Please sign in to comment.