Skip to content

Commit

Permalink
Merge branch 'rm-profile-handlers' of https://github.com/zowe/zowe-cli
Browse files Browse the repository at this point in the history
…into fix/peer-dep-check

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 27, 2024
2 parents 3a8a2bd + f95d0d4 commit 37a49b5
Show file tree
Hide file tree
Showing 100 changed files with 803 additions and 536 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CCS141/
src/brightside.iml
package-lock.json
/packages/cli/npm-shrinkwrap.json
/dist/
# Sonar Files
.sonar_lock
.scannerwork/
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Recent Changes
## `8.0.0-next.202402261705`

- BugFix: Updated dependencies for technical currency. [#2061](https://github.com/zowe/zowe-cli/pull/2061)

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.202402221834",
"version": "8.0.0-next.202402271901",
"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": "^9.0.8",
"@zowe/imperative": "8.0.0-next.202402221834"
"@zowe/imperative": "8.0.0-next.202402271901"
},
"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.202402221834",
"version": "8.0.0-next.202402271901",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 37a49b5

Please sign in to comment.