Skip to content

Commit

Permalink
Merge branch 'next' into system-test-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ATorrise authored Aug 26, 2024
2 parents 70cb522 + 8d81d9e commit d87f789
Show file tree
Hide file tree
Showing 17 changed files with 144 additions and 125 deletions.
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.202408231832",
"version": "8.0.0-next.202408261543",
"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.202408231832"
"@zowe/imperative": "8.0.0-next.202408261543"
},
"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.202408231832",
"version": "8.0.0-next.202408261543",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
141 changes: 78 additions & 63 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## `8.0.0-next.202408261543`

- BugFix: Updated `micromatch` dependency for technical currency. [#2242](https://github.com/zowe/zowe-cli/pull/2242)

## `8.0.0-next.202408131445`

- Update: See `7.28.3` for details
Expand Down
Loading

0 comments on commit d87f789

Please sign in to comment.