Skip to content

Commit 1a90c55

Browse files
committed
chore: bump core/cli/reporter
1 parent 44b6925 commit 1a90c55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kinora/cli",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Upload Playwright JSON reports to a kinora server",
66
"author": "Joris Gallot",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kinora/core",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Shared contracts (zod schemas), helpers, and ingest client for kinora, the Playwright report dashboard",
66
"author": "Joris Gallot",
77
"license": "MIT",

packages/reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kinora/reporter",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Playwright reporter that uploads test results to a kinora server",
66
"author": "Joris Gallot",
77
"license": "MIT",

0 commit comments

Comments
 (0)