Skip to content

Commit c53f1cb

Browse files
author
Ryan
committed
chore: version packages
1 parent 52872dd commit c53f1cb

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changeset/drift-spec-types.md

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

.changeset/fix-tsc-errors.md

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

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdk/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 52872dd: Define drift-spec: language-agnostic input types (ApiSpec, ApiExport, ApiTag, etc.) and migrate all drift analysis to use them. openpkg-ts becomes one adapter via toApiSpec() converter. Exports new types from `@driftdev/sdk/types` for external adapter authors.
8+
9+
### Patch Changes
10+
11+
- 52872dd: Fix pre-existing TypeScript compilation errors: sync DriftCategory prose variant, fix Zod type arg, add globSync declaration, install @types/mdast, remove duplicate DriftReport interface.
12+
313
## 1.1.0
414

515
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@driftdev/sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Drift SDK - Documentation coverage and drift detection for TypeScript",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)