Skip to content

Commit f5ffe12

Browse files
jdevalkclaude
andcommitted
chore: bump @jdevalk/seo-graph-core to ^0.2.0 (v0.4.1)
Keeps the installed seo-graph-core version in sync with what @jdevalk/astro-seo-graph@^0.2.1 pulls in transitively, avoiding duplicate seo-graph-core copies in node_modules. seo-graph-core 0.2.0 adds a generic type parameter to buildOrganization and makes WebPageInput.breadcrumb optional. This plugin doesn't call those piece builders directly right now, so there's no functional change — the bump is purely for install-footprint hygiene. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f46198 commit f5ffe12

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-04-09
9+
10+
### Changed
11+
12+
- Bump `@jdevalk/seo-graph-core` range from `^0.1.0` to `^0.2.0` to pick up the new core release. `seo-graph-core@0.2.0` adds a generic type parameter to `buildOrganization` (flows schema-dts subtype autocomplete into the `extra` field) and makes `WebPageInput.breadcrumb` optional. Both improvements are additive; this plugin doesn't currently call those piece builders directly, but the bump keeps the installed `seo-graph-core` version in sync with what `@jdevalk/astro-seo-graph@^0.2.1` pulls in, avoiding duplicate `seo-graph-core` copies in `node_modules`.
13+
814
## [0.4.0] - 2026-04-09
915

1016
### Added

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdevalk/emdash-plugin-seo",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "SEO plugin for EmDash CMS — meta tags, Open Graph, canonical URLs, robots directives, and JSON-LD schema markup",
55
"type": "module",
66
"exports": {
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@jdevalk/astro-seo-graph": "^0.2.1",
37-
"@jdevalk/seo-graph-core": "^0.1.0"
37+
"@jdevalk/seo-graph-core": "^0.2.0"
3838
},
3939
"devDependencies": {
4040
"emdash": "*",

0 commit comments

Comments
 (0)