Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/spec-api-surface-baseline-percent-scale.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
---
---

Regenerates `packages/spec/api-surface.json` so the committed baseline records the
four `./data` exports the percent-scale chain adds — `PercentScale`,
`PercentScaleFieldMeta`, `percentScaleOf` and `emptyGroupValueFor`.

Deliberately empty: this releases nothing. `api-surface.json` is a build-time
snapshot the `check:api-surface` gate diffs against, not shipped code, and the
exports it now records are already described by the changeset for the change that
introduced them. Declaring a bump here would double-count that release.
4 changes: 4 additions & 0 deletions packages/spec/api-surface.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -473,6 +473,8 @@
"PaginationConformanceRow (interface)",
"PerOperationRequiredPermissions (type)",
"PerOperationRequiredPermissionsSchema (const)",
"PercentScale (type)",
"PercentScaleFieldMeta (interface)",
"PoolConfig (type)",
"PoolConfigSchema (const)",
"ProvisionPrimaryOptions (interface)",
Expand DownExpand Up@@ -612,6 +614,7 @@
"deriveRecordFlowSurface (function)",
"deriveRecordSurface (function)",
"effectiveOperationsArray (function)",
"emptyGroupValueFor (function)",
"fieldForm (const)",
"foldQueryAliasSlots (function)",
"formatUnknownAuthoringKey (function)",
Expand DownExpand Up@@ -641,6 +644,7 @@
"parseAutonumberFormat (function)",
"parseDateMacroParam (function)",
"parseFilterAST (function)",
"percentScaleOf (function)",
"provisionPrimary (function)",
"referencedFields (function)",
"renderAutonumber (function)",
Expand Down
Loading