Skip to content

Commit 76b65c3

Browse files
chore: version packages (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1a0eb0 commit 76b65c3

19 files changed

Lines changed: 175 additions & 45 deletions

File tree

.changeset/v0-3-0-landing-rewrite.md

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

apps/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dualmark-docs
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1a0eb0]
8+
- @dualmark/core@0.3.0
9+
- @dualmark/cli@0.3.0
10+
311
## 0.0.1
412

513
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dualmark-docs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/astro-blog/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# dualmark-example-astro-blog
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1a0eb0]
8+
- @dualmark/core@0.3.0
9+
- @dualmark/astro@0.3.0
10+
- @dualmark/converters@0.3.0
11+
312
## 0.0.1
413

514
### Patch Changes

examples/astro-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dualmark-example-astro-blog",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/astro-cloudflare-full/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# dualmark-example-astro-cloudflare-full
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1a0eb0]
8+
- @dualmark/core@0.3.0
9+
- @dualmark/cloudflare@0.3.0
10+
- @dualmark/astro@0.3.0
11+
- @dualmark/converters@0.3.0
12+
313
## 0.0.1
414

515
### Patch Changes

examples/astro-cloudflare-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dualmark-example-astro-cloudflare-full",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/nextjs-app-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dualmark-example-nextjs-app-router
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1a0eb0]
8+
- @dualmark/core@0.3.0
9+
- @dualmark/converters@0.3.0
10+
311
## 0.0.1
412

513
### Patch Changes

examples/nextjs-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dualmark-example-nextjs-app-router",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3000",

packages/astro/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
11
# @dualmark/astro
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- f1a0eb0: ## v0.3.0 — Landing rewrite, Apache 2.0 relicense, /play layout consistency
8+
9+
This is a meta-release. **No package source-code changes ship in this version**, but we're cutting a minor bump (rather than a patch) because the project's identity and license changed substantively in this window:
10+
- **Relicensed from MIT to Apache 2.0** with an Apache `NOTICE` file. Apache 2.0 includes a patent grant, which matters for infrastructure libraries that may touch standard-tracking work (content negotiation, AI bot UA detection, llms.txt). The permissive nature is unchanged. Existing 0.2.x installs are unaffected, but new installs and downstream redistributors should be aware of the license change.
11+
- **Landing page restructured** for problem-first positioning ("ChatGPT cites your competitor — that's an infrastructure problem"). Cut three weak sections (TrustStrip, Architecture diagram, standalone Converters page); folded Converters into Adapters as an inline chip strip; promoted the playground teaser to second-position so visitors can score their own site immediately; reframed the conformance section from "Verify CLI" to "Catch regressions in CI" with a real GitHub Actions workflow snippet; added a Dodo Payments case study with the 5× AI-agent-traffic lift; added Vercel-style vertical page rails framing the content column.
12+
- **Playground layout aligned with the new landing** — page rails, contained background, max-w-7xl content column.
13+
- **SEO/AEO metadata aligned** across `<head>`, JSON-LD organization schema, llms.txt, raw markdown twin, and Fumadocs frontmatter — every search snippet and AI crawler artifact now carries the same problem-first hook as the landing.
14+
- **Documentation pass**: README test-count claims corrected (now 266 across 5 packages, was incorrectly 253), `npx @dualmark/cli` unified to `bunx @dualmark/cli` across all docs, version drift in `CONTRIBUTING.md` and `packages/astro/README.md` corrected, customer proof point injected into the Next.js and Cloudflare integration pages.
15+
16+
### What changed in package source: nothing.
17+
18+
All 5 packages are byte-equivalent to 0.2.1 in published shape. The minor bump is solely to communicate the license and brand-identity change clearly in the npm changelog and to give downstream auditors a clean version boundary. If you're already on 0.2.1 and don't care about the relicense announcement, you can skip this version with no functional impact.
19+
20+
### Migration
21+
- **Code**: none required.
22+
- **License notices**: if you redistribute @dualmark/\* or fork them, your `LICENSE` and `NOTICE` references should now point to Apache 2.0 (not MIT).
23+
- **CLI**: prefer `bunx @dualmark/cli verify <url>` over `npx @dualmark/cli verify <url>` for consistency with the rest of the project's tooling. Both still work.
24+
25+
### Patch Changes
26+
27+
- Updated dependencies [f1a0eb0]
28+
- @dualmark/core@0.3.0
29+
- @dualmark/converters@0.3.0
30+
331
## 0.2.1
432

533
### Patch Changes
634

735
- **Hotfix**: 0.2.0 published with unresolved `workspace:*` protocol in dependencies, breaking installation for downstream consumers. 0.2.1 publishes with proper version ranges. Switch from `changeset publish` (which delegates to `npm publish` and doesn't rewrite workspace protocol) to `bun publish` per-package, which correctly resolves `workspace:*` → actual version at pack time.
836

9-
1037
## 0.2.0
1138

1239
### Minor Changes

0 commit comments

Comments
 (0)