Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into enable-deprecation-li…
Browse files Browse the repository at this point in the history
…nter

Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Jun 12, 2024
2 parents ed6fdab + 17f22d7 commit c1d37c9
Show file tree
Hide file tree
Showing 67 changed files with 468 additions and 244 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.202406061600",
"version": "8.0.0-next.202406111958",
"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.202406061600"
"@zowe/imperative": "8.0.0-next.202406111958"
},
"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.202406061600",
"version": "8.0.0-next.202406111958",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
131 changes: 66 additions & 65 deletions npm-shrinkwrap.json

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

5 changes: 4 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ LTS Breaking: Removed the following previously deprecated items: [#1981](https:/
- Removed zosmfProfile from `ZosFilesBase.handler.ts`
- Removed statCmdFlag as an export from Shell.ts


## `8.0.0-next.202401262128`

- Enhancement: Adding `--binary` and `--encoding` options to `zosfiles edit`
Expand Down Expand Up @@ -132,6 +131,10 @@ LTS Breaking: Removed the following previously deprecated items: [#1981](https:/

- Major: First major version bump for V3

## `7.25.1`

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

## `7.25.0`

- Enhancement: Added the ability to set JCL reader properties for `--jobRecordLength`, `--jobRecordFormat` and `--jobEncoding` on the `zowe jobs submit local-file` and `zowe jobs submit stdin` commands. [#2139](https://github.com/zowe/zowe-cli/pull/2139)
Expand Down
Loading

0 comments on commit c1d37c9

Please sign in to comment.