Skip to content

Commit d35903e

Browse files
authored
Merge pull request #17 from graffhyrum/changeset-release/main
chore: version packages
2 parents 4ac3b1c + 38aae51 commit d35903e

7 files changed

Lines changed: 11 additions & 26 deletions

.changeset/astro-ci-node22-bunx.md

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

.changeset/deploy-node-astro-rca.md

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

.changeset/footer-site-version.md

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

.changeset/netlify-pipeline-skill.md

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

.changeset/restore-netlify-ignore-gha.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# pendragon-coding
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- 3912249: Restore `bunx` for Astro; document that `deploy.yml` sets Node 22 before Bun so `bunx astro check` satisfies Astro 6’s Node engine on the runner.
8+
- 86e0793: Pin Node 22.12+ in deploy workflow for Astro CLI; document engines and GHA RCA in deployment guide.
9+
- 4ac3b1c: Show package version in site footer after Links for live deploy verification.
10+
- 7ae331c: Remove blanket Netlify `ignore = "exit 0"` so git-triggered builds can run. Add `.cursor/skills/netlify-cli` and align deployment docs.
11+
- b54cec5: Restore Netlify `ignore = exit 0` for tag-only GHA deploys; align deployment docs and netlify-cli skill with release flow.
12+
313
## 2.8.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pendragon-coding",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"type": "module",
55
"scripts": {
66
"dev": "bunx astro dev",

0 commit comments

Comments
 (0)