Skip to content

Commit 74bd1c8

Browse files
authored
chore: release main (#8)
1 parent 0da65ca commit 74bd1c8

File tree

11 files changed

+90
-21
lines changed

11 files changed

+90
-21
lines changed

.claude-plugin/marketplace.json

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
"ref": "playwright-scaffold-v0.0.0"
1414
},
1515
"description": "Claude Code Skill for scaffolding Playwright in a project: installs @playwright/test, generates playwright.config.ts, and creates CI workflow files for GitHub Actions and GitLab CI.",
16-
"version": "0.0.0",
16+
"version": "1.0.0",
1717
"author": {
1818
"name": "zizzfizzix"
1919
},
2020
"contributors": [
21-
{ "name": "lackeyjb" }
21+
{
22+
"name": "lackeyjb"
23+
}
2224
],
2325
"homepage": "https://github.com/zizzfizzix/playwright-skill",
2426
"repository": "https://github.com/zizzfizzix/playwright-skill",
@@ -35,7 +37,13 @@
3537
"model-invoked"
3638
],
3739
"category": "testing",
38-
"tags": ["playwright", "e2e", "ci", "setup", "github-actions"]
40+
"tags": [
41+
"playwright",
42+
"e2e",
43+
"ci",
44+
"setup",
45+
"github-actions"
46+
]
3947
},
4048
{
4149
"name": "playwright-spec",
@@ -46,12 +54,14 @@
4654
"ref": "playwright-spec-v0.0.0"
4755
},
4856
"description": "Claude Code Skill for writing CI-ready Playwright spec files. Explores the app's routes, auth flow, and components to write persistent *.spec.ts files that match the real application.",
49-
"version": "0.0.0",
57+
"version": "1.0.0",
5058
"author": {
5159
"name": "zizzfizzix"
5260
},
5361
"contributors": [
54-
{ "name": "lackeyjb" }
62+
{
63+
"name": "lackeyjb"
64+
}
5565
],
5666
"homepage": "https://github.com/zizzfizzix/playwright-skill",
5767
"repository": "https://github.com/zizzfizzix/playwright-skill",
@@ -67,7 +77,12 @@
6777
"model-invoked"
6878
],
6979
"category": "testing",
70-
"tags": ["playwright", "e2e", "testing", "test-writing"]
80+
"tags": [
81+
"playwright",
82+
"e2e",
83+
"testing",
84+
"test-writing"
85+
]
7186
},
7287
{
7388
"name": "playwright-debug",
@@ -78,12 +93,14 @@
7893
"ref": "playwright-debug-v0.0.0"
7994
},
8095
"description": "Claude Code Skill for diagnosing and fixing failing Playwright tests. Reads test output and failure artifacts, traces the root cause, and fixes specs to match the actual application behaviour.",
81-
"version": "0.0.0",
96+
"version": "1.0.0",
8297
"author": {
8398
"name": "zizzfizzix"
8499
},
85100
"contributors": [
86-
{ "name": "lackeyjb" }
101+
{
102+
"name": "lackeyjb"
103+
}
87104
],
88105
"homepage": "https://github.com/zizzfizzix/playwright-skill",
89106
"repository": "https://github.com/zizzfizzix/playwright-skill",
@@ -99,7 +116,12 @@
99116
"model-invoked"
100117
],
101118
"category": "testing",
102-
"tags": ["playwright", "e2e", "debugging", "testing"]
119+
"tags": [
120+
"playwright",
121+
"e2e",
122+
"debugging",
123+
"testing"
124+
]
103125
}
104126
]
105127
}

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plugins/playwright-scaffold": "0.0.0",
3-
"plugins/playwright-spec": "0.0.0",
4-
"plugins/playwright-debug": "0.0.0"
2+
"plugins/playwright-scaffold": "1.0.0",
3+
"plugins/playwright-spec": "1.0.0",
4+
"plugins/playwright-debug": "1.0.0"
55
}

plugins/playwright-debug/.claude-plugin/plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "playwright-debug",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Claude Code Skill for diagnosing and fixing failing Playwright tests. Reads test output and failure artifacts, traces the root cause, and fixes specs to match the actual application behaviour.",
55
"author": {
66
"name": "zizzfizzix"
77
},
88
"contributors": [
9-
{ "name": "lackeyjb" }
9+
{
10+
"name": "lackeyjb"
11+
}
1012
],
1113
"license": "MIT",
1214
"repository": "https://github.com/zizzfizzix/playwright-skill",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **playwright-debug:** add playwright-debug plugin for diagnosing failing tests ([#10](https://github.com/zizzfizzix/playwright-skill/issues/10))
9+
10+
### Features
11+
12+
* **playwright-debug:** add playwright-debug plugin for diagnosing failing tests ([#10](https://github.com/zizzfizzix/playwright-skill/issues/10)) ([0da65ca](https://github.com/zizzfizzix/playwright-skill/commit/0da65cad96023f8ec46444c137d9e70a3454a979))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
1.0.0

plugins/playwright-scaffold/.claude-plugin/plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "playwright-scaffold",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Claude Code Skill for scaffolding Playwright in a project: installs @playwright/test, generates playwright.config.ts, and creates CI workflow files for GitHub Actions and GitLab CI.",
55
"author": {
66
"name": "zizzfizzix"
77
},
88
"contributors": [
9-
{ "name": "lackeyjb" }
9+
{
10+
"name": "lackeyjb"
11+
}
1012
],
1113
"license": "MIT",
1214
"repository": "https://github.com/zizzfizzix/playwright-skill",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **playwright-scaffold:** plugin renamed from playwright-skill to playwright-scaffold
9+
10+
### Features
11+
12+
* **playwright-scaffold:** rename and scope plugin to scaffolding only ([#1](https://github.com/zizzfizzix/playwright-skill/issues/1)) ([417f74a](https://github.com/zizzfizzix/playwright-skill/commit/417f74a243f17f54cbc036fbe167ced9450c3b69))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** make release-please version bumps reliable and move marketplace.json sync to post-release ([#4](https://github.com/zizzfizzix/playwright-skill/issues/4)) ([48fa0e5](https://github.com/zizzfizzix/playwright-skill/commit/48fa0e520eac7bd5cbfa371d34653110304715cc))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
1.0.0

plugins/playwright-spec/.claude-plugin/plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "playwright-spec",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Claude Code Skill for writing CI-ready Playwright spec files. Explores the app's routes, auth flow, and components to write persistent *.spec.ts files that match the real application.",
55
"author": {
66
"name": "zizzfizzix"
77
},
88
"contributors": [
9-
{ "name": "lackeyjb" }
9+
{
10+
"name": "lackeyjb"
11+
}
1012
],
1113
"license": "MIT",
1214
"repository": "https://github.com/zizzfizzix/playwright-skill",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **playwright-spec:** add playwright-spec plugin for writing spec files ([#7](https://github.com/zizzfizzix/playwright-skill/issues/7))
9+
10+
### Features
11+
12+
* **playwright-spec:** add playwright-spec plugin for writing spec files ([#7](https://github.com/zizzfizzix/playwright-skill/issues/7)) ([b53f102](https://github.com/zizzfizzix/playwright-skill/commit/b53f10226b40fc0abfef883672e51011a14249ff))

0 commit comments

Comments
 (0)