Skip to content

Commit 863bb31

Browse files
chore(packages): version packages (#263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 478e170 commit 863bb31

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

.changeset/node-24-engines.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @testplanit/api
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#262](https://github.com/TestPlanIt/testplanit/pull/262) [`478e170`](https://github.com/TestPlanIt/testplanit/commit/478e170e5d395c18ce4a9593f765f4a2db26cc33) Thanks [@therealbrad](https://github.com/therealbrad)! - Require Node.js 24 LTS or later
8+
- Bumps `engines.node` to `>=24` (was `>=18`) to align with the rest of the workspace, which is now standardized on Node 24 LTS
9+
- `@testplanit/wdio-reporter` also refreshes `@types/node` from `^20` to `^25` to match
10+
311
## 0.2.0
412

513
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testplanit/api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Official JavaScript/TypeScript API client for TestPlanIt - test management platform",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/wdio-testplanit-reporter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @testplanit/wdio-reporter
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#262](https://github.com/TestPlanIt/testplanit/pull/262) [`478e170`](https://github.com/TestPlanIt/testplanit/commit/478e170e5d395c18ce4a9593f765f4a2db26cc33) Thanks [@therealbrad](https://github.com/therealbrad)! - Require Node.js 24 LTS or later
8+
- Bumps `engines.node` to `>=24` (was `>=18`) to align with the rest of the workspace, which is now standardized on Node 24 LTS
9+
- `@testplanit/wdio-reporter` also refreshes `@types/node` from `^20` to `^25` to match
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`478e170`](https://github.com/TestPlanIt/testplanit/commit/478e170e5d395c18ce4a9593f765f4a2db26cc33)]:
14+
- @testplanit/api@0.3.0
15+
316
## 0.3.1
417

518
### Patch Changes

packages/wdio-testplanit-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testplanit/wdio-reporter",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "WebdriverIO reporter for TestPlanIt - report test results directly to your TestPlanIt instance",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)