Skip to content

Commit

Permalink
hpefully reverting some changes
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
ATorrise committed Feb 20, 2024
1 parent da98a07 commit 7a1c870
Show file tree
Hide file tree
Showing 36 changed files with 532 additions and 1,178 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,10 +2,12 @@

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

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

- 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
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("submit shared handler", () => {

expect(error).toBeDefined();
expect(error instanceof ImperativeError).toBe(true);
expect(error.message).toMatchSnapshot();
expect(error.message).toContain("Unable to determine the JCL source. Please contact support");
});

it("should not transform an error thrown by the submit JCL API", async () => {
Expand Down
Loading

0 comments on commit 7a1c870

Please sign in to comment.