Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for peers #2287

Merged
merged 4 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
"@zowe/imperative": "^8.0.0"
}
}
38 changes: 19 additions & 19 deletions npm-shrinkwrap.json

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

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

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


## `8.1.0`

- Enhancement: Added `--stateful` flag to `zos-tso issue cmd` to allow declaring the statefulness of the address space being created. [#2240](https://github.com/zowe/zowe-cli/pull/2240)
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/provisioning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/provisioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS workflows SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/zosconsole/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS console SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/zosconsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/zosfiles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS files SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/zosfiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@zowe/zos-uss-for-zowe-sdk": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/zosjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS jobs SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.1.0`

- BugFix: Fixed error in `DownloadJobs.downloadSpoolContentCommon` method causing binary spool files to be corrupted by newline normalization. [#2282](https://github.com/zowe/zowe-cli/issues/2282)
Expand Down
4 changes: 2 additions & 2 deletions packages/zosjobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/zoslogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS logs SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/zoslogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/zosmf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Zowe z/OSMF SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.1.0`

Expand Down
4 changes: 2 additions & 2 deletions packages/zosmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/zostso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Zowe z/OS TSO SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.1.0`

Expand Down
4 changes: 2 additions & 2 deletions packages/zostso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/zosuss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS USS SDK package will be documented in this file.

## Recent Changes

- BugFix: Updated peer dependencies to `^8.0.0`, dropping support for versions tagged `next`. [#2287](https://github.com/zowe/zowe-cli/pull/2287)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
2 changes: 1 addition & 1 deletion packages/zosuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@zowe/imperative": "8.1.0"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down