From e6f5dc7ac67536eb5d7c68d80e599aaae8b01eda Mon Sep 17 00:00:00 2001 From: "johngeorgewright-bot[bot]" <273133300+johngeorgewright-bot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:36:59 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 14 +++++++------- packages/api/CHANGELOG.md | 14 ++++++++++++++ packages/api/deno.json | 2 +- packages/client/CHANGELOG.md | 10 ++++++++++ packages/client/deno.json | 2 +- packages/date-range/CHANGELOG.md | 10 ++++++++++ packages/date-range/deno.json | 2 +- packages/explode/CHANGELOG.md | 10 ++++++++++ packages/explode/deno.json | 2 +- packages/fs/CHANGELOG.md | 10 ++++++++++ packages/fs/deno.json | 2 +- packages/json-schema/CHANGELOG.md | 10 ++++++++++ packages/json-schema/deno.json | 2 +- packages/server/CHANGELOG.md | 10 ++++++++++ packages/server/deno.json | 2 +- 15 files changed, 88 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd4eb3c9..b35bf5b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/api": "8.1.1", - "packages/client": "7.0.2", - "packages/date-range": "6.0.2", - "packages/explode": "4.0.2", - "packages/fs": "7.1.0", - "packages/json-schema": "5.2.0", - "packages/server": "8.1.2" + "packages/api": "8.1.2", + "packages/client": "7.0.3", + "packages/date-range": "6.0.3", + "packages/explode": "4.0.3", + "packages/fs": "7.1.1", + "packages/json-schema": "5.2.1", + "packages/server": "8.1.3" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 2277a5cc..20e3243f 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [8.1.2](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.1.1...@targetd/api-v8.1.2) (2026-04-10) + + +### Bug Fixes + +* add type annotation for ZodSwitch constructor ([acd7d07](https://github.com/johngeorgewright/targetd/commit/acd7d07cff7b39d3689fe3e0159ffa1eb820ae7f)) +* handle unmatched conditions in ZodSwitch parser ([51a0fae](https://github.com/johngeorgewright/targetd/commit/51a0faebce0ebcc9ce7d598ea9f72f789e15b708)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([db89eca](https://github.com/johngeorgewright/targetd/commit/db89ecaa87845949a5de27f3316806c07a6fc578)) + + +### Performance Improvements + +* replace object merging logic with Merge utility type ([7f1c984](https://github.com/johngeorgewright/targetd/commit/7f1c984e58a212dc891bd0cce2efbb672336d5fe)) + ## [8.1.1](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.1.0...@targetd/api-v8.1.1) (2026-03-15) diff --git a/packages/api/deno.json b/packages/api/deno.json index 74418f78..095069f6 100644 --- a/packages/api/deno.json +++ b/packages/api/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/api", "description": "Type-safe targeting and feature flag system with dynamic content delivery based on query conditions. Perfect for A/B testing, feature flags, and content personalization.", - "version": "8.0.3", + "version": "8.1.2", "exports": "./src/index.ts", "fmt": { "semiColons": false, diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 630f8242..386e7e48 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/client-v7.0.2...@targetd/client-v7.0.3) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [7.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/client-v7.0.1...@targetd/client-v7.0.2) (2026-02-13) diff --git a/packages/client/deno.json b/packages/client/deno.json index e4144076..3f5ba40e 100644 --- a/packages/client/deno.json +++ b/packages/client/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/client", "description": "Type-safe HTTP client for querying @targetd/server instances. Mirrors the Data API with full TypeScript inference.", - "version": "7.0.2", + "version": "7.0.3", "exports": "./src/index.ts", "imports": { "@targetd/api": "jsr:@targetd/api@^8.0.3", diff --git a/packages/date-range/CHANGELOG.md b/packages/date-range/CHANGELOG.md index ea422ce9..c3dc1833 100644 --- a/packages/date-range/CHANGELOG.md +++ b/packages/date-range/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/date-range-v6.0.2...@targetd/date-range-v6.0.3) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [6.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/date-range-v6.0.1...@targetd/date-range-v6.0.2) (2026-02-13) diff --git a/packages/date-range/deno.json b/packages/date-range/deno.json index 6aabecb7..300a0941 100644 --- a/packages/date-range/deno.json +++ b/packages/date-range/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/date-range", "description": "Built-in targeting descriptor for date range queries in ISO 8601 format with automatic current time evaluation.", - "version": "6.0.2", + "version": "6.0.3", "exports": "./src/index.ts", "imports": { "@targetd/api": "jsr:@targetd/api@^8.0.3", diff --git a/packages/explode/CHANGELOG.md b/packages/explode/CHANGELOG.md index 9327df03..4d26c991 100644 --- a/packages/explode/CHANGELOG.md +++ b/packages/explode/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/explode-v4.0.2...@targetd/explode-v4.0.3) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [4.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/explode-v4.0.1...@targetd/explode-v4.0.2) (2026-02-13) diff --git a/packages/explode/deno.json b/packages/explode/deno.json index 0aff535d..090ae403 100644 --- a/packages/explode/deno.json +++ b/packages/explode/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/explode", "description": "Transform flat key notation to nested objects with full TypeScript type inference.", - "version": "4.0.2", + "version": "4.0.3", "exports": "./src/index.ts", "imports": { "@targetd/api": "jsr:@targetd/api@^8.0.3", diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index 31f61617..e91943b3 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.1.1](https://github.com/johngeorgewright/targetd/compare/@targetd/fs-v7.1.0...@targetd/fs-v7.1.1) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [7.1.0](https://github.com/johngeorgewright/targetd/compare/@targetd/fs-v7.0.2...@targetd/fs-v7.1.0) (2026-03-13) diff --git a/packages/fs/deno.json b/packages/fs/deno.json index a16e9eca..a14d9e8e 100644 --- a/packages/fs/deno.json +++ b/packages/fs/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/fs", "description": "Load targeting rules from JSON/YAML files with hot-reloading support for @targetd/api Data instances.", - "version": "7.1.0", + "version": "7.1.1", "exports": "./src/index.ts", "imports": { "@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.45.1", diff --git a/packages/json-schema/CHANGELOG.md b/packages/json-schema/CHANGELOG.md index 409e8b2a..aa6201f4 100644 --- a/packages/json-schema/CHANGELOG.md +++ b/packages/json-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.2.1](https://github.com/johngeorgewright/targetd/compare/@targetd/json-schema-v5.2.0...@targetd/json-schema-v5.2.1) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [5.2.0](https://github.com/johngeorgewright/targetd/compare/@targetd/json-schema-v5.1.0...@targetd/json-schema-v5.2.0) (2026-03-14) diff --git a/packages/json-schema/deno.json b/packages/json-schema/deno.json index ecdedc5f..82bab4a6 100644 --- a/packages/json-schema/deno.json +++ b/packages/json-schema/deno.json @@ -1,6 +1,6 @@ { "name": "@targetd/json-schema", - "version": "5.2.0", + "version": "5.2.1", "description": "Generate JSON Schema from @targetd/api Data instances for API documentation and validation.", "exports": { ".": "./src/index.ts", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 1fe58672..d79f6d27 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [8.1.3](https://github.com/johngeorgewright/targetd/compare/@targetd/server-v8.1.2...@targetd/server-v8.1.3) (2026-04-10) + + +### Bug Fixes + +* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b)) +* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137)) +* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30)) +* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159)) + ## [8.1.2](https://github.com/johngeorgewright/targetd/compare/@targetd/server-v8.1.1...@targetd/server-v8.1.2) (2026-02-13) diff --git a/packages/server/deno.json b/packages/server/deno.json index 57f493f9..8b515c1b 100644 --- a/packages/server/deno.json +++ b/packages/server/deno.json @@ -1,7 +1,7 @@ { "name": "@targetd/server", "description": "Express-based HTTP server for exposing @targetd/api Data instances via REST endpoints with built-in CORS and error handling.", - "version": "8.1.2", + "version": "8.1.3", "exports": "./src/index.ts", "imports": { "@johngw/error": "npm:@johngw/error@^2.2.2",