Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.25.0"
".": "0.26.0"
}
123 changes: 123 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/dashboard",
"version": "0.25.0",
"version": "0.26.0",
"private": true,
"type": "module",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/desktop",
"version": "0.25.0",
"version": "0.26.0",
"private": true,
"description": "Piwi Dashboard desktop application (Tauri) β€” bundles the server and runs it locally.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piwi-desktop"
version = "0.25.0" # x-release-please-version
version = "0.26.0" # x-release-please-version
description = "Piwi Dashboard desktop app"
authors = ["piwitests"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Piwi Dashboard",
"version": "0.25.0",
"version": "0.26.0",
"identifier": "io.piwitests.dashboard",
"build": {
"frontendDist": "../src"
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Piwi Picker",
"short_name": "Piwi Picker",
"version": "0.25.0",
"version": "0.26.0",
"description": "Ranked, stable Playwright locators for any element on the page β€” scored the same way Piwi's dashboard scores them.",
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/extension",
"version": "0.25.0",
"version": "0.26.0",
"description": "Piwi Picker β€” a browser extension for ranked, stable Playwright locators, picked from the live page",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions examples/playwright-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@piwitests/instrumentation-nitro": "0.25.0",
"@piwitests/reporter": "0.25.0",
"@piwitests/instrumentation-nitro": "0.26.0",
"@piwitests/reporter": "0.26.0",
"@playwright/test": "^1.56.1",
"consola": "^3.4.2",
"h3": "^1.15.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<PackageId>PiwiTests.Instrumentation.AspNetCore</PackageId>
<Version>0.25.0</Version> <!-- x-release-please-version -->
<Version>0.26.0</Version> <!-- x-release-please-version -->
<Description>ASP.NET Core integration for Piwi Dashboard β€” captures backend logs per HTTP request for Playwright test visibility</Description>
<Authors>piwitests</Authors>
<RepositoryUrl>https://github.com/PiwiTests/platform</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion integrations/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/instrumentation-nitro",
"version": "0.25.0",
"version": "0.26.0",
"description": "Nitro/Nuxt server plugin for sending backend logs to Piwi Dashboard via the X-Piwi-Logs response header",
"homepage": "https://piwitests.dev",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.25.0",
"version": "0.26.0",
"type": "module",
"workspaces": [
"packages/core",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/core",
"version": "0.25.0",
"version": "0.26.0",
"description": "Pure cross-cutting logic and wire shapes shared by the Piwi Dashboard app and the Playwright reporter",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/picker-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/picker-dom",
"version": "0.25.0",
"version": "0.26.0",
"description": "Shared DOM element-picker overlay β€” probing, hover/highlight, anchor scoping and locator syntax highlighting shared by the reporter's live picker and the dashboard's snapshot picker",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/reporter",
"version": "0.25.0",
"version": "0.26.0",
"description": "Playwright reporter that streams results, traces and HTML reports to a Piwi Dashboard instance",
"url": "https://github.com/PiwiTests/platform",
"homepage": "https://piwitests.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwitests/server",
"version": "0.25.0",
"version": "0.26.0",
"description": "Self-hosted dashboard that keeps and explains your Playwright test results β€” run with npx @piwitests/server",
"type": "module",
"bin": {
Expand Down