Skip to content

Commit

Permalink
Merge branch 'next' into v3/remove-old-profiles
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Aug 27, 2024
2 parents 48fa3da + 8d81d9e commit 4dba296
Show file tree
Hide file tree
Showing 28 changed files with 366 additions and 159 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.202408191401",
"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.202408191401"
"@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.202408191401",
"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 4dba296

Please sign in to comment.