Skip to content

Commit

Permalink
Update changelogs, engines
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Feb 21, 2024
1 parent 089699c commit 80ae25f
Show file tree
Hide file tree
Showing 25 changed files with 94 additions and 3 deletions.
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 dependencies for technical currency

## `8.0.0-next.202311132045`

- Major: First major version bump for V3
Expand Down
5 changes: 5 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- Enhancement: Added new `zowe zos-jobs search job` command, which allows the user to search spool files for a specified string or regular expresion.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202402211923"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- BugFix: Updated dependencies for technical currency
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- BugFix: Updated dependencies for technical currency
Expand Down
2 changes: 1 addition & 1 deletion packages/imperative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"yargs-parser": "^18.1.2"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/provisioning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- BugFix: Updated dependencies for technical currency
Expand Down
3 changes: 3 additions & 0 deletions packages/provisioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"timeout": "3m"
},
"engines": {
"node": ">= 14"
"node": ">=14"
},
"scripts": {
"artifacts": "napi artifacts",
Expand Down
5 changes: 5 additions & 0 deletions packages/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202311132045`

- Major: First major version bump for V3
Expand Down
3 changes: 3 additions & 0 deletions packages/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zosconsole/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202311132045`

- Major: First major version bump for V3
Expand Down
3 changes: 3 additions & 0 deletions packages/zosconsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zosfiles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- BugFix: Updated dependencies for technical currency
Expand Down
5 changes: 5 additions & 0 deletions packages/zosjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- Enhancement: New `SeachJob.searchJobs` class and method, which can be used to search spool files for a specified string or regular expression.
Expand Down
3 changes: 3 additions & 0 deletions packages/zosjobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zoslogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202311132045`

- Major: First major version bump for V3
Expand Down
3 changes: 3 additions & 0 deletions packages/zoslogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zosmf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402021649`

- LTS Breaking: Removed the following constants from ZosmfSession
Expand Down
3 changes: 3 additions & 0 deletions packages/zosmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zostso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402021649`

- LTS Breaking: Moved all constants from `zowe-cli/packages/cli/src/zostso/constants/ZosTso.constants.ts` to `@zowe/zos-tso-for-zowe-sdk`
Expand Down
3 changes: 3 additions & 0 deletions packages/zostso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"peerDependencies": {
"@zowe/core-for-zowe-sdk": "^8.0.0-next",
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}
5 changes: 5 additions & 0 deletions packages/zosuss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Recent Changes

- BugFix: Updated additional dependencies for technical currency
- BugFix: Updated engine to Node 16.7.0

## `8.0.0-next.202402211923`

- BugFix: Updated dependencies for technical currency
Expand Down
3 changes: 3 additions & 0 deletions packages/zosuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
},
"engines": {
"node": ">=16.7.0"
}
}

0 comments on commit 80ae25f

Please sign in to comment.