Skip to content

Commit

Permalink
Merge branch 'next' into tsconfig_secondAttempt
Browse files Browse the repository at this point in the history
  • Loading branch information
zFernand0 authored Jan 3, 2024
2 parents 42106c2 + 3313c58 commit 17a076d
Show file tree
Hide file tree
Showing 210 changed files with 671 additions and 542 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.202311291643",
"version": "8.0.0-next.202401031939",
"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.0",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "8.0.0-next.202311291643"
"@zowe/imperative": "8.0.0-next.202401031939"
},
"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.202311291643",
"version": "8.0.0-next.202401031939",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
151 changes: 79 additions & 72 deletions npm-shrinkwrap.json

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

6 changes: 5 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

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

- Enhancement: Revised help text for consistency [#1756](https://github.com/zowe/zowe-cli/issues/1756)

## `8.0.0-next.202401022112`

- BugFix: Add missing npm-shrinkwrap

Expand Down
Loading

0 comments on commit 17a076d

Please sign in to comment.