From 90bdcfa874101eb1d5de202b06276b91ff338184 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:01:43 +0000 Subject: [PATCH] chore: version packages --- .changeset/setup-agent-skills-config.md | 5 ----- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/setup-agent-skills-config.md diff --git a/.changeset/setup-agent-skills-config.md b/.changeset/setup-agent-skills-config.md deleted file mode 100644 index ca893b2b..00000000 --- a/.changeset/setup-agent-skills-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eyecite-ts": patch ---- - -Add agent skills configuration: `docs/agents/` (issue tracker, triage labels, domain docs) and an `## Agent skills` section in CLAUDE.md. Documentation/tooling only — no runtime changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e768d0..c6c2a6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eyecite-ts +## 0.34.3 + +### Patch Changes + +- [#896](https://github.com/medelman17/eyecite-ts/pull/896) [`34133d0`](https://github.com/medelman17/eyecite-ts/commit/34133d03143ea65861f48a5ed0eb32c931581666) Thanks [@medelman17](https://github.com/medelman17)! - Add agent skills configuration: `docs/agents/` (issue tracker, triage labels, domain docs) and an `## Agent skills` section in CLAUDE.md. Documentation/tooling only — no runtime changes. + ## 0.34.2 ### Patch Changes @@ -3250,7 +3256,7 @@ Administrative Code`) prefixes plus the two-part hyphen section In Georgia opinions (and a handful of other state systems), a parallel citation is wrapped in parens: - 275 Ga. 486, 488-489 (2) (569 SE2d 502) (2002) + 275 Ga. 486, 488-489 (2) (569 SE2d 502) (2002) The inner cite `569 SE2d 502` is the parenthesized parallel; the trailing `(2002)` is the shared year for both members. Before this fix, @@ -3276,7 +3282,7 @@ Administrative Code`) prefixes plus the two-part hyphen section Michigan (and a handful of other states) write parallel citations with `;` instead of `,`: - People v Bobo, 390 Mich 355, 359; 212 NW2d 190 (1973) + People v Bobo, 390 Mich 355, 359; 212 NW2d 190 (1973) Before this fix, the Mich cite got `year=undefined` and the two members were not grouped. This was the single highest-volume year defect in the diff --git a/package.json b/package.json index 9822af03..91f62d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eyecite-ts", - "version": "0.34.2", + "version": "0.34.3", "description": "TypeScript port of eyecite - extract, resolve, and annotate legal citations", "type": "module", "exports": {