Skip to content

Commit

Permalink
Merge branch 'next' into next-jobs-spool-search
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLoesch1 authored Feb 15, 2024
2 parents 9252d39 + 06acb94 commit e4c3bbd
Show file tree
Hide file tree
Showing 24 changed files with 197 additions and 146 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.202402021649",
"version": "8.0.0-next.202402132108",
"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.202402021649"
"@zowe/imperative": "8.0.0-next.202402132108"
},
"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.202402021649",
"version": "8.0.0-next.202402132108",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
155 changes: 87 additions & 68 deletions npm-shrinkwrap.json

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

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

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

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

- Enhancement: Added new `zowe zos-jobs search job` command, which allows the user to search spool files for a specified string or regular expresion.
- LTS Breaking: Removed record format (recfm) validation when issuing `zowe files create` commands [#1699](https://github.com/zowe/zowe-cli/issues/1699)
- LTS Breaking: Added Zowe release version output for `--version` [#2028](https://github.com/zowe/zowe-cli/issues/2028)
- Enhancement: Added `name-only` alias to `root` on `config list` command [#1797](https://github.com/zowe/zowe-cli/issues/1797)
- BugFix: Resolved technical currency by updating `socks` transitive dependency

## `8.0.0-next.202402021649`

Expand Down
Loading

0 comments on commit e4c3bbd

Please sign in to comment.